Go to file
Claus Vium 0be9fe8050
Merge pull request #40 from danimart1991/fix/save-button
Fix #36: Save button has wrong text
2021-04-14 10:44:43 +02:00
.github chore(deps): bump release-drafter/release-drafter 2021-04-12 10:24:10 +00:00
Jellyfin.Plugin.TMDbBoxSets Fix 36: Save button has wrong text 2021-04-14 10:30:53 +02: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 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