All Projects → danieladov → jellyfin-plugin-mergeversions

danieladov / jellyfin-plugin-mergeversions

Licence: MIT license
This plugin scans all your movies and groups every repeated movie in one version

Programming Languages

C#
18002 projects
HTML
75241 projects

Projects that are alternatives of or similar to jellyfin-plugin-mergeversions

pyEmby
Python wrapper for Emby api
Stars: ✭ 21 (-62.5%)
Mutual labels:  jellyfin
IMDb-Scout-Mod
Auto search for movie/series on torrent, usenet, ddl, subtitles, streaming, predb and other sites. Adds links to IMDb pages from hundreds various sites. Adds movies/series to Radarr/Sonarr. Adds external ratings from Metacritic, Rotten Tomatoes, Letterboxd, Douban, Allocine. Media Server indicators for Plex, Jellyfin, Emby. Dark theme/style for …
Stars: ✭ 177 (+216.07%)
Mutual labels:  jellyfin
jellyfin-server-macos
The menu bar app and package for Jellyfin Server on macOS.
Stars: ✭ 39 (-30.36%)
Mutual labels:  jellyfin
JavSP
汇总多站点数据的AV元数据刮削器
Stars: ✭ 549 (+880.36%)
Mutual labels:  jellyfin
Movie Data Capture
Local Movies Organizer
Stars: ✭ 5,481 (+9687.5%)
Mutual labels:  jellyfin
docker-media-server
Jellyfin media server with sonarr, radarr, ombi, jackett, deluge and traefik
Stars: ✭ 37 (-33.93%)
Mutual labels:  jellyfin
Jellyfin
The Free Software Media System
Stars: ✭ 12,643 (+22476.79%)
Mutual labels:  jellyfin
findroid
Third-party native Jellyfin Android app
Stars: ✭ 362 (+546.43%)
Mutual labels:  jellyfin
finamp
A Jellyfin music client for mobile
Stars: ✭ 771 (+1276.79%)
Mutual labels:  jellyfin
Shokofin
Repository for Shokofin, a plugin that brings Shoko to Jellyfin.
Stars: ✭ 44 (-21.43%)
Mutual labels:  jellyfin
ChineseSubFinder
自动化中文字幕下载。字幕网站支持 shooter、xunlei、arrst、a4k 。支持 Emby、Jellyfin、Plex、Sonarr、Radarr、TMM
Stars: ✭ 2,212 (+3850%)
Mutual labels:  jellyfin
jellyfin ynh
Jellyfin package for YunoHost
Stars: ✭ 20 (-64.29%)
Mutual labels:  jellyfin
jellyfin-expo
Jellyfin Mobile for iOS
Stars: ✭ 164 (+192.86%)
Mutual labels:  jellyfin
jellycon
Kodi Addon for Jellyfin
Stars: ✭ 155 (+176.79%)
Mutual labels:  jellyfin
jellyfin-apiclient-python
Python API Client for Jellyfin
Stars: ✭ 30 (-46.43%)
Mutual labels:  jellyfin
Javsdt
影片信息整理工具,抓取元数据nfo,自定义重命名文件(夹),下载fanart裁剪poster,为emby、kodi、极影派铺路。
Stars: ✭ 2,700 (+4721.43%)
Mutual labels:  jellyfin
JellyfinJav
JAV metadata providers for Jellyfin
Stars: ✭ 66 (+17.86%)
Mutual labels:  jellyfin
JellySkin
Vibrante/minimal Jellyfin CSS using custom Icons and more!!, created for Jellyfin web 🎞️, can be used by just one line.
Stars: ✭ 221 (+294.64%)
Mutual labels:  jellyfin
jellyfin-roku
Roku Client for Jellyfin
Stars: ✭ 246 (+339.29%)
Mutual labels:  jellyfin
jellyfin-mpv-shim
MPV Cast Client for Jellyfin
Stars: ✭ 1,024 (+1728.57%)
Mutual labels:  jellyfin

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].