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 +
This commit is contained in:
Samuel Chau
2025-04-05 09:28:33 +10:30
committed by GitHub
parent 3b40d67dbb
commit 03a63e2459
16 changed files with 264 additions and 193 deletions

View File

@@ -6,25 +6,25 @@ tags:
- Audio
conditions:
- name: 2160p
type: resolution
required: true
negate: false
required: true
resolution: 2160p
type: resolution
- name: Blu-ray
type: source
required: true
negate: false
source: bluray
- name: Not DTS-HD MA
type: release_title
required: true
source: bluray
type: source
- name: Not DTS-HD MA
negate: true
pattern: DTS-HD MA
- name: Not DTS-X
type: release_title
required: true
type: release_title
- name: Not DTS-X
negate: true
pattern: DTS-X
required: true
type: release_title
- name: Not FLAC
negate: true
pattern: FLAC
@@ -45,9 +45,9 @@ conditions:
pattern: DTS
required: true
type: release_title
- name: Not TrueHD + Atmos
- name: Not TrueHD
negate: true
pattern: TrueHD + Atmos
pattern: TrueHD
required: true
type: release_title
- name: Not Dolby Digital
@@ -60,4 +60,9 @@ conditions:
pattern: Dolby Digital +
required: true
type: release_title
- name: Not Missing Group
type: release_title
required: true
negate: true
pattern: TrueHD (Missing Groups)
tests: []