Part of the Jellyfin Project
Jellyfin Merge Versions plugin is a plugin that automatically groups every repeated movie;
- In jellyfin, go to dashboard -> plugins -> Repositories -> add and paste this link https://raw.githubusercontent.com/danieladov/JellyfinPluginManifest/master/manifest.json
- Go to Catalog and search for the plugin you want to install
- Click on it and install
- Restart Jellyfin
- Download the .zip file from release page
- 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 - Restart Jellyfin
- To merge your movies or episodes you can do it from Schedule task or directly from the configuration of the plugin.
- Spliting is only avaible through the configuration
- 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/Merge versions
under the program data directory or inside the portable install directory