For use in the Jellyfin Project
This plugin adds a scheduled job to search for and update episodes that are missing certain metadata.
Metadata that are checked:
- Name
- Is it a date? "January 1, 2022"
- User supplied list of substrings
- Overview
- Primary Image
- Number of provider IDs
Refresh all metadata/images options.
Pretend option to try it out without updating metadata.
Add this link to "Repositories" in Jellyfin settings.
-
To build this plugin you will need .Net 5.x.
-
Build plugin with following command
dotnet publish --configuration Release --output bin
- Place the dll-file in the
plugins/RefreshSparse
folder (you might need to create the folders) of your JF install
We welcome all contributions and pull requests! If you have a larger feature in mind please open an issue so we can discuss the implementation before you start. In general refer to our contributing guidelines for further information.
This plugins code and packages are distributed under the GPLv3 License. See LICENSE for more information.