create: Added more Dolby Vision Formats and Extras format

This commit is contained in:
kmcclainmt 2025-04-02 10:23:20 -07:00
parent d4692c5a36
commit 779394f86e
5 changed files with 75 additions and 0 deletions

View File

@ -0,0 +1,20 @@
name: DV HDR10+
description: ''
tags: []
conditions:
- name: DV HDR10+
type: release_title
required: true
negate: false
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: []

20
custom_formats/DV HLG.yml Normal file
View File

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

20
custom_formats/DV SDR.yml Normal file
View File

@ -0,0 +1,20 @@
name: DV SDR
description: ''
tags: []
conditions:
- name: DV SDR
type: release_title
required: true
negate: false
pattern: DV SDR
- 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
tests: []

10
custom_formats/Extras.yml Normal file
View File

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

View File

@ -0,0 +1,5 @@
name: Extras
pattern: (?<=\b[12]\d{3}\b).*\b(Extras|Bonus|Extended[ ._-]Clip)\b
description: ''
tags: []
tests: []