Server: 1.29.2.6364
Synology DS1520
plex not auto scanning media.
I have been adding tv series to the server, but it’s not triggering anything to make auto scan.
If I manually do the SCAN LIBRARY FILES, they scans and adds the files.
Now here’s the weird thing… I add movies, music. Auto scanned worked. but when i started adding tv series. not auto scanning.
You’re describing what happens when you have more folders than DSM can monitor without slight customization.
To verify.
DEBUG server logging on, VERBOSE logging off, SAVE if changed
Restart PMS
Wait 3-4 minutes (give it time to finish initialization)
Download the logs ZIP file
Open the ZIP and inspect “Plex Media Server.log”
Search for ‘No space left on device’ . It’ll occur on a ‘Notify’ event record.
If this is the case, follow this procedure.
FAQ 16: Increase the number of folders Plex can monitor
Applicable to all supported versions of DSM.
When the Linux ‘inotify’ table fills up, this will cause when Plex to stop automatically detecting new media you add to the server. It will also manifest when there are transcoder problems with Dolby audio codecs.
Linux has a default table size which is static. We can increase this at will.
On some versions it’s 8192. On newer kernels, the default is 65536 folders.
This is easy to in…
That worked for me.
Auto scanning again
thank you
Advisory:
Be careful of how much you allocate there.
Each one is 540 bytes + number of characters in each full directory path.
Given a typical pathname on Synology can be 150 characters,
540 + 150 = 690 bytes.
690 bytes * 524288 slots (512k) = 360 MB of RAM assigned to the kernel which can’t be used for anything else.
On NAS systems with 8GB, this usually isn’t a concern.
On smaller systems with 1-2 GB, this is a very serious concern.
I usually recommend increments of 32768 added to the default 65536.
It keeps memory aligned and allows room to grow
system
Closed
July 15, 2023, 6:34pm
5
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.