danieladov / jellyfin-plugin-mergeversions

This plugin scans all your movies and groups every repeated movie in one version
MIT License
201 stars 13 forks source link

Merged Items Sort/Custom Naming #15

Open bakes82 opened 3 years ago

bakes82 commented 3 years ago

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

danieladov commented 2 years ago

I don't think that's possible yet

Sim0nW0lf commented 1 year ago

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. :)