tweak(format): Anime works
This commit is contained in:
parent
66ee5da2eb
commit
389266c724
|
|
@ -0,0 +1,11 @@
|
|||
name: Bettter Dual Audio Chec
|
||||
description: ''
|
||||
tags:
|
||||
- Language
|
||||
conditions:
|
||||
- name: Better dual check
|
||||
type: release_title
|
||||
required: true
|
||||
negate: false
|
||||
pattern: Better Dual Audio
|
||||
tests: []
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
name: Is Dual Audio
|
||||
description: ''
|
||||
tags:
|
||||
- Language
|
||||
conditions:
|
||||
- name: Dual Audio Trash
|
||||
negate: false
|
||||
pattern: Dual Audio Trash
|
||||
required: true
|
||||
type: edition
|
||||
tests:
|
||||
- conditionResults: []
|
||||
expected: true
|
||||
id: 1
|
||||
input: '[ToonsHub] Solo Leveling S02E08 1080p AMZN WEB-DL DDP2.0 H.264 (Ore dake
|
||||
Level Up na Ken, Dual-Audio, Multi-Subs)'
|
||||
lastRun: null
|
||||
passes: false
|
||||
- id: 2
|
||||
input: '[SanKyuu] Ore dake Level Up na Ken (Solo Leveling) - S02E10 [WEB][1080p][AV1][AAC][Multi-Sub]
|
||||
(Weekly)'
|
||||
expected: false
|
||||
passes: false
|
||||
lastRun: null
|
||||
conditionResults: []
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
name: Is English
|
||||
description: ''
|
||||
tags:
|
||||
- Language
|
||||
conditions:
|
||||
- exceptLanguage: false
|
||||
language: english
|
||||
name: English
|
||||
negate: false
|
||||
required: true
|
||||
type: language
|
||||
tests: []
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
name: Is Japanese
|
||||
description: ''
|
||||
tags:
|
||||
- Language
|
||||
conditions:
|
||||
- exceptLanguage: false
|
||||
language: japanese
|
||||
name: Jap
|
||||
negate: false
|
||||
required: true
|
||||
type: language
|
||||
tests: []
|
||||
|
|
@ -0,0 +1,49 @@
|
|||
name: Anime
|
||||
description: Prefers English and dual audio
|
||||
tags:
|
||||
- anime
|
||||
upgradesAllowed: true
|
||||
minCustomFormatScore: 0
|
||||
upgradeUntilScore: 0
|
||||
minScoreIncrement: 1
|
||||
custom_formats:
|
||||
- name: Bettter Dual Audio Chec
|
||||
score: 10
|
||||
- name: Is English
|
||||
score: 10
|
||||
- name: Is Japanese
|
||||
score: 10
|
||||
- name: Dolby Digital
|
||||
score: 3
|
||||
- name: DTS
|
||||
score: 2
|
||||
- name: Not Only English
|
||||
score: 0
|
||||
- name: Not Only English (Missing)
|
||||
score: 0
|
||||
- name: Not English
|
||||
score: -10
|
||||
qualities:
|
||||
- id: 8
|
||||
name: Remux-1080p
|
||||
- id: 9
|
||||
name: WEBDL-1080p
|
||||
- id: 10
|
||||
name: Bluray-1080p
|
||||
- id: 13
|
||||
name: Bluray-720p
|
||||
- id: 14
|
||||
name: WEBDL-720p
|
||||
- id: 16
|
||||
name: HDTV-720p
|
||||
- id: 15
|
||||
name: WEBRip-720p
|
||||
- id: 22
|
||||
name: DVD
|
||||
- id: 24
|
||||
name: SDTV
|
||||
upgrade_until:
|
||||
id: 10
|
||||
name: Bluray-1080p
|
||||
description: 1080p Blu-ray video encoded with lossy compression
|
||||
language: any
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
name: 5.1 Surround
|
||||
pattern: '[^0-9]5[ .][0-1]\\b'
|
||||
description: ''
|
||||
tags:
|
||||
- Audio
|
||||
- Channel
|
||||
tests: []
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
name: Better Dual Audio
|
||||
pattern: (?i)(dual[ ._-]?(?:audio|dub)|multi[ ._-]?(?:audio|dub)|ubbed)
|
||||
description: ''
|
||||
tags:
|
||||
- Language
|
||||
- Anime
|
||||
tests: []
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
name: Dual Audio Trash
|
||||
pattern: dual[ ._-]?(audio|varyg)|[([]dual[])]|(JA|ZH|KO)\\+EN|EN\\+(JA|ZH|KO)
|
||||
description: ''
|
||||
tags:
|
||||
- language
|
||||
tests: []
|
||||
|
|
@ -4,7 +4,8 @@ description: Matches releases with Dual Audio; Media releases that contain two l
|
|||
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.
|
||||
tags: []
|
||||
tags:
|
||||
- language
|
||||
tests:
|
||||
- expected: true
|
||||
id: 1
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
name: Dubbed Trash
|
||||
pattern: ^(?!.*(Dual|Multi)[-_. ]?Audio).*((?<!multi-)\\b(dub(bed)?)\\b|(funi|eng(lish)?)_?dub)
|
||||
description: ''
|
||||
tags:
|
||||
- language
|
||||
tests: []
|
||||
Loading…
Reference in New Issue