![]() |
New library folder does not get scanned - 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 library folder does not get scanned (/t-new-library-folder-does-not-get-scanned) |
New library folder does not get scanned - NeoCortex - 2025-03-15 First of all: I love Jellyfin! Thanks to everyone putting love, sweat and work into this! So I added a new Harddrive to my setup. And added two folders (Filme2 and Serien2) of that drive to my allready existing library like this: Realtime scanning is also enabled for that library: But Jellyfin wont automaticly scan that folder for new entrys. Whenever i restart Jellyfin and have a look at the log it also only talks about /data/Filme and /data/Serien which are the folders I allready had, but not the new one /data/Filme2 and /data/Serien2. It feels like the LibraryMonitor is just not adding these folders to his "watchlist"(?). I'm running Jellyfin in Docker. Here's my compose file: Code: services: This is "ls -la" on bare metal: And this is "ls -la" inside of the docker container: My Versions are: Servername JellyFinNeo Server-Version 10.10.6 Web-Version 10.10.6 (c335a3024) Build-Version 10.10.6 Thanks again to everyone! RE: New library folder does not get scanned - NeoCortex - 2025-03-15 Short update: I fixed the problem with a strange workaround. Here's what I did: • Add the new folder /data/Filme2 to my allready existing library. (Jellyfin did not scan that new folder, this is the original issue) • Create a new library with only the folder /data/Filme2. Jellyfin will now scan that folder for new entrys. • Delete that new library (remember the path still exists in the first/original library). Jellyfin will continue to scan that folder (as it is supposed to). Problem solved. My guess is there is a bug where the emby LibraryMonitor will not add a path for watching if it is a second or third path added to an allready existing library. Sorry for my strange english, it's not my native language. |