diff --git a/docs/json/radarr/cf/language-german-dl.json b/docs/json/radarr/cf/language-german-dl.json index 158a6e505..479405e18 100644 --- a/docs/json/radarr/cf/language-german-dl.json +++ b/docs/json/radarr/cf/language-german-dl.json @@ -4,7 +4,6 @@ "default": -10000, "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", "includeCustomFormatWhenRenaming": true, "specifications": [ diff --git a/docs/json/radarr/cf/x265-hd.json b/docs/json/radarr/cf/x265-hd.json index 66d3216c4..3fc16701c 100644 --- a/docs/json/radarr/cf/x265-hd.json +++ b/docs/json/radarr/cf/x265-hd.json @@ -1,7 +1,8 @@ { "trash_id": "dc98083864ea246d05a42df0d05f81cc", "trash_scores": { - "default": -10000 + "default": -10000, + "german": 0 }, "name": "x265 (HD)", "includeCustomFormatWhenRenaming": false, diff --git a/docs/json/sonarr/cf/language-german-dl.json b/docs/json/sonarr/cf/language-german-dl.json index 3f3787f0a..d57fc2a87 100644 --- a/docs/json/sonarr/cf/language-german-dl.json +++ b/docs/json/sonarr/cf/language-german-dl.json @@ -4,7 +4,6 @@ "default": -10000, "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", "includeCustomFormatWhenRenaming": true, "specifications": [ diff --git a/includes/cf-descriptions/language-german-dl.md b/includes/cf-descriptions/language-german-dl.md index 73a6ecd42..bf68b6d11 100644 --- a/includes/cf-descriptions/language-german-dl.md +++ b/includes/cf-descriptions/language-german-dl.md @@ -4,5 +4,5 @@ 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 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. diff --git a/includes/german-guide/radarr-cf-german-resolution-scoring-en.md b/includes/german-guide/radarr-cf-german-resolution-scoring-en.md index 1771ee1be..c6e674b55 100644 --- a/includes/german-guide/radarr-cf-german-resolution-scoring-en.md +++ b/includes/german-guide/radarr-cf-german-resolution-scoring-en.md @@ -1,5 +1,5 @@ -??? abstract "Resolution - [Click to show/hide]" +??? abstract "German Resolution - [Click to show/hide]" | Custom Format | Score | Trash ID | | ---------------------------------------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------: | ------------------------------------------------------ | diff --git a/includes/german-guide/radarr-german-unwanted-en.md b/includes/german-guide/radarr-german-unwanted-en.md index ed0c65af7..e4b37ab58 100644 --- a/includes/german-guide/radarr-german-unwanted-en.md +++ b/includes/german-guide/radarr-german-unwanted-en.md @@ -1,5 +1,5 @@ -??? abstract "Unwanted - [Click to show/hide]" +??? abstract "German Unwanted - [Click to show/hide]" | 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']['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']['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'] }} | ---