Go to file
2022-04-07 19:00:12 -07:00
.github Use meta ci 2022-03-19 08:43:35 -06:00
Jellyfin.Plugin.TMDbBoxSets Only add primary versions to collections 2022-04-07 19:00:12 -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 Update build.yaml 2022-03-27 14:39:43 -06: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 add basic readme badges 2021-03-11 00:56:43 +01:00

Jellyfin TMDb Box Sets Plugin

Part of the Jellyfin Project

Logo Banner

GitHub Workflow Status MIT License Current Release

About

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