Go to file
Tim Eisele f349d91670
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
🏷️ Sync labels / call (push) Has been cancelled
Add analyzers and fix issues (#86)
2024-09-30 07:49:06 -06:00
.github add unstable workflow 2024-03-25 16:50:34 -06:00
Jellyfin.Plugin.TMDbBoxSets Add analyzers and fix issues (#86) 2024-09-30 07:49:06 -06:00
.editorconfig add default editorconfig 2021-03-11 00:55:42 +01:00
.gitignore add unstable workflow 2024-03-25 16:50:34 -06:00
build.yaml Prepare for release v11 (#71) 2024-05-11 13:29:17 -06:00
Directory.Build.props Prepare for release v11 (#71) 2024-05-11 13:29:17 -06:00
Jellyfin.Plugin.TMDbBoxSets.sln Rename to jellyfin plugin naming conventions 2019-02-06 11:01:55 +01:00
jellyfin.ruleset Add analyzers and fix issues (#86) 2024-09-30 07:49:06 -06:00
LICENSE Initial commit 2019-02-03 23:01:42 +01:00
README.md Update README.md (#77) 2023-10-31 05:24:54 -06: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