![]() |
|
Library Realtime Monitoring not working - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Library Realtime Monitoring not working (/t-library-realtime-monitoring-not-working) |
Library Realtime Monitoring not working - Dockey - 2025-11-28 Hi, I am having issues with real time monitoring of my libraries. Jellyfin does not automatically update when files are added in a library folder, but triggering a manual library scan works well. My set up: Jellyfin (10.11.3) is hosted in a docker container. Compose: Code: jellyfin:At startup I can see in the logs that the Directory Watcher is having permission issues. But after that it still claims to be watching?..: Code: [18:23:51] [ERR] [9] Emby.Server.Implementations.IO.LibraryMonitor: Permission error for Directory watcher: /data/media/moviesListing the permissions/owners of all folders in folder structure in question it looks like this: Code: ls -ld /volume1 /volume1/video /volume1/video/movies /volume1/video/tv-showsI have looked through loads of guides and forum posts, but I haven't seen anything that explains this. Any ideas? Any more information I can provide? |