Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(starr-german): set german score for the scene CF to 0 and explain it in the german guide #2238

Merged
merged 1 commit into from
Jan 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-->
Loading