mirror of
https://github.com/jellyfin/jellyfin-plugin-tmdbboxsets.git
synced 2024-11-22 21:49:41 +00:00
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
|
||
---|---|---|
.github | ||
Jellyfin.Plugin.TMDbBoxSets | ||
.editorconfig | ||
.gitignore | ||
build.yaml | ||
Directory.Build.props | ||
Jellyfin.Plugin.TMDbBoxSets.sln | ||
jellyfin.ruleset | ||
LICENSE | ||
README.md |
Jellyfin TMDb Box Sets Plugin
Part of the Jellyfin Project
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
-
Clone or download this repository
-
Ensure you have .NET Core SDK setup and installed
-
Build plugin with following command
dotnet publish --configuration Release --output bin
- Place the resulting file in the
plugins
folder