/jellyfin-plugin-refreshsparse

Refresh Sparse items Plugin for Jellyfin

Primary LanguageC#GNU General Public License v3.0GPL-3.0

Jellyfin Refresh Sparse Episodes Plugin

For use in the Jellyfin Project

GitHub Workflow Status GPLv3 License Current Release

About

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.

Installation

Add this link to "Repositories" in Jellyfin settings.

Build

  1. To build this plugin you will need .Net 5.x.

  2. Build plugin with following command

dotnet publish --configuration Release --output bin
  1. Place the dll-file in the plugins/RefreshSparse folder (you might need to create the folders) of your JF install

Contributing

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.

Licence

This plugins code and packages are distributed under the GPLv3 License. See LICENSE for more information.