fix(guide): Changes to be aligned with the German guide (#2180)

* fix(guide): Changes to be aligned with the German guide.

* removed description in JSON

* Added: german value for the 3rd party sync apps

* Added: German to the group name to make it more clear that this resolution group is for the German section
pull/2184/head
TRaSH 2 weeks ago committed by GitHub
parent 6b301ea5e0
commit f76cd3af9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,7 +4,6 @@
"default": -10000, "default": -10000,
"german": 10001 "german": 10001
}, },
"trash_description": "Language: German + Original aka German DL: Add this Custom Format with a score of +`10000` if you prefer releases that include `German + Original audio`, Add this Custom Format with a score of +`10000` if you prefer releases that include `German + Original audio`.",
"name": "German DL", "name": "German DL",
"includeCustomFormatWhenRenaming": true, "includeCustomFormatWhenRenaming": true,
"specifications": [ "specifications": [

@ -1,7 +1,8 @@
{ {
"trash_id": "dc98083864ea246d05a42df0d05f81cc", "trash_id": "dc98083864ea246d05a42df0d05f81cc",
"trash_scores": { "trash_scores": {
"default": -10000 "default": -10000,
"german": 0
}, },
"name": "x265 (HD)", "name": "x265 (HD)",
"includeCustomFormatWhenRenaming": false, "includeCustomFormatWhenRenaming": false,

@ -4,7 +4,6 @@
"default": -10000, "default": -10000,
"german": 10001 "german": 10001
}, },
"trash_description": "Language: German + Original aka German DL: Add this Custom Format with a score of +`10000` if you prefer releases that include `German + Original audio`, Add this Custom Format with a score of +`10000` if you prefer releases that include `German + Original audio`.",
"name": "German DL", "name": "German DL",
"includeCustomFormatWhenRenaming": true, "includeCustomFormatWhenRenaming": true,
"specifications": [ "specifications": [

@ -4,5 +4,5 @@
This custom format helps Radarr/Sonarr recognize German Dual Language audio releases. This custom format helps Radarr/Sonarr recognize German Dual Language audio releases.
- Add this Custom Format with the default score of `-10000` to prevent getting releases that include `German + Original audio`. - Add this Custom Format with the default score of `-10000` to prevent getting releases that include `German + Original audio`.
- Add this Custom Format with a score of +`10000` if you prefer releases that include `German + Original audio`, It will add `German DL` to your filename. - Add this Custom Format with a score of +`10001` if you prefer releases that include `German + Original audio`, It will add `German DL` to your filename.
<!-- markdownlint-enable MD041--> <!-- markdownlint-enable MD041-->

@ -1,5 +1,5 @@
<!-- markdownlint-disable MD041--> <!-- markdownlint-disable MD041-->
??? abstract "Resolution - [Click to show/hide]" ??? abstract "German Resolution - [Click to show/hide]"
| Custom Format | Score | Trash ID | | Custom Format | Score | Trash ID |
| ---------------------------------------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------: | ------------------------------------------------------ | | ---------------------------------------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------: | ------------------------------------------------------ |

@ -1,5 +1,5 @@
<!-- markdownlint-disable MD041--> <!-- markdownlint-disable MD041-->
??? abstract "Unwanted - [Click to show/hide]" ??? abstract "German Unwanted - [Click to show/hide]"
| Custom Format | Score | Trash ID | | Custom Format | Score | Trash ID |
| ----------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------: | --------------------------------------------------- | | ----------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------: | --------------------------------------------------- |
@ -9,7 +9,7 @@
| [{{ radarr['cf']['lq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#lq) | {{ radarr['cf']['lq']['trash_scores']['default'] }} | {{ radarr['cf']['lq']['trash_id'] }} | | [{{ radarr['cf']['lq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#lq) | {{ radarr['cf']['lq']['trash_scores']['default'] }} | {{ radarr['cf']['lq']['trash_id'] }} |
| [{{ radarr['cf']['german-lq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#german-lq) | {{ radarr['cf']['german-lq']['trash_scores']['default'] }} | {{ radarr['cf']['german-lq']['trash_id'] }} | | [{{ radarr['cf']['german-lq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#german-lq) | {{ radarr['cf']['german-lq']['trash_scores']['default'] }} | {{ radarr['cf']['german-lq']['trash_id'] }} |
| [{{ radarr['cf']['german-microsized']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#german-microsized) | {{ radarr['cf']['german-microsized']['trash_scores']['default'] }} | {{ radarr['cf']['german-microsized']['trash_id'] }} | | [{{ radarr['cf']['german-microsized']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#german-microsized) | {{ radarr['cf']['german-microsized']['trash_scores']['default'] }} | {{ radarr['cf']['german-microsized']['trash_id'] }} |
| [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd) :warning: | :warning: 0 | {{ radarr['cf']['x265-hd']['trash_id'] }} | | [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd) :warning: | :warning: {{ radarr['cf']['x265-hd']['trash_scores']['german'] }} | {{ radarr['cf']['x265-hd']['trash_id'] }} |
--- ---

Loading…
Cancel
Save