refactor(format): Change Condition Order (#24)

- Move condition orders around for organisation
- No logic changes
This commit is contained in:
Seraphys 2025-02-06 18:02:54 -06:00 committed by GitHub
parent e75a3a1b16
commit e1f34b16f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
29 changed files with 190 additions and 190 deletions

View file

@ -4,6 +4,21 @@ tags:
- Colour Grade
- HDR
conditions:
- name: 1080p
negate: false
required: true
resolution: 1080p
type: resolution
- name: Dolby Vision
negate: false
pattern: Dolby Vision
required: true
type: release_title
- name: x265
negate: false
pattern: x265
required: true
type: release_title
- name: Not SDR
negate: true
pattern: SDR
@ -19,19 +34,4 @@ conditions:
pattern: HDR10
required: true
type: release_title
- name: Dolby Vision
negate: false
pattern: Dolby Vision
required: true
type: release_title
- name: x265
negate: false
pattern: x265
required: true
type: release_title
- name: 1080p
negate: false
required: true
resolution: 1080p
type: resolution
tests: []