feat(radarr): Clarify the use of merged qualities for the German Guide (#2193)
* Feat: clarify use of merged qualities for the german guide * Fix: added 720p qualities to the alternative UHD quality profile * Fix: added international HD groups for the alternative UHD quality profile * Update docs/Radarr/radarr-setup-quality-profiles-german-en.md Co-authored-by: yammes08 <111231042+yammes08@users.noreply.github.com> --------- Co-authored-by: Lokilicious <mail.lokilicious.work> Co-authored-by: yammes08 <111231042+yammes08@users.noreply.github.com>pull/2197/head
parent
4360736fc0
commit
aaebc1f07c
@ -0,0 +1,16 @@
|
||||
<!-- markdownlint-disable MD041-->
|
||||
??? abstract "German Resolution - [Click to show/hide]"
|
||||
|
||||
| Custom Format | Score | Trash ID |
|
||||
| ---------------------------------------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------: | ------------------------------------------------------ |
|
||||
| [{{ radarr['cf']['german-1080p-booster']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#german-1080p-booster) | {{ radarr['cf']['german-1080p-booster']['trash_scores']['default'] }} | {{ radarr['cf']['german-1080p-booster']['trash_id'] }} |
|
||||
| [{{ radarr['cf']['720p']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/720p.json) | {{ radarr['cf']['720p']['trash_scores']['default'] }} | {{ radarr['cf']['720p']['trash_id'] }} |
|
||||
| [{{ radarr['cf']['1080p']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/1080p.json) | {{ radarr['cf']['1080p']['trash_scores']['default'] }} | {{ radarr['cf']['1080p']['trash_id'] }} |
|
||||
|
||||
---
|
||||
|
||||
Breakdown and Why
|
||||
|
||||
- Since we are merging all qualities into a single group, we need to add scores for different resolutions to allow upgrades between them.
|
||||
- As the scores for German groups are higher, we need to introduce resolution boosters to ensure upgradability between resolutions, allowing for upgrades from English to German.
|
||||
<!-- markdownlint-enable MD041-->
|
Loading…
Reference in new issue