Skip to content

Commit

Permalink
fix(starr-german): set german score for the scene CF to 0 and explain…
Browse files Browse the repository at this point in the history
… it in the german guide (#2238)

Fix: set german score for the scene CF to 0 and explain it in the german guide

Co-authored-by: Lokilicious <mail.lokilicious.work>
  • Loading branch information
Lokilicious authored Jan 26, 2025
1 parent b52e838 commit cf01c79
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/json/radarr/cf/scene.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion docs/json/sonarr/cf/scene.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion includes/german-guide/radarr-german-misc-optional.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<!-- markdownlint-enable MD041-->
2 changes: 1 addition & 1 deletion includes/german-guide/sonarr-german-misc-optional.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<!-- markdownlint-enable MD041-->

0 comments on commit cf01c79

Please sign in to comment.