![]() |
Workaround: Library refresh on network mount changes - 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: Workaround: Library refresh on network mount changes (/t-workaround-library-refresh-on-network-mount-changes) |
Workaround: Library refresh on network mount changes - pulpul - 2025-04-07 Hello all, I have made a script that watches libraries on network mounts and asks Jellyfin to refresh libraries if changes are detected. By default Jellyfin's inotify implementation does not support this. This script uses python watchdog for filesystem polling. https://github.com/pulpul-s/watchertoucher |