nanowqp.blogg.se

Plex media server linux folder
Plex media server linux folder













plex media server linux folder

I've had Plex running perfectly using binhex' container for about two years now, but a recent 'oops' moment has resulted in me setting up all my containers again.

plex media server linux folder

I feel like I'm being stupid but I can't get Plex running anymore. Just edit the host path for the /transcode mapping and set it to a folder on your ssd. You might want to try to use a folder for the transcoding on your ssd instead. The plex user (abc inside the container) might not be able to execute anything from there. It might also be an issue using /tmp for transcoding. You could try to execute a chmod -R 777 on /mnt/cache/Docker/PlexMediaServer/Library/Application\ Support/Plex\ Media\ Server/Codecs/ just to see if it works, as I remember there was someone having an issue with EAC codec some pages back and it was fixed by changing permissions. None of the mounts have noexec set, so shouldn't be an issue.

plex media server linux folder

I have looked at my own Plex container and every folder up to /mnt/cache/system/appdata/plex/Library/Application\ Support/Plex\ Media\ Server/Codecs/EasyAudioEncoder-141-linux-ubuntu-x86_64/EasyAudioEncoder/ have exec permission set, so I think yours also do, but do check it by command line on unraid. Also the docker run command /usr/local/emhttp/plugins//scripts/docker run -d -name='plex1' -net='host' -e TZ="Asia/Shanghai" -e HOST_OS="Unraid" -e 'PUID'='99' -e 'PGID'='100' -e 'VERSION'='latest' -v '/mnt/':'/data':'rw' -v '/tmp':'/transcode':'rw' -v '/mnt/cache/Docker/PlexMediaServer/':'/config':'rw' 'linuxserver/plex' Attached the mount on Unraid command line.















Plex media server linux folder