tweak(format): HDR Format Negation

This commit is contained in:
Seraphys 2025-06-18 07:35:03 -05:00
parent 75d78a65e9
commit dade4f8ed2
2 changed files with 15 additions and 5 deletions

View File

@ -10,18 +10,23 @@ conditions:
required: true
type: release_title
- name: Not SDR
type: release_title
required: true
negate: true
pattern: SDR
- name: Not PQ
type: release_title
required: true
type: release_title
- name: Not PQ
negate: true
pattern: PQ
required: true
type: release_title
- name: Not HLG
negate: true
pattern: HLG
required: true
type: release_title
- name: Not HDR10
type: release_title
required: true
negate: true
pattern: HLG
pattern: HDR10
tests: []

View File

@ -24,4 +24,9 @@ conditions:
pattern: HLG
required: true
type: release_title
- name: Not HDR10+
type: release_title
required: true
negate: true
pattern: HDR10+
tests: []