Part of the Jellyfin Project
Jellyfin TMDb Box Sets plugin is a plugin built with .NET that automatically creates Box Sets/Collections based on TMDb's collection id's.
- 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 .dll file in a folder called
plugins/
under the program data directory or inside the portable install directory