-
-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> --------- Co-authored-by: Lokilicious <mail.lokilicious.work> Co-authored-by: yammes08 <[email protected]>
- Loading branch information
1 parent
4360736
commit aaebc1f
Showing
4 changed files
with
77 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
includes/german-guide/radarr-cf-german-resolution-scoring-hd-only-en.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters