Plex-Remote-Transcoder
Plex-Remote-Transcoder copied to clipboard
Gracenote fails
It seems plex has hardcoded the temporary location for the gracenote temporary transcodes to /tmp which if a slave does the work the master can't see the files. /tmp is a very tricky one for nfs or redirecting the file system due to it's heavy use by core apps.
e.g.
2016-01-06 12:11:26,728 - prt - INFO - Launching transcode_remote with args ['ssh', u'[email protected]', '-p', u'22', u"export LD_LIBRARY_PATH=/usr/lib/plexmediaserver:$LD_LIBRARY_PATH;cd /usr/lib/plexmediaserver;prt_local -i '
Hopefully they change that but will have a think on the best way to work round it in the meantime.
Actually, just after writing that issue...it seems I have a fix/workaround for it. It can be done manually but maybe I'll just add some code to automatically fix it on prt install and/or warn on run if the fix isn't there.
After my fix :
2016-01-08 15:07:21,067 - prt - INFO - Launching transcode_remote with args ['ssh', u'[email protected]', '-p', u'22', u"export LD_LIBRARY_PATH=/usr/lib/plexmediaserver:$LD_LIBRARY_PATH;cd /usr/lib/plexmediaserver;prt_local -i '
can you assign this to me please @wnielson