mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-10 07:46:58 +00:00
20 lines
506 B
YAML
20 lines
506 B
YAML
name: Not Only English (Missing)
|
|
description: "Attempts to matches releases with mutliple audio tracks but are not\
|
|
\ parsed as \"Multi Langauge\". Instead, attempts to find regular expressions which\
|
|
\ imply the release has dual audio. \n "
|
|
tags:
|
|
- Language
|
|
conditions:
|
|
- exceptLanguage: false
|
|
language: english
|
|
name: Includes English
|
|
negate: false
|
|
required: true
|
|
type: language
|
|
- name: Dual Audio Regex
|
|
negate: false
|
|
pattern: Dual Audio
|
|
required: true
|
|
type: release_title
|
|
tests: []
|