Jellyfin Forum
New elements not automatically scanned/recognized - why? - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+---- Forum: Media Scanning & Identification (https://forum.jellyfin.org/f-media-scanning-identification)
+---- Thread: New elements not automatically scanned/recognized - why? (/t-new-elements-not-automatically-scanned-recognized-why)



New elements not automatically scanned/recognized - why? - Iacov - 2024-02-18

hey

i'm running docker (lsio) on ubuntu
my media is mounted via smb/cifs (fileserver is my synology nas)

i've added a new episode, but it was not automatically picked up

i've found this documentation:  Troubleshooting | Jellyfin 
but i don't find similar errors in my log

is "realtime" really..."real time" or am i too impatient? (waited for around 3 minutes before manual scanning)

how can i troubleshoot the cause? or is smb the issue?


RE: New elements not automatically scanned/recognized - why? - TheDreadPirate - 2024-02-18

Realtime monitoring over SMB is not supported and should not be enabled.

Double check that the permissions on that file are the same as the rest of the files that work. You can also try manually rescanning.


RE: New elements not automatically scanned/recognized - why? - Iacov - 2024-02-18

oh, that's unfortunate, thanks for the info. i could only find the info that "some filesystems are not supported", nfs being named as one.
what do you mean by checking the permissions? the file was found and can be played without problems after i did a manual scan of the library - it's only the real time monitoring and "live" adding of new contet that i'm missing Winking-face

i haven't had time to accomodate myself with the planned tasks of jellyfin yet - can you do a scripted rescan of the library?


RE: New elements not automatically scanned/recognized - why? - duckrental - 2024-02-18

There's a scheduled task to rescan the library - it runs every 12 hours by default, but you can change that up to every 15 minutes


RE: New elements not automatically scanned/recognized - why? - TheDreadPirate - 2024-02-18

Dashboard > Scheduled Tasks. There is a daily library scan job. You can change the frequency to whatever.

I had assumed you already tried to rescan hence my suggestion to double check permissions.

IIRC, real time monitoring relies on inotify, which SMB does not support. If you enable it on a SMB share jellyfin will just perpetually scan every file in your library constantly checking for changes. Obviously that will slow things down a lot.