add: More Regex and Format Additions

This commit is contained in:
kmcclainmt 2025-04-02 09:32:32 -07:00
parent f0cafd1def
commit 6781043726
18 changed files with 200 additions and 0 deletions

20
custom_formats/ATVP.yml Normal file
View File

@ -0,0 +1,20 @@
name: ATVP
description: ''
tags: []
conditions:
- name: Apple TV+
type: release_title
required: true
negate: false
pattern: Apple TV+
- name: WEB-DL
type: source
required: false
negate: false
source: web_dl
- name: WEBRip
type: source
required: false
negate: false
source: webrip
tests: []

10
custom_formats/AV1.yml Normal file
View File

@ -0,0 +1,10 @@
name: AV1
description: ''
tags: []
conditions:
- name: AV1
type: release_title
required: true
negate: false
pattern: AV1
tests: []

20
custom_formats/BCORE.yml Normal file
View File

@ -0,0 +1,20 @@
name: BCORE
description: ''
tags: []
conditions:
- name: Bravia Core
type: release_title
required: true
negate: false
pattern: Bravia Core
- name: WEB-DL
type: source
required: false
negate: false
source: web_dl
- name: WEBRip
type: source
required: false
negate: false
source: webrip
tests: []

View File

@ -0,0 +1,10 @@
name: BHDStudio
description: ''
tags: []
conditions:
- name: BHDStudio
type: release_group
required: true
negate: false
pattern: BHDStudio
tests: []

View File

@ -0,0 +1,10 @@
name: BR-DISK
description: ''
tags: []
conditions:
- name: BR-DISK
type: release_title
required: true
negate: false
pattern: BR-DISK
tests: []

20
custom_formats/CRAV.yml Normal file
View File

@ -0,0 +1,20 @@
name: CRAV
description: ''
tags: []
conditions:
- name: Crave
type: release_title
required: true
negate: false
pattern: Crave
- name: WEB-DL
type: source
required: false
negate: false
source: web_dl
- name: WEBRip
type: source
required: false
negate: false
source: webrip
tests: []

25
custom_formats/CRiT.yml Normal file
View File

@ -0,0 +1,25 @@
name: CRiT
description: ''
tags: []
conditions:
- name: CRiT
type: release_title
required: true
negate: false
pattern: CRiT
- name: WEB-DL
type: source
required: false
negate: false
source: web_dl
- name: WEBRip
type: source
required: false
negate: false
source: webrip
- name: Not Criterion RlsGrp
type: release_group
required: true
negate: true
pattern: Criterion RlsGrp
tests: []

View File

@ -0,0 +1,30 @@
name: Criterion Collection
description: ''
tags: []
conditions:
- name: Bluray
type: source
required: false
negate: false
source: bluray
- name: DVD
type: source
required: false
negate: false
source: dvd
- name: Criterion
type: release_title
required: false
negate: false
pattern: Criterion
- name: CC
type: release_title
required: false
negate: false
pattern: CC
- name: Not Criterion RlsGrp
type: release_title
required: true
negate: true
pattern: Criterion RlsGrp
tests: []

5
regex_patterns/AV1.yml Normal file
View File

@ -0,0 +1,5 @@
name: AV1
pattern: \bAV1\b
description: ''
tags: []
tests: []

View File

@ -0,0 +1,5 @@
name: Apple TV+
pattern: \b(atvp|aptv|Apple TV\+)\b
description: ''
tags: []
tests: []

View File

@ -0,0 +1,5 @@
name: BHDStudio
pattern: ^(BHDStudio)$
description: ''
tags: []
tests: []

View File

@ -0,0 +1,10 @@
name: BR-DISK
pattern: ^(?!.*\b((?<!HD[._ -]|HD)DVD|BDRip|720p|MKV|XviD|WMV|d3g|(BD)?REMUX|^(?=.*1080p)(?=.*HEVC)|[xh][-_.
]?26[45]|German.*[DM]L|((?<=\d{4}).*German.*([DM]L)?)(?=.*\b(AVC|HEVC|VC[-_. ]?1|MVC|MPEG[-_.
]?2)\b))\b)(((?=.*\b(Blu[-_. ]?ray|BD|HD[-_. ]?DVD)\b)(?=.*\b(AVC|HEVC|VC[-_. ]?1|MVC|MPEG[-_.
]?2|BDMV|ISO)\b))|^((?=.*\b(((?=.*\b((.*_)?COMPLETE.*|Dis[ck])\b)(?=.*(Blu[-_. ]?ray|HD[-_.
]?DVD)))|3D[-_. ]?BD|BR[-_. ]?DISK|Full[-_. ]?Blu[-_. ]?ray|^((?=.*((BD|UHD)[-_.
]?(25|50|66|100|ISO)))))))).*
description: ''
tags: []
tests: []

View File

@ -0,0 +1,5 @@
name: Bravia Core
pattern: \b(BCORE)\b
description: ''
tags: []
tests: []

5
regex_patterns/CC.yml Normal file
View File

@ -0,0 +1,5 @@
name: CC
pattern: \b(CC)\b
description: ''
tags: []
tests: []

5
regex_patterns/CRiT.yml Normal file
View File

@ -0,0 +1,5 @@
name: CRiT
pattern: \b(CRiT)\b
description: ''
tags: []
tests: []

5
regex_patterns/Crave.yml Normal file
View File

@ -0,0 +1,5 @@
name: Crave
pattern: \b(crav(e)?)\b[ ._-]web[ ._-]?(dl|rip)?\b
description: ''
tags: []
tests: []

View File

@ -0,0 +1,5 @@
name: Criterion RlsGrp
pattern: ^(Criterion)$
description: ''
tags: []
tests: []

View File

@ -0,0 +1,5 @@
name: Criterion
pattern: \b(Criterion)\b
description: ''
tags: []
tests: []