mirror of
https://github.com/TRaSH-Guides/Guides.git
synced 2026-05-24 11:49:02 -05:00
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:
@@ -189,6 +189,15 @@
|
||||
"value": "^(Tars)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "tokar86a",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "^(tokar86a)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "TvR",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
|
||||
@@ -180,6 +180,15 @@
|
||||
"value": "^(Tars)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "tokar86a",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "^(tokar86a)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "vnlls",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
|
||||
@@ -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-->
|
||||
|
||||
Reference in New Issue
Block a user