-
-
Notifications
You must be signed in to change notification settings - Fork 263
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
feat: add quality profile per user #757
Conversation
@gauthier-th really excited to see this PR. Does this also include the ability to set root folders per user as well? |
Not for now, this only includes the quality profiles per user. |
It's already in the road map. This pr accomplishes part of it. Then the rootfolder should accomplish a small part and the overriding rootfolder/profile depending on filter rules the rest |
This pull request has merge conflicts. Please resolve the conflicts so the PR can be successfully reviewed and merged. |
This is closed in favor of #945 |
Description
This PR adds options to define specific quality profiles per user. The quality profile sent to Radarr/Sonarr will be changed if the setting has been modified for the user making the request.
Screenshot (if UI-related)
Default values in the user settings, taken from the service option (4k option for Radarr/Sonarr also exists but is not showed here):
With a different quality profile for Radarr:
In the next request of the user, the quality profile on Radarr will be Bluray 1080p (unless the person that accepts the media request chooses another profile).
To-Dos
yarn build
yarn i18n:extract
Fixes