Skip to content

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

License

Notifications You must be signed in to change notification settings

RuiAlias/jellyfin-plugin-mergeversions

 
 

Repository files navigation

Jellyfin Merge Versions Plugin

Part of the Jellyfin Project

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

Install Process

From Repository

  1. In jellyfin, go to dashboard -> plugins -> Repositories -> add and paste this link https://raw.githubusercontent.com/danieladov/JellyfinPluginManifest/master/manifest.json
  2. Go to Catalog and search for the plugin you want to install
  3. Click on it and install
  4. Restart Jellyfin

From .zip file

  1. Download the .zip file from release page
  2. Extract it and place the .dll file in a folder called plugins/Merge Versions under the program data directory or inside the portable install directory
  3. Restart Jellyfin

User Guide

  1. To merge your movies or episodes you can do it from Schedule task or directly from the configuration of the plugin.
  2. Spliting is only avaible through the configuration

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/Merge versions under the program data directory or inside the portable install directory

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 72.1%
  • HTML 27.9%