create: Adding Final DTS Formats and Starting DV Formats

This commit is contained in:
kmcclainmt 2025-04-02 10:19:01 -07:00
parent 293dd47a00
commit d4692c5a36
15 changed files with 195 additions and 0 deletions

View File

@ -0,0 +1,50 @@
name: DTS-HD MA
description: ''
tags: []
conditions:
- name: DTS-HD MA
negate: false
pattern: DTS-HD MA
required: true
type: release_title
- name: Not TrueHD/ATMOS
negate: true
pattern: TrueHD ATMOS
required: true
type: release_title
- name: Not Dolby Digital Plus
negate: true
pattern: Dolby Digital Plus
required: true
type: release_title
- name: Not Basic Dolby Digital
negate: true
pattern: Basic Dolby Digital
required: true
type: release_title
- name: Not DTS X
negate: true
pattern: DTS X
required: true
type: release_title
- name: Not FLAC
negate: true
pattern: FLAC
required: true
type: release_title
- name: Not AAC
negate: true
pattern: AAC
required: true
type: release_title
- name: Not PCM
negate: true
pattern: PCM
required: true
type: release_title
- name: Not DTS-HD HRA ES
negate: true
pattern: DTS-HD HRA ES
required: true
type: release_title
tests: []

View File

@ -0,0 +1,35 @@
name: DV (WEBDL)
description: ''
tags: []
conditions:
- name: Dolby Vision
type: release_title
required: true
negate: false
pattern: Dolby Vision
- name: WEBDL
type: source
required: false
negate: false
source: web_dl
- name: WEBRip
type: source
required: false
negate: false
source: webrip
- name: Not RlsGrp
type: release_title
required: true
negate: true
pattern: Flights
- name: Not HDR
type: release_title
required: true
negate: true
pattern: HDR
- name: Not Hulu
type: release_title
required: true
negate: true
pattern: Hulu
tests: []

View File

@ -0,0 +1,25 @@
name: DV HDR10
description: ''
tags: []
conditions:
- name: DV HDR10
type: release_title
required: true
negate: false
pattern: DV HDR10
- name: Not DV HDR10Plus
type: release_title
required: true
negate: true
pattern: DV HDR10Plus
- name: Not DV HLG
type: release_title
required: true
negate: true
pattern: DV HLG
- name: Not DV SDR
type: release_title
required: true
negate: true
pattern: DV SDR
tests: []

25
custom_formats/DV.yml Normal file
View File

@ -0,0 +1,25 @@
name: DV
description: ''
tags: []
conditions:
- name: DV
type: release_title
required: true
negate: false
pattern: Dolby Vision
- name: Not DV HDR10
type: release_title
required: true
negate: true
pattern: DV HDR10
- name: Not DV HLG
type: release_title
required: true
negate: true
pattern: DV HLG
- name: Not DV SDR
type: release_title
required: true
negate: true
pattern: DV SDR
tests: []

View File

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

View File

@ -0,0 +1,5 @@
name: DTS-HD MA
pattern: \b(dts[-_. ]?(ma|hd([-_. ]?ma)?|xll))(\b|\d)
description: ''
tags: []
tests: []

View File

@ -0,0 +1,5 @@
name: DV HDR10
pattern: ^(?=.*\b(DV|DoVi|Dolby[ .]?V(ision)?)\b)(?=.*\b(HDR(10)?(P(lus)?)?)\b)
description: ''
tags: []
tests: []

View File

@ -0,0 +1,5 @@
name: DV HDR10Plus
pattern: ^(?=.*\b(DV|DoVi|Dolby[ .]?V(ision)?)\b)(?=.*\b((HDR10(?=(P(lus)?)\b|\+))))
description: ''
tags: []
tests: []

View File

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

View File

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

View File

@ -0,0 +1,5 @@
name: Dolby Vision
pattern: \b(dv|dovi|dolby[ .]?v(ision)?)\b
description: ''
tags: []
tests: []

View File

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

5
regex_patterns/HDR.yml Normal file
View File

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

5
regex_patterns/Hulu.yml Normal file
View File

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

View File

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