The “Movies - Sync” folder has read/write permissions enabled for PlexMediaServer already (see in screenshot). Am I missing something?
Edit: You were right again of course. I see that there’s a checkbox in the bottom of the permissions page to give those permissions to all subfolders and files. Checking that off fixed the issue. Thanks again for the help ChuckPa. You’re awesome!
One of the problems with other programs is they don’t respect ACLs.
In most cases, they put the files into position with YOUR username and permissions set exclusively to you (which is best practice but not what you want when sharing your files with “PlexMediaServer” who must also read them.
By applying the permissions at the top, AND going down all folders and sub-folders, we get the permissions set for Plex. Now we’ll know permissions are correct (whicih Linux is VERY strict about adhering to)
Quick question actually as well - I see that after I use the small checkbox that says to apply to all files/subfolders doesn’t stick. I have to apply it every time something new is added to the folder. Is there a way to always have the permissions attached to all new files added to those folders?
Syncthing is pulling files from another computer when they are added to specific folders, then Syncthing adds the files to the ‘Movies - Sync’ folder on the NAS. I want those files to have permissions set as they come in so Plex can auto-scan library and find them as they are added in.
I see they are an opensource package with no (listed) Synology package offering.
Given the listed operating systems all are Unix/Linux based with exception of Windows,
ACLs are preferred because that’s how Synology operates. (Windows respects ACLs)
–otherwise–
ACLs set to allow everyone READ permission
else
Unix/Linux file permissions must be 644 after depositing on the Syno host
Unix/Linux directory permissions must be 755 after depositing on the Syno host.
It is the responsibility of the transferring program to set the permissions.
DSM 7 will not automatically set permissions from external applications (NO SetUID/SetGID available in the DSM 7 GUI )
Gotcha - I will see if I can set some permissions for the files through Syncthing then. I appreciate the help again. I hope you have a good rest of your day/night!