First Commit

This commit is contained in:
Mister Rajoy
2020-11-08 02:19:22 +01:00
parent 41c13bb80c
commit 09b3c26df0
11 changed files with 842 additions and 0 deletions

15
build.yaml Normal file
View File

@@ -0,0 +1,15 @@
---
name: "jellyfin-plugin-tmdbboxsets"
guid: "bc4aad2e-d3d0-4725-a5e2-fd07949e5b42"
version: "5" # Please increment with each pull request
jellyfin_version: "10.5.0" # The earliest binary-compatible version
owner: "jellyfin"
nicename: "TMDb Box Sets"
description: "Automatically create movie box sets based on TMDb collections"
overview: "Automatically create movie box sets based on TMDb collections"
category: "Metadata"
artifacts:
- "Jellyfin.Plugin.TMDbBoxSets.dll"
build_type: "dotnet"
dotnet_configuration: "Release"
dotnet_framework: "netstandard2.1"