Server Version#: 1.25.6.5577
Player Version#: 8.0 beta / 7.29 public
DSM version 7.0.1-42218 Update 2
Some added movie files show up at once, for other files i have to look for another version, sometimes multiple times, before the file ultimately is detected and added properly. Using docker apps to add media. Naming as advised.
Can you give some details on what movies you are having issues with, the actual file names, and the folder paths for those affected files, and what folders you have configured in your library?
Just found out that for one file that wouldnāt be detected, mysteriously the permissions for PlexMediaServer did not trickle down to the file itself. The folder had correct privileges, but the file did not.
Any ideas why this happens, who to blame (nzbget or radarr) and how to fix?
Obviously need to set permissions (755 dir, 644 files) in those apps.
To remedy now, use this . It also works for resetting permissions because it descends down through the shared folder touching all files and directories.
Alternative fix/avoidance ā Run your media apps as members of the PlexMediaServer group. This will give you ownership and allow PlexMediaServer permission to read,
Thanks so much, this (your how-to) instantly added many many files
I checked permissions in the apps and they are 755/644 as you said. I am reluctant to change the docker user groups as i am afraid this could break other things.
Is it safe to say DSM is at fault as permissions were set correctly all the time?
I temp fix would be to run your how-to sometimes, but i would still be looking for a definitive solutionā¦ā¦
DSM 7 forced username change from Plex:users to PlexMediaServer:PlexMediaServer
The above change completely isolates PMS from āUsersā because it is now a āserviceā
If you were to add PlexMediaServer to the group your media is being written as via the linux command line, you can probably hack DSM 7 permissions enough to make it work (after restarting DSM) and without breaking DSM.
Such a tweak would leave Plex where it is but poke a hole in the new DSM security so it can reach files written by the specific group.