I can’t figure out why my PMS stopped recognizing new movies.
I am running PMS on my Synology PMS718+ and have been really happy with it until just recently when it stopped recognizing new Movies (TV shows seem to be recognized just fine).
I checked the user privileges on the folders that I am hosing the media on and those are all fine.
I have (5) folders that feed into the Movie Library. Even if I rename the new movie file or folder or move it to another folder for some reason, it does not recognize it when tell PMS manually to search for new media.
To further complicate things, I have been able to remove a folder from the movie library, then, re-add the folder and the movie gets added (sometimes).
Lastly, last week, I was having connectivity issues uploaded (not sure if this is coincidence) and (2) movies that I downloaded came up right away after downloading them.
Looking into my logs, I can see that the PMS is seeing the movies that is should be adding, but, I don’t see an error.
“Good Boys” and “Blinded By The Light” are two movies that were recently added that are not coming up in Plex.
I have attached my logs below.
Anyone have any ideas?
Should I just reinstall plex and start a fresh copy?
I moved a movie from one directory to another and scanned it manually again then I found the below in Media Scanner Log.
Is this file being incorrectly matched to an existing entry in the database?
Nov 18, 2019 12:44:06.417 [0x7f52be047740] DEBUG - Path matched, we’re reusing media item 45821
Nov 18, 2019 12:44:06.417 [0x7f52be047740] DEBUG - Scanner: Processing directory /volumeUSB1/usbshare/Docker/Downloads/Movies/Good.Boys.2019 (parent: yes)
Nov 18, 2019 12:44:06.419 [0x7f52be047740] DEBUG - Skipping over directory ‘Good.Boys.2019’, as nothing has changed; removing 0 media items from map.
Update for anyone with the same issue, I figured out the underlying cause of the issues.
I am using NZBget via Docker to download movies and this was setup years ago.
The UID and GID that NZBget was using no longer correctly correspond to the user “plex”, thus the permission issues with new downloads.
Once I corrected the environment variables (thus permissions), everything started to work again.