Go to file
2021-03-11 00:56:00 +01:00
.github add dependabot config 2021-03-11 00:56:00 +01:00
Jellyfin.Plugin.TMDbBoxSets Update Jellyfin.Plugin.TMDbBoxSets/TMDbBoxSetManager.cs 2020-12-03 12:49:23 -07:00
.editorconfig add default editorconfig 2021-03-11 00:55:42 +01:00
.gitignore Initial code commit 2019-02-03 23:15:24 +01:00
build.yaml Target 10.7 2020-12-03 08:23:42 -07:00
Jellyfin.Plugin.TMDbBoxSets.sln Rename to jellyfin plugin naming conventions 2019-02-06 11:01:55 +01:00
LICENSE Initial commit 2019-02-03 23:01:42 +01:00
README.md minor changes to build metadata 2020-05-27 12:24:01 +09:00

Jellyfin TMDb Box Sets Plugin

Part of the Jellyfin Project

Jellyfin TMDb Box Sets plugin is a plugin built with .NET that automatically creates Box Sets and Collections based on TMDb's collection IDs.

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