Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
rjrudman opened this issue Sep 21, 2024 · 1 comment
Open
1 task done

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

rjrudman opened this issue Sep 21, 2024 · 1 comment
Labels
awaiting triage This issue needs to be reviewed enhancement New feature or request

Comments

@rjrudman
Copy link

rjrudman commented Sep 21, 2024

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:

  • The '4k' label wasn't hard-coded (In my case, I'd use 'Remux')
  • We could configure jellyseer to only consider particular libraries in Emby (and Plex/Jellyfin?) to determine which versions are available. Ie, a '4k' version only exists if it's in '4k Movies' library in Emby, rather than using meta data

Additional Context

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

Code of Conduct

  • I agree to follow Jellyseerr's Code of Conduct
@rjrudman rjrudman added awaiting triage This issue needs to be reviewed enhancement New feature or request labels Sep 21, 2024
@rjrudman rjrudman changed the title Support arbitrary quality tiers rather than '4k' and non 4k Support arbitrary quality tiers rather than 4k and non 4k Sep 21, 2024
@gauthier-th
Copy link
Collaborator

This is something that #945 may solve.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting triage This issue needs to be reviewed enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants