hello everyone,
Does exclude with file .plexignore works or not? I'm confused because, there - https://support.plex.tv/hc/en-us/articles/201375253-Excluding-New-Content-with-plexignore is written - "Warning: This is an advanced feature and is not intended for general users".
What is solution for exclude some files and folder? I tried make .plexignore file with content -
*/Panorama*/*
My task is exclude all folder which names is starting with string - "Panorama".
Excluding New Content with .plexignore
Plenty of storage, still getting "not enough disk space to convert this item" error
I had a plex server running perfectly fine on a Raspeberry Pi for a few months, but after adding a few movie files (through a network file transfer), I started getting an error that told me "playback was terminated by the server, not enough disk space to convert this item."
I figured I might have used up more space than I thought with those files, and set out to upgrade to a larger external drive. This new drive has over 500 GB (more than half of the disk) available, but Plex still gives me the same error.
It won't play anything from any of my libraries, so music, tv shows and movies are all impacted by this.
Any idea why this is happening and how I can fix it?
New install cannot find server for setup
My windows computer died so I decided to resurrect my plex server on my Centos 6 router machine. It had an older version (.9.9 something) that had worked previously but I hadn't used it in over a year so I downloaded plexmediaserver-1.7.6.4058-8fa494d15.x86_64.rpm and performed
sudo yum install plexmediaserver
from an ssh terminal. I was connected to the router machine via openvpn so I tried to open the server setup page with
http://10.1.x.x:32400/web
where I was greeted with the login screen. After logging in with my plex pass, my other servers showed up but not this new server.
My previous server had a port forward so I removed it. I use squid, not in transparent mode, to cache pages for mobile devices specifically configured for it but I shut it down anyway. Still no access. I restart the server each time between tries as well.
I tried disconnecting the vpn and setting up a tunnel with putty with the same result.
Since yum did an upgrade, I went ahead and used yum to remove the server, deleted the /home/plex/[application support] directory and /usr/lib/plexmediaserver as well as /etc/sysconfig/PlexMediaServer.rpmsave and did a fresh
yum install plexmediaserver
from an su prompt. After starting the server I verified it was running with ps and by watching a running tail -f Plex Media Server.log
but same result. After log in, no server found.
I found another thread recommending deleting Preferences.xml and restart so I tried that too. Same result.
Since I cannot access the server setup, I cannot submit the logs and they are in verbose. So I restarted the server and made a quick page request then grabbed the final log file, the previous two log files, the Preferences.xml file, a ps-aef | grep Plex
and a service plexmediaserver status
and tarred them up. They are attached.
Please advise on further troubleshooting options. Thank you.
PMS stuck at 1.3 on Ubuntu Server 16.04.2
I'm a fairly new user to linux and have been trying to learn over the past few days.
I've installed most things seemingly correctly and installed PMS automatically using apt
my issue is that the server won't seem to find an update past 1.3.
I've gotten an error several times about a missing codec, etc and, from the reading i've done, found that versions beyond 1.5 have corrected this issue so, the need to update was obvious.
if any other info is needed to help diagnose my issue, or more likely, my own stupidity, please let me know.
Moving database from Windows to Ubuntu
I want to tear down my windows install and put ubuntu on my plex server. But I'm wondering if it's possible to retain the database info. On Windows, I've mapped to my NAS shares with a drive letter. Should have used UNC but even if I did, UNC on Windows uses a backslash and on linux it's a forward slash. So if I saved and moved the metadata, would plex give me the option of changing the library path so everything would "resync"? And is the windows registry needed too?
The other question is whether the user watch records are included in that metadata folder as well.
Transcoder segmentation fault (reproducable)
Hi,
I keep getting transcoder segmentation fault when trying to view some webm files. Here's the interesting part of the log file:
Jun 11, 2017 13:01:06.797 [0x7f1cb5bfe700] DEBUG - Job running: EAE_ROOT='/tmp/pms-5bde6dda-8685-418e-b9db-811fab617f59/EasyAudioEncoder' FFMPEG_EXTERNAL_LIBS='/var/lib/plexmediaserver/Library/Application\ Support/Plex\ Media\ Server/Codecs/18f9bcf-1233-linux-ubuntu-x86_64/' XDG_CACHE_HOME='/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Cache/' XDG_DATA_HOME='/usr/lib/plexmediaserver/Resources/' X_PLEX_TOKEN='xxxxxxxxxxxxxxxxxxxx' '/usr/lib/plexmediaserver/Plex Transcoder' '-codec:0' 'vp8' '-codec:1' 'vorbis' '-i' '/data/Barnserier/mulle_meck/Mulle Meck bygger en bil-6uwiqHiscz8.webm' '-filter_complex' '[0:0]scale=w=480:h=352,format=pix_fmts=yuv420p|nv12[0]' '-map' '[0]' '-codec:0' 'libx264' '-crf:0' '19' '-maxrate:0' '841k' '-bufsize:0' '1682k' '-r:0' '1000' '-preset:0' 'veryfast' '-x264opts:0' 'subme=2:me_range=4:rc_lookahead=10:me=dia:no_chroma_me:8x8dct=0:partitions=none' '-map' '0:1' '-codec:1' 'aac' '-ar:1' '44100' '-channel_layout:1' 'stereo' '-b:1' '193k' '-f' 'segment' '-segment_format' 'matroska' '-segment_format_options' 'live=1' '-segment_time' '1' '-segment_header_filename' 'header' '-segment_start_number' '0' '-segment_list' 'http://127.0.0.1:32400/video/:/transcode/session/pak4k26wcntcat3dx0sokost/dd72ef0b-cb2a-47ec-b3e5-38989f9084f8/seglist' '-segment_list_type' 'csv' '-segment_list_size' '2147483647' '-avoid_negative_ts' 'disabled' '-map_metadata' '-1' '-map_chapters' '-1' 'chunk-%05d' '-start_at_zero' '-copyts' '-y' '-nostats' '-loglevel' 'quiet' '-loglevel_plex' 'error' '-progressurl' 'http://127.0.0.1:32400/video/:/transcode/session/pak4k26wcntcat3dx0sokost/dd72ef0b-cb2a-47ec-b3e5-38989f9084f8/progress'
Jun 11, 2017 13:01:06.928 [0x7f1cc1bff700] DEBUG - Auth: We found auth token (xxxxxxxxxxxxxxxxxxxx), enabling token-based authentication.
Jun 11, 2017 13:01:06.928 [0x7f1cc1bff700] DEBUG - Auth: Came in with the master token, authorization succeeded.
Jun 11, 2017 13:01:06.928 [0x7f1cb3fff700] DEBUG - Request: [127.0.0.1:43029 (Loopback)] PUT /video/:/transcode/session/pak4k26wcntcat3dx0sokost/dd72ef0b-cb2a-47ec-b3e5-38989f9084f8/progress/stream?index=0&id=0&codec=vp8&type=video (8 live) Signed-in Token (martinfrojd)
Jun 11, 2017 13:01:06.929 [0x7f1cc1bff700] DEBUG - Completed: [127.0.0.1:43029] 206 PUT /video/:/transcode/session/pak4k26wcntcat3dx0sokost/dd72ef0b-cb2a-47ec-b3e5-38989f9084f8/progress/stream?index=0&id=0&codec=vp8&type=video (8 live) 0ms 227 bytes
Jun 11, 2017 13:01:06.929 [0x7f1cc1bff700] DEBUG - Auth: We found auth token (xxxxxxxxxxxxxxxxxxxx), enabling token-based authentication.
Jun 11, 2017 13:01:06.929 [0x7f1cc1bff700] DEBUG - Auth: Came in with the master token, authorization succeeded.
Jun 11, 2017 13:01:06.929 [0x7f1cb63ff700] DEBUG - Request: [127.0.0.1:43030 (Loopback)] PUT /video/:/transcode/session/pak4k26wcntcat3dx0sokost/dd72ef0b-cb2a-47ec-b3e5-38989f9084f8/progress/stream?index=1&id=0&codec=vorbis&type=audio (9 live) Signed-in Token (martinfrojd)
Jun 11, 2017 13:01:06.930 [0x7f1cc1bff700] DEBUG - Completed: [127.0.0.1:43030] 206 PUT /video/:/transcode/session/pak4k26wcntcat3dx0sokost/dd72ef0b-cb2a-47ec-b3e5-38989f9084f8/progress/stream?index=1&id=0&codec=vorbis&type=audio (9 live) 0ms 227 bytes
Jun 11, 2017 13:01:07.092 [0x7f1cbe3fe700] DEBUG - JobManager: child process killed by signal: 11 (Segmentation fault)
Jun 11, 2017 13:01:07.092 [0x7f1cbe3fe700] DEBUG - Jobs: '/usr/lib/plexmediaserver/Plex Transcoder' exit code for process 5171 is -11
Full log attached.
The movie file I try to play is grabbed from youtube:
I use Plex Media Server v1.7.2.3878-8088811b8 - ubuntu PC x86_64
Thanks!
Is there a way for 2 Plex Media Servers to share the same media and track watched/unwatched status?
I've added a 2nd PSM running inside docker to my network and mounted the same media shares that my OSX PMS uses. PMS in the docker is happily updating the library but of course it has no ideas what has/hasn't been watched.
Is there a way for the 2 servers to share this data?
Thanks in advance for any help.
Regards,
Michal
P.S. I have reasons for wanting 2 servers serving the same media, but that's outside the scope of this question and would just muddy the waters.
Disable Direct Play (server side)
Hi all, is it possible to enforce disabling direct play on PMS for Linux?
I did notice an option 'Limit remote streamer bitrate', but this isn't what I'm looking for.
I'm using a dedicated server with a mounted Amazon Drive as storage, and that storage works fine, just doesn't handle Direct Play well. Some clients do not have the option to disable Direct Play, so it would be so much more convenient if I could disable this server side..
Downgrading Plex
Hey folks,
Can anyone point me to some directions on safely downgrading plex?
searched googles and these forums, but havent found a solid answer yet.
is it just a dpkg -i ./whatever_version ?
need to get off this 1.7 tree, back down to 1.6
PLEASE Help - Cannot connect to PMS ???
Hi, I have a raspberry Pi2. Previously I was running Ubuntu Mate v15 with PMS installed. I decided to upgrade to Ubuntu Mate v16 by doing a fresh install. So I followed the guide here: https://support.plex.tv/hc/en-us/articles/201370363-Move-an-Install-to-Another-System to move my Plex install over to the new OS.
I installed PMS on the new OS using the exact same method as I did before. The server started fine and I could access it like normal using IP:PORT/web. Following the steps in the guide, I stopped the plexmediaserver service and copied/replaced all my Plex data in the folder /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/ with my Plex data from the old OS. I rebooted the Pi2. The service started on boot, here is the result of "sudo service plexmediaserver status":
BUT now I cannot access the server via any browser. I tried endlessly rebooting the Pi2 and starting/stopping the service to no avail. What could possibly be wrong ? Please, I really need to get this working.
PS. I don't know if it has any meaning to this, but there is no "start.sh" file in /usr/lib/plexmediaserver. However, remember that I could access the server perfectly before I copied over the files and rebooted.
Moved: plex dvr doesn't record
I'm looking for Plex Server for QNAP ARM Version 0.9.16.x
this old Version i s the only working an needed
I have an QNAP TS-212 ; there ist the newest Version 0.9.15
PLEX on my LG TV says " update to version 0.9.16 needed
BUT I can't find a valid download link
can anywere post this version as .qpkg file or send it to Email bkt@gmx.net ?
many thanks
Thomas
plexmediaserver_1.7.5.4035-313f93718_amd64.deb for ubuntu/debian9 has huge regressions !
Hello
I have upgraded my linux server which was version 1.5.7.4016 on debian 9.
i upgraded to the last version and here is the big issues i have noticed.
- you have mispelled the last package version you have inverted the 7 and the 5 in the name of the package. how can a server go from 1.5.7 to 1.7.5 in one month ?
- parameter disableRemoteSecurity="1" in Preferences.xml do not work anymore so we cannot connect remotely without user authentification. I prefere public ip address authentification in allowed networks, without putting a username or password.
Could you please fix the disableRemotesecurity making it work again if the value is equal to 1.
I was obliged to downgrade to version back to 1.5.7.4016 which was the previous version before 1.7.5.4035
thanks a lot and have a nice day
Some files buffer constantly, some play seamlessly…
Hi,
I'm running Plex Server on Ubuntu on an HP Microserver (Gen9 - Dual-Core 2.30GHz Celeron CPU, 4GB RAM), which I believe should be capable of transcoding 1080p without problem - and indeed it used to…
For ages, everything ran fine, but recently I'm finding that for a lot of files, it buffers for a minute or so before anything plays, and then stops to buffer again every few seconds.
On these problem files, the logs show me a transcoding speed averaging about 0.4.
However, on other files of seemingly the same spec (ie, 1080p H264, AC3 5.1), the files play fine and I see a transcoding speed averaging around 10.
Any suggests what might be causing this or how I can debug this further?
I originally thought the problem was with files on my NAS as opposed to on the machine's local drives, but I copied a problem file to the machine and the problem was the same.
I am running version 1.7.5.4035 - although I was having the same problem on 1.5.x.
Thanks
Pete
Unable to make remote access working
Hi,
I have to bother you guys once more. I am not able to make the remote access working in Plex Media Server. It goes green and then turns red.
My iptables output is attached (please don't use to get me :-) )
Also my ufw rules are in the attached document.
The error screenshot is also attached.
Any help is appreciated.
Some films and TV programmes wil not play but others will; any ideas please?
I have recently got a Synology media server and am new to this; my friend set it up for me. I cannot play some of the films and tv programmes that I have downloaded but others are fine; the error message that comes up if it doesn't play:
Error
Playback has stopped because the connection to the Plex Media Server has been lost. Please ensure the server is available and retry. Retry or Cancel.
It is always the same items that have this message; could it mean that they were corrupted when downloaded or is it something else?
I hope this makes sense and thanks in advance if you read it and reply!
ZXHost Plex Server
Hi i have a server with zxhost and I had them put plex server on it. I linked it to my account and it was showing and i accidentally deleted it from the account and now i cant see it. I have tried rebooting server but still no joy how do i get it back
ZXHost Server
Hi i have a server with zxhost and I had them put plex server on it. I linked it to my account and it was showing and i accidentally deleted it from the account and now i cant see it. I have tried rebooting server but still no joy how do i get it back
Cannot enable remote access: Opensuse tumbleweed.
openSUSE tumbleweed
Steps Taken:
Checked router upnp enabled.
No double nat, modem and 1 router.
set firewall rules as per
https://support.plex.tv/hc/en-us/articles/201543147-What-network-ports-do-I-need-to-allow-through-my-firewall-
FW_SERVICES_EXT_TCP="1714:1764 3005 32400 32469 8324"
FW_SERVICES_EXT_UDP="1714:1764 1900 3005 3240 32400 32410 32412 32413 32414 32469 5353"
no dice until:
Disabled firewall on suse machine, remote access works. So I am pretty sure it is the firewall rules of the local machine, not the router.
tried restarting machine and loging in/out of plex, but same error
"Not available outside your network
Your server is signed in to Plex, but is not reachable from outside your network. Learn more"
I see nothing out in the firewall rules, yet it is not working, any help / input is appreciated.
thansk
JOhn KIlbert
Script for updating Plex
I run Plex on a CentOS VM and whenever there is an update, the upgrade process was always quite manual since I need to download the RPM, dump it on the server and run the update. So I stopped and took a few min to write a bash script to make it easier. You can change the commands to make it work for your flavor of Linux.
#!/bin/bash
TOKEN="Your X-Token"
URL=$(/usr/bin/curl -Ls -o /dev/null -w %{url_effective} "https://plex.tv/downloads/latest/1?channel=8&build=linux-ubuntu-x86_64&distro=redhat&X-Plex-Token=$TOKEN")
PACKAGE=$(/usr/bin/basename "$URL")
if [ $URL ]; then
wget $URL
if [ -f $PACKAGE ]; then
read -p "Proceed with upgrade? Y/N " input
while true; do
case $input in
[Yy]* )
/usr/bin/systemctl stop plexmediaserver
/usr/bin/yum update $PACKAGE -y
/usr/bin/systemctl start plexmediaserver
/usr/bin/rm -f $PACKAGE
exit
;;
[Nn]* )
exit
;;
esac
done
fi
fi