Dual Audio
Language
Pattern
Pattern
\bDual[ ._-]?(Audio)?\b|\b(JA|ZH|KO)(?= ?\+ ?.*?\b(EN))|\b(EN)(?= ?\+ ?.*?\b(JA|ZH|KO))\bDescription
Matches releases with Dual Audio; Media releases that contain two language tracks - typically the original language (such as Japanese) along with an English dub, allowing viewers to switch between either audio track while watching the same video content.
References
| Tags | |
|---|---|
| Banned Dual Audio Groups | Banned |
| Dual Audio | Language |
History
- Pattern changed
\bDual[ ._-]?(?:Audio)?\b|\b(JA|ZH|KO)(?= ?\+ ?.*?\b(EN))|\b(EN)(?= ?\+ ?.*?\b(JA|ZH|KO))\b
- Tags Language
Also changed in this commit
- Pattern changed
Before
\b((multi[^a-zA-Z]*)|(dual[\s.-](audio|complete)))\b
After
\bDual[ ._-]?(?:Audio)?\b|\b(JA|ZH|KO)(?= ?\+ ?.*?\b(EN))|\b(EN)(?= ?\+ ?.*?\b(JA|ZH|KO))\b