Files
database/custom_formats/SDR.yml
Samuel Chau 03a63e2459 fix(format): HDR improvements (#50)
- fixed a issue where HDR was matching both HDR10 & 10+
- fixed an issue where unknown lossless audio was matching for TrueHD releases / missing groups
- added a new 'general HDR' CF which matches HDR that isn't HDR10 nor HDR10+
- added an optional any character between HDR10 and +
2025-04-05 09:28:33 +10:30

38 lines
681 B
YAML

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