here is Plex and PlexConnect installed on a Synology 213+. Additional there is the Python package installed and at the ATV Fanart enabled. But everytime I want to see the detail page of a movie the connection to PlexConnect dies and I getting the error that Trailers are not available.
I have attached the log. Perhaps you see what happened...
We have seen issues with the JPEG encoder missing for PIL- but those usually show an error in the logs. Are you able to run PlexConnect in a terminal and check for an error message/traceback there? Sometimes I have the feeling, some errors don't make it to the log... :-(
The DS213+ is not able to transcode, and I think I saw some mkv files in your log. Could this be the cause ? If you code transcoderaction=DirectPlay in ATV Settings does this gives you a different error message ?
The DS213+ is not able to transcode, and I think I saw some mkv files in your log. Could this be the cause ? If you code transcoderaction=DirectPlay in ATV Settings does this gives you a different error message ?
Mhh...all mkv are played without problems...much better than mp4. So i think this shouldn't be the problem. If I disable this feature all works fine...every mkv are played without problems.
We have seen issues with the JPEG encoder missing for PIL- but those usually show an error in the logs. Are you able to run PlexConnect in a terminal and check for an error message/traceback there? Sometimes I have the feeling, some errors don't make it to the log... :-(
I have exactly the same issue and you already tried to help me in another topic related to fanart.
I solved it partially followed the suggestion of moody_blue:
Python from SynoCommunity
Installer 0.3-10
Git pull.
That method works on my Synology 213+ but....everything works very slowly, spinning 8-10 times when I go to the library, 4-6 times when I go into the movie and back. When I hold the button for options it takes a long time and small options window remain on screen after selection. Button menu helps.
Now I try once again with 0.5-7 installer. Everything flying! but PlexConnect dies when I go into the movie. (with Fanart "show")
roidy,
I tried your last suggestion - same result - trailers unavailable...
I don't have a NAS myself... but are you able to run those lines from PILBackgrounds.py manually in a terminal/python? That way, we might be able to figure out which line causes that massive let down.
I don't have a NAS myself... but are you able to run those lines from PILBackgrounds.py manually in a terminal/python? That way, we might be able to figure out which line causes that massive let down.
Yes...I have installed the Python Module. The other option is to install Python Module for Python 3. But this is not the right option i think, because Plex is based on Python2, right?