jellyseerr
jellyseerr copied to clipboard
feat: add quality profile per user
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
- [x] Successful build
yarn build
- [x] Translation keys
yarn i18n:extract
- [x] Database migration (if required)
Fixes
- Fixes #419 (partly)
- Fixes #171 (partly)