2023-07-06, 08:32 PM
I have an odd issue where Jellyfin doesn't handle metadata creation very well.
Real time monitoring is turned on, .nfo files are enabled and saving metadata (ie images) to local folders is enabled.
And yet, whenever I would add a new film to my library, Jellyfin wouldn't automatically refresh my library - and whenever it did, it wouldn't get the images. So I would get left with a movie entry with no images or metadata in my library.
So my solution to this was to write a handy tool that listens for changes in a given directory, logs those changes, and then contacts the Jellyfin server and tell it to refresh that library. The tool is configurable and allows for different levels of refresh; including 'Scan for Changes', 'Search for Missing Metadata' and various 'Replace' methods.
I'm sharing it here, in case anyone else finds it useful: https://github.com/need4swede/Python/tre.../jf-listen
I also have other Jellyfin scripts, including duplicating your media's folder directory structure, backing up all your .nfo files, adding/removing tags in bulk, and more.
Feel free to ask any questions. Cheers!
Real time monitoring is turned on, .nfo files are enabled and saving metadata (ie images) to local folders is enabled.
And yet, whenever I would add a new film to my library, Jellyfin wouldn't automatically refresh my library - and whenever it did, it wouldn't get the images. So I would get left with a movie entry with no images or metadata in my library.
So my solution to this was to write a handy tool that listens for changes in a given directory, logs those changes, and then contacts the Jellyfin server and tell it to refresh that library. The tool is configurable and allows for different levels of refresh; including 'Scan for Changes', 'Search for Missing Metadata' and various 'Replace' methods.
I'm sharing it here, in case anyone else finds it useful: https://github.com/need4swede/Python/tre.../jf-listen
I also have other Jellyfin scripts, including duplicating your media's folder directory structure, backing up all your .nfo files, adding/removing tags in bulk, and more.
Feel free to ask any questions. Cheers!