Go to file
jellyfin-bot 9d0149e89d
Some checks failed
🏗️ Build Plugin / call (push) Has been cancelled
📝 Create/Update Release Draft & Release Bump PR / call (push) Has been cancelled
🔬 Run CodeQL / call (push) Has been cancelled
🧪 Test Plugin / call (push) Has been cancelled
Prepare for release v18 (#197)
2024-11-03 08:10:38 -07:00
.github add unstable workflow 2024-03-25 16:50:34 -06:00
Jellyfin.Plugin.Tvdb Increase robustness of retrieving tmdb id (again) (#194) 2024-11-03 08:09:54 -07:00
.editorconfig update analyzers 2021-04-07 22:12:08 +02:00
.gitattributes init 2020-10-08 18:45:45 -06:00
.gitignore add unstable workflow 2024-03-25 16:50:34 -06:00
build.yaml Prepare for release v18 (#197) 2024-11-03 08:10:38 -07:00
Directory.Build.props Prepare for release v18 (#197) 2024-11-03 08:10:38 -07:00
Jellyfin.Plugin.Tvdb.sln init 2020-10-08 18:45:45 -06:00
jellyfin.ruleset update ruleset 2021-11-18 18:34:51 -07:00
LICENSE init 2020-10-08 18:45:45 -06:00
README.md Bump .NET version in docs (#135) 2024-05-13 11:25:08 -06:00

Jellyfin TheTVDB Plugin

Part of the Jellyfin Project

Plugin Banner

GitHub Workflow Status GPLv3 License Current Release

About

This plugin adds the metadata provider for TVDB.

Installation

See the official documentation for install instructions.

Build

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

  2. Build plugin with following command

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

Releasing

To release the plugin we recommend JPRM that will build and package the plugin. For additional context and for how to add the packaged plugin zip to a plugin manifest see the JPRM documentation for more info.

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.