2019-03-06 17:50:56 +00:00
|
|
|
<h1 align="center">Jellyfin TMDb Box Sets Plugin</h1>
|
|
|
|
<h3 align="center">Part of the <a href="https://jellyfin.media">Jellyfin Project</a></h3>
|
2019-02-03 22:28:45 +00:00
|
|
|
|
2019-03-06 17:50:56 +00:00
|
|
|
<p align="center">
|
2021-03-10 23:56:43 +00:00
|
|
|
<img alt="Logo Banner" src="https://raw.githubusercontent.com/jellyfin/jellyfin-ux/master/branding/SVG/banner-logo-solid.svg?sanitize=true"/>
|
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
<a href="https://github.com/jellyfin/jellyfin-plugin-tmdbboxsets/actions?query=workflow%3A%22Test+Build+Plugin%22">
|
|
|
|
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/jellyfin/jellyfin-plugin-tmdbboxsets/Test%20Build%20Plugin.svg">
|
|
|
|
</a>
|
|
|
|
<a href="https://github.com/jellyfin/jellyfin-plugin-tmdbboxsets">
|
|
|
|
<img alt="MIT License" src="https://img.shields.io/github/license/jellyfin/jellyfin-plugin-tmdbboxsets.svg"/>
|
|
|
|
</a>
|
|
|
|
<a href="https://github.com/jellyfin/jellyfin-plugin-tmdbboxsets/releases">
|
|
|
|
<img alt="Current Release" src="https://img.shields.io/github/release/jellyfin/jellyfin-plugin-tmdbboxsets.svg"/>
|
|
|
|
</a>
|
2019-03-06 17:50:56 +00:00
|
|
|
</p>
|
|
|
|
|
2021-03-10 23:56:43 +00:00
|
|
|
## 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.
|
|
|
|
|
2019-03-06 17:50:56 +00:00
|
|
|
## Build Process
|
2020-05-24 03:08:38 +00:00
|
|
|
|
2019-03-06 17:50:56 +00:00
|
|
|
1. Clone or download this repository
|
2020-05-24 03:08:38 +00:00
|
|
|
|
2019-03-06 17:50:56 +00:00
|
|
|
2. Ensure you have .NET Core SDK setup and installed
|
2020-05-24 03:08:38 +00:00
|
|
|
|
2020-05-27 03:24:01 +00:00
|
|
|
3. Build plugin with following command
|
2020-05-24 03:08:38 +00:00
|
|
|
|
2019-03-06 17:50:56 +00:00
|
|
|
```sh
|
|
|
|
dotnet publish --configuration Release --output bin
|
|
|
|
```
|
2020-05-24 03:08:38 +00:00
|
|
|
|
2020-05-27 03:24:01 +00:00
|
|
|
4. Place the resulting file in the `plugins` folder
|