Fallenbagel / jellyseerr

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

Support arbitrary quality tiers rather than 4k and non 4k #971

Open rjrudman opened 2 months ago

rjrudman commented 2 months ago

Description

I'm using Emby with two movie libraries - one regular and one Remux. I also have two radarr instances.

Remux quality is only available to certain users on Emby - and I was hoping to restrict jellyseer users in the same way. I tried to do this by adding the remux radarr as a '4k' server.

This kind of works - requesting in '4k' goes to the correct radarr instance. The problem is, jellyseer is (I'm assuming here) using the metadata of files in emby to determine whether or not the 4k version exists.

This means that it's impossible to request the remux of a movie that exists in the regular library, but is of 4k quality.

Desired Behavior

It'd be nice if:

Additional Context

If this is something people would like, I would be happy to look into implementing this myself.

Code of Conduct

gauthier-th commented 1 month ago

This is something that #945 may solve.