parabola949 / jellyfin-plugin-mergeversions

This plugin scans all your movies and group every repeated movie in one version

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jellyfin Merge Versions Plugin

Part of the Jellyfin Project

Jellyfin Merge Versions plugin is a plugin that automatically groups every repeated movie;

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 .dll file in a folder called plugins/ under the program data directory or inside the portable install directory

About

This plugin scans all your movies and group every repeated movie in one version

License:MIT License


Languages

Language:C# 73.9%Language:HTML 26.1%