Files
database/custom_formats/TrueHD (Missing).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

43 lines
816 B
YAML

name: TrueHD (Missing)
description: Attempts to match TrueHD releases which are not labelled correctly (TRiTON,
EPSiLON groups)
tags:
- Audio
conditions:
- name: 2160p
negate: false
required: true
resolution: 2160p
type: resolution
- name: Remux
negate: false
pattern: Remux
required: true
type: release_title
- name: TrueHD Missing Groups
negate: false
pattern: TrueHD (Missing Groups)
required: true
type: release_title
- name: Not DTS-HD
negate: true
pattern: DTS-HD
required: true
type: release_title
- name: Not DTS-X
negate: true
pattern: DTS-X
required: true
type: release_title
- name: Not TrueHD
negate: true
pattern: TrueHD
required: true
type: release_title
- name: Not FLAC
negate: true
pattern: FLAC
required: true
type: release_title
tests: []