Plex Not Adding TV Shows

Hello,

I have been using Plex through Docker on my NAS and it was working fine but the linuxserver people do not update it and so I have went back to the Synology version. Everything was working fine with the Docker version but I want to be able to update. Now that I am back on the regular Synology version I am having trouble adding my shows.

I added the movies fine. When I try to add the shows, Plex is showing that my TV Shows folder is empty. I’ve been messing with it for a few hours. When I decided to test add another movie folder, it is now also showing up empty. Is this s bug of some sort that only allows one set of media to be added?

Version 3.14.1

Thanks

Did you remember to give user plex permission to read (R/W) your media shares (Control Panel - Shared Folders) ?

Aug 28, 2017 21:02:19.882 [0xef911b40] ERROR - Couldn't check for the existence of file /volume1/Movies/.grab: boost::filesystem::status: Permission denied: "/volume1/Movies/.grab"
Aug 28, 2017 21:02:19.882 [0xef911b40] ERROR - Couldn't check for the existence of file /volume1/TV Shows/.grab: boost::filesystem::status: Permission denied: "/volume1/TV Shows/.grab"

I’m not sure how to do that but I wouldn’t think my movies folder would be working if that was the case.

Your log files indicate otherwise. User plex is getting permission denied.

As example, here is my ‘oldmusic’ share

I was changing the entire Plex permissions. Changing the folder permissions did it.

Thanks.