From 0c230160135e8d339a1fe9295fa2a95d53c90060 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sun, 13 Jul 2025 12:16:35 -0500 Subject: [PATCH] fix(format): TrueHD Negations --- custom_formats/DTS-HD MA.yml | 4 ++-- custom_formats/DTS-X.yml | 4 ++-- custom_formats/DTS.yml | 4 ++-- custom_formats/Dolby Digital.yml | 4 ++-- custom_formats/FLAC.yml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/custom_formats/DTS-HD MA.yml b/custom_formats/DTS-HD MA.yml index b314291..d4e0f0c 100644 --- a/custom_formats/DTS-HD MA.yml +++ b/custom_formats/DTS-HD MA.yml @@ -44,9 +44,9 @@ conditions: pattern: PCM required: false type: release_title -- name: Not TrueHD + Atmos +- name: Not TrueHD negate: true - pattern: TrueHD + Atmos + pattern: TrueHD required: false type: release_title tests: [] diff --git a/custom_formats/DTS-X.yml b/custom_formats/DTS-X.yml index f85d1f9..1a28bef 100644 --- a/custom_formats/DTS-X.yml +++ b/custom_formats/DTS-X.yml @@ -39,9 +39,9 @@ conditions: pattern: PCM required: false type: release_title -- name: Not TrueHD + Atmos +- name: Not TrueHD negate: true - pattern: TrueHD + Atmos + pattern: TrueHD required: false type: release_title tests: [] diff --git a/custom_formats/DTS.yml b/custom_formats/DTS.yml index f164972..2cc9758 100644 --- a/custom_formats/DTS.yml +++ b/custom_formats/DTS.yml @@ -49,9 +49,9 @@ conditions: pattern: PCM required: false type: release_title -- name: Not TrueHD + Atmos +- name: Not TrueHD negate: true - pattern: TrueHD + Atmos + pattern: TrueHD required: false type: release_title tests: [] diff --git a/custom_formats/Dolby Digital.yml b/custom_formats/Dolby Digital.yml index 278b2d2..3450290 100644 --- a/custom_formats/Dolby Digital.yml +++ b/custom_formats/Dolby Digital.yml @@ -34,9 +34,9 @@ conditions: pattern: PCM required: false type: release_title -- name: Not TrueHD + Atmos +- name: Not TrueHD negate: true - pattern: TrueHD + Atmos + pattern: TrueHD required: false type: release_title tests: [] diff --git a/custom_formats/FLAC.yml b/custom_formats/FLAC.yml index 4c8e386..fcb0aa8 100644 --- a/custom_formats/FLAC.yml +++ b/custom_formats/FLAC.yml @@ -34,9 +34,9 @@ conditions: pattern: PCM required: false type: release_title -- name: Not TrueHD + Atmos +- name: Not TrueHD negate: true - pattern: TrueHD + Atmos + pattern: TrueHD required: false type: release_title tests: []