Fallenbagel / jellyseerr

Fork of overseerr for jellyfin support.
https://docs.jellyseerr.dev/
MIT License
3.49k stars 218 forks source link

Allow quality profile choices on collection request #829

Open POD319 opened 2 months ago

POD319 commented 2 months ago

Description

When you add a collection, you are only presented with a single option for quality profile. This can result in selecting a profile that a release can not meet. For example, a profile with 2160p only, but the collection has an item that never had a 2160p release. You would have to then go in and manually switch each profile on the individual items thereafter.

Desired Behavior

Provide the user an option alongside each item in the collection to change the profile, if desired. Default can be to use the primary selection at the bottom.

Additional Context

Example photo: image

Code of Conduct

gauthier-th commented 2 months ago

Couldn't you just configure your Radarr instance to fallback to 1080p if there is no 2160p? Or just do two requests? One with the items you want in 1080p and another one with the ones you want in 2160p?

POD319 commented 2 months ago

Couldn't you just configure your Radarr instance to fallback to 1080p if there is no 2160p? Or just do two requests? One with the items you want in 1080p and another one with the ones you want in 2160p?

You could indeed have a single profile that is similar to an 'any', preferring 2160p. However - Personally, my profiles are set to a specific format that I want, and I want it to be very clear if it's not in that format. So if I request 2160p, I wouldn't want a fallback.

A good example - I might have a desire to get a specific title at 2160 Remux, but the remainder of them I want to be more space conscious of. I don't want to be limited at requesting the entire collection at the highest quality in this case.

The two requests does make the most sense in this instance. Submit those that you want at a specific format, and then submit another request at the other format. That said, it would be nice to just submit a single request and to have these options to begin with.