From d301f3798cbdab4ed3361fd21e08c1b26e0a835f Mon Sep 17 00:00:00 2001 From: Lokilicious Date: Sun, 26 Jan 2025 11:46:24 +0100 Subject: [PATCH] Fix: set german score for the scene CF to 0 and explain it in the german guide --- docs/json/radarr/cf/scene.json | 2 +- docs/json/sonarr/cf/scene.json | 2 +- includes/german-guide/radarr-german-misc-optional.md | 2 +- includes/german-guide/sonarr-german-misc-optional.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/json/radarr/cf/scene.json b/docs/json/radarr/cf/scene.json index b0760f8390..d6b7484fe7 100644 --- a/docs/json/radarr/cf/scene.json +++ b/docs/json/radarr/cf/scene.json @@ -2,7 +2,7 @@ "trash_id": "f537cf427b64c38c8e36298f657e4828", "trash_scores": { "default": -10000, - "german": -35000 + "german": 0 }, "trash_regex": "https://regex101.com/r/BoIGFA/1", "name": "Scene", diff --git a/docs/json/sonarr/cf/scene.json b/docs/json/sonarr/cf/scene.json index 716fc40cae..13ee7e717e 100644 --- a/docs/json/sonarr/cf/scene.json +++ b/docs/json/sonarr/cf/scene.json @@ -2,7 +2,7 @@ "trash_id": "1b3994c551cbb92a2c781af061f4ab44", "trash_scores": { "default": -10000, - "german": -35000 + "german": 0 }, "trash_regex": "https://regex101.com/r/BoIGFA/1", "name": "Scene", diff --git a/includes/german-guide/radarr-german-misc-optional.md b/includes/german-guide/radarr-german-misc-optional.md index ed402d7c09..3c5e109bd9 100644 --- a/includes/german-guide/radarr-german-misc-optional.md +++ b/includes/german-guide/radarr-german-misc-optional.md @@ -20,5 +20,5 @@ - **{{ radarr['cf']['no-rlsgroup']['name'] }}:** [*Optional*] Some indexers strip out the release group which could result in LQ groups being scored incorrectly. For example, a lot of EVO releases end up with a stripped group name. These releases would appear as "upgrades" and could end up getting a decent score after other CFs are scored. - **{{ radarr['cf']['obfuscated']['name'] }}:** [*Optional*] Use these only if you wish to avoid renamed releases. - **{{ radarr['cf']['retags']['name'] }}:** [*Optional*] Use this if you want to avoid retagged releases. Retagged releases often are not consistent with the quality of the original group's release. - - **{{ radarr['cf']['scene']['name'] }}:** [*Optional*] Use this only if you want to avoid SCENE releases. + - :warning: **{{ radarr['cf']['scene']['name'] }}:** [*Optional*] We recommend not using this CF in the German Guide, as it often matches incorrectly due to the German release naming. diff --git a/includes/german-guide/sonarr-german-misc-optional.md b/includes/german-guide/sonarr-german-misc-optional.md index 4aa8a823bc..67993d9c33 100644 --- a/includes/german-guide/sonarr-german-misc-optional.md +++ b/includes/german-guide/sonarr-german-misc-optional.md @@ -18,5 +18,5 @@ - **{{ sonarr['cf']['no-rlsgroup']['name'] }}:** [*Optional*] Some indexers strip out the release group which could result in LQ groups being scored incorrectly. For example, a lot of EVO releases end up with a stripped group name. These releases would appear as "upgrades" and could end up getting a decent score after other CFs are scored. - **{{ sonarr['cf']['obfuscated']['name'] }}:** [*Optional*] Use these only if you wish to avoid renamed releases. - **{{ sonarr['cf']['retags']['name'] }}:** [*Optional*] Use this if you wish to avoid retagged releases. Retagged releases often are not consistent with the quality of the original group's release (e.g. TGx downsampling an NTb release from 5.1 audio to 2.0 audio, yet maintaining the NTb naming). - - **{{ sonarr['cf']['scene']['name'] }}:** [*Optional*] Use this only if you want to avoid SCENE releases. + - :warning: **{{ sonarr['cf']['scene']['name'] }}:** [*Optional*] We recommend not using this CF in the German Guide, as it often matches incorrectly due to the German release naming.