Files
database/custom_formats/SDR.yml
Seraphys e1f34b16f9 refactor(format): Change Condition Order (#24)
- Move condition orders around for organisation
- No logic changes
2025-02-07 10:32:54 +10:30

33 lines
596 B
YAML

name: SDR
description: Attempts to match Standard Dynamic Range by negating any known HDR formats
tags:
- Colour Grade
- HDR
conditions:
- name: 2160p
type: resolution
required: true
negate: false
resolution: 2160p
- name: WEB-DL
type: source
required: true
negate: false
source: web_dl
- name: Not HDR10+
type: release_title
required: true
negate: true
pattern: HDR10+
- name: Not Dolby Vision
type: release_title
required: true
negate: true
pattern: Dolby Vision
- name: Not HDR10
negate: true
pattern: HDR10
required: true
type: release_title
tests: []