mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-10 07:46:58 +00:00
feat(format): Overhauled Langauge System
- 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"
This commit is contained in:
18
custom_formats/Not Only English (Missing).yml
Normal file
18
custom_formats/Not Only English (Missing).yml
Normal file
@@ -0,0 +1,18 @@
|
||||
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: []
|
||||
conditions:
|
||||
- exceptLanguage: false
|
||||
language: english
|
||||
name: Includes English
|
||||
negate: false
|
||||
required: true
|
||||
type: language
|
||||
- name: Dual Audio Regex
|
||||
type: release_title
|
||||
required: true
|
||||
negate: false
|
||||
pattern: Dual Audio
|
||||
tests: []
|
||||
Reference in New Issue
Block a user