Hello,
I am running Plex 6.1 and installed Plex Version 3.20.5 manually through the package center. As I add new items to my library, Plex does not see the updates. Here are my settings:
On - Update my library automatically
Your library will be updated automatically when changes to library folders are detected.
Off - Run a partial scan when changes are detected
When changes to library folders are detected, only scan the folder that changed.
Off - Include music libraries in automatic updates
Linux systems limit the maximum number of watched directories; this may cause problems with large music libraries.
Off - Update my library periodically
I found this FAQ, but am not familiar with using Putty.
https://forums.plex.tv/discussion/191000/faqs-read-this-first
Q18: How do I manually set file permissions using SSH?
DSM 6: Login as admin, using your NAS admin password in PuTTY or Terminal, and then you must first issue the command sudo -su root and enter your admin password again before entering the following commands:
For your Media Folder/s:
cd volume1
chmod -R 777 Media
chown -R admin:users Media
For The Plex Folder:
cd volume1
chmod -R 777 Plex
chown -R plex:users Plex
Note: If your Plex media folders are not in a folder named 'Media' then insert the appropriate folder name/address in place of Media.
Also, do not simply read the permissions, you should reset them regardless. Set the permissions to 600 first, then go back and set them to 777. This ensures that the permissions have been re-written to disk properly.
Any suggestions would be greatly appreciated ![:) :)]()