![]() |
|
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 RE: Workaround: Library refresh on network mount changes - tdmler - 2025-12-07 (2025-04-07, 11:01 AM)pulpul Wrote: Hello all, Could you help a n00b with how to actually use this script?
RE: Workaround: Library refresh on network mount changes - homerraas23 - 2025-12-09 +1 for mee too, how to implement this |