Go to file
Cody Robibero d1b213ad29 Fix ci
2021-11-01 11:41:35 -06:00
.github Fix ci 2021-11-01 11:41:35 -06:00
Jellyfin.Plugin.TMDbBoxSets Fix ci 2021-11-01 11:41:35 -06: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 10.8 support 2021-09-27 19:49:16 -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