Go to file
2020-12-16 12:09:14 -07:00
.github/workflows Use .NET 5.0 in GitHub Actions 2020-12-05 14:27:25 +01:00
Jellyfin.Plugin.Tvdb Remove leading / for poster result 2020-12-16 12:09:14 -07:00
.gitattributes init 2020-10-08 18:45:45 -06:00
.gitignore init 2020-10-08 18:45:45 -06:00
build.yaml Remove leading / for poster result 2020-12-16 12:09:14 -07:00
Jellyfin.Plugin.Tvdb.sln init 2020-10-08 18:45:45 -06:00
jellyfin.ruleset init 2020-10-08 18:45:45 -06:00
LICENSE init 2020-10-08 18:45:45 -06:00
README.md init 2020-10-08 18:45:45 -06:00

Jellyfin TheTVDB Plugin

Part of the Jellyfin Project

This plugin is built with .NET Core to download metadata for tv.

Build Process

  1. Clone or download this repository

  2. Ensure you have .NET Core SDK setup and installed

  3. Build plugin with following command.

dotnet publish --configuration Release --output bin
  1. Place the resulting file in the plugins folder under the program data directory or inside the portable install directory