create: Anime Tier 01 with proper regex
This commit is contained in:
parent
d52fac889e
commit
716e5c9629
|
|
@ -0,0 +1,25 @@
|
||||||
|
name: Anime BD Tier 01 (Top SeaDex Muxers)
|
||||||
|
description: ''
|
||||||
|
tags: []
|
||||||
|
conditions:
|
||||||
|
- name: Bluray
|
||||||
|
negate: false
|
||||||
|
required: false
|
||||||
|
source: bluray
|
||||||
|
type: source
|
||||||
|
- name: Bluray Raw
|
||||||
|
negate: false
|
||||||
|
required: false
|
||||||
|
source: bluray_raw
|
||||||
|
type: source
|
||||||
|
- name: DVD
|
||||||
|
negate: false
|
||||||
|
required: false
|
||||||
|
source: dvd
|
||||||
|
type: source
|
||||||
|
- name: Aergia
|
||||||
|
type: release_title
|
||||||
|
required: false
|
||||||
|
negate: false
|
||||||
|
pattern: Aergia
|
||||||
|
tests: []
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
name: Aergia
|
||||||
|
pattern: \\[Aergia\\]|-Aergia(?!-raws)\\b
|
||||||
|
description: ''
|
||||||
|
tags: []
|
||||||
|
tests: []
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
name: Arg0
|
||||||
|
pattern: \\b(Arg0)\\b
|
||||||
|
description: ''
|
||||||
|
tags: []
|
||||||
|
tests: []
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
name: LYS1TH3A
|
||||||
|
pattern: \\b(LYS1TH3A)\\b
|
||||||
|
description: ''
|
||||||
|
tags: []
|
||||||
|
tests: []
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
name: Legion
|
||||||
|
pattern: \\[Legion\\]|-Legion\\b
|
||||||
|
description: ''
|
||||||
|
tags: []
|
||||||
|
tests: []
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
name: OZR
|
||||||
|
pattern: \\b(OZR)\\b
|
||||||
|
description: ''
|
||||||
|
tags: []
|
||||||
|
tests: []
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
name: SCY
|
||||||
|
pattern: \\b(SCY)\\b
|
||||||
|
description: ''
|
||||||
|
tags: []
|
||||||
|
tests: []
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
name: SoM
|
||||||
|
pattern: \\[SoM\\]|-SoM\\b
|
||||||
|
description: ''
|
||||||
|
tags: []
|
||||||
|
tests: []
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
name: Vanilla
|
||||||
|
pattern: \\[Vanilla\\]|-Vanilla\\b
|
||||||
|
description: ''
|
||||||
|
tags: []
|
||||||
|
tests: []
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
name: Vodes
|
||||||
|
pattern: \\[Vodes\\]|(?<!Not)-Vodes\\b
|
||||||
|
description: ''
|
||||||
|
tags: []
|
||||||
|
tests: []
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
name: ZeroBuild
|
||||||
|
pattern: \\b(ZeroBuild)\\b
|
||||||
|
description: ''
|
||||||
|
tags: []
|
||||||
|
tests: []
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
name: sam
|
||||||
|
pattern: \\[sam\\]|-sam\\b
|
||||||
|
description: ''
|
||||||
|
tags: []
|
||||||
|
tests: []
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
name: smol
|
||||||
|
pattern: \\[smol\\]|-smol\\b
|
||||||
|
description: ''
|
||||||
|
tags: []
|
||||||
|
tests: []
|
||||||
Loading…
Reference in New Issue