feat(starr): Add RlsGrp tokar86a to the Bad Dual Groups Custom Format (#2326)

* feat(starr): Add RlsGrp `tokar86a` to the `Bad Dual Groups` Custom Format

* Apply suggestions from code review

Co-authored-by: nuxen <theonenuxen@proton.me>

* Removed the examples

* Update includes/cf-descriptions/bad-dual-groups.md

Co-authored-by: nuxen <theonenuxen@proton.me>

---------

Co-authored-by: nuxen <theonenuxen@proton.me>
This commit is contained in:
TRaSH
2025-03-23 23:57:58 +01:00
committed by GitHub
parent c9e3739d92
commit bdeb2ce254
3 changed files with 20 additions and 2 deletions
+9
View File
@@ -189,6 +189,15 @@
"value": "^(Tars)$"
}
},
{
"name": "tokar86a",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(tokar86a)$"
}
},
{
"name": "TvR",
"implementation": "ReleaseGroupSpecification",
+9
View File
@@ -180,6 +180,15 @@
"value": "^(Tars)$"
}
},
{
"name": "tokar86a",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(tokar86a)$"
}
},
{
"name": "vnlls",
"implementation": "ReleaseGroupSpecification",
+2 -2
View File
@@ -1,5 +1,5 @@
<!-- markdownlint-disable MD041-->
**Bad dual groups**<br>
**Bad Dual/Multi groups**<br>
These groups take the original release and add their language (e.g., Portuguese) as the main audio track (AAC 2.0). After renaming and FFprobe, the media file will be recognized as Portuguese AAC audio. Adding the best audio as the first track is a common rule. They also often translate or rename the release name to Portuguese.
These release groups do not use the original language of the media as the first audio track. Since ffprobe relies on the first audio track to determine the primary language of the release, incorrect ordering can lead to parsing issues. This may result in failed imports, misidentified files, or even download loops. To ensure proper handling, the original language should always be the first audio track in the release.
<!-- markdownlint-enable MD041-->