mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-10 15:57:00 +00:00
- Base language custom formats added, compiler will convert to other languages on the fly - Not <Language>: Matches releases that don't include the specified language - Not Only <Langauge>: Matches releases that include both the specified language, and others via parsed language logic - Not Only <Langauge> (Missing): Matches releases that include both the specified language, and others via regex pattern "Dual Audio" - New regex pattern to match dual audio - Set default language to "Must Include English"
19 lines
382 B
YAML
19 lines
382 B
YAML
name: Not English
|
|
description: Matches releases that don't include an English language track. Dual audio
|
|
is allowed.
|
|
tags: []
|
|
conditions:
|
|
- exceptLanguage: true
|
|
language: english
|
|
name: Not English
|
|
negate: false
|
|
required: true
|
|
type: language
|
|
- exceptLanguage: false
|
|
language: english
|
|
name: Includes English
|
|
negate: true
|
|
required: false
|
|
type: language
|
|
tests: []
|