jellyfin-plugin-mergeversions icon indicating copy to clipboard operation
jellyfin-plugin-mergeversions copied to clipboard

Merged Items Sort/Custom Naming

Open bakes82 opened this issue 3 years ago • 2 comments

Im not sure if Jellyfin is limited like Emby, but is there a way we could set or change the titles in the drop down?

So if I have 4 versions kept in different folder paths IE: 1080p, 4k, 4k Remux, 4k Dolby Vision. The only way to tell the names apart is with the file names. If I recall when I looked at the database the name was a field and but I dont think the emby api allowed it to be set. Ideally I would want to set an order DV first, Remux, 4k, 1080p, and/or see the /1080p/.

image

bakes82 avatar May 16 '21 15:05 bakes82

I don't think that's possible yet

danieladov avatar Oct 02 '21 17:10 danieladov

I just set the order to 1. 1080p 2. 2160p by naming it accordingly in Radarr/Sonarr:

Radarr: {Movie Title} ({Release Year}) {Quality Full} 4kRadarr: {Movie Title} ({Release Year}) x{Quality Full}

Sonarr: {Series Title} - S{season:00}E{episode:00} - {Episode Title} {Quality Full} 4kSonarr: {Series Title} - S{season:00}E{episode:00} - {Episode Title} x{Quality Full}

You can change that to meet your requirements of course. :)

Sim0nW0lf avatar Sep 12 '22 08:09 Sim0nW0lf