April 13, 20251 yr Hello everyone, First time poster. I've been using unraid now for half a year and love it. I've been using the Plex container without concern up until today. I have a collection I wanted to keep seperate from my normal TV shows & Movies so I created a new library for it. It has it's own seperate folder structure. Weird thing is I can see once its scanned the library, false/ghost icons for TV shows not in this folder. I was poking around and also notices when I go to view/sort my library by folder (Instead of Movies - as I was trying to view the folder structure), I could see "bin, boot, config, data, dev, etc, home" to name a few. The share is existing and Plex Library is set the same as the other's without this issue. Really confused at the moment. Edited April 13, 20251 yr by Aval added another screenshot
April 14, 20251 yr Author /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker create --name='Plex-Media-Serverr' --net='host' --pids-limit 2048 -e TZ="America/New_York" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Server" -e HOST_CONTAINERNAME="Plex-Media-Serverr" -e 'PLEX_CLAIM'='claim-********************' -e 'PLEX_UID'='99' -e 'PLEX_GID'='100' -e 'VERSION'='latest' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:32400]/web' -l net.unraid.docker.icon='https://raw.githubusercontent.com/plexinc/pms-docker/master/img/plex-server.png' -v '/mnt/user/appdata/Plex-Media-Server/transcode':'/transcode':'rw' -v '/mnt/user/Media':'/data':'rw' -v '/mnt/user/appdata/Plex-Media-Server':'/config':'rw' --device='/dev/dri/' 'plexinc/pms-docker'
April 14, 20251 yr Author docker run -d --name='Plex-Media-Serverr' --net='host' --pids-limit 2048 -e TZ="America/New_York" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Server" -e HOST_CONTAINERNAME="Plex-Media-Serverr" -e 'PLEX_CLAIM'='claim-********************' -e 'PLEX_UID'='99' -e 'PLEX_GID'='100' -e 'VERSION'='latest' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:32400]/web' -l net.unraid.docker.icon='https://raw.githubusercontent.com/plexinc/pms-docker/master/img/plex-server.png' -v '/mnt/user/appdata/Plex-Media-Server/transcode':'/transcode':'rw' -v '/mnt/user/Media':'/data':'rw' -v '/mnt/user/appdata/Plex-Media-Server':'/config':'rw' --device='/dev/dri/' 'plexinc/pms-docker' edcd76c9752d930c914442c253aa68e9fd7b159c7c7158797a1a6fbc28783f18
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.