From 046bcb3ba4e4e6d5bfbb3ad711b12b767fae86f3 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Wed, 14 Jan 2026 19:29:29 -0600 Subject: [PATCH] tweak(format): Fix DTS --- custom_formats/DTS.yml | 2 +- regex_patterns/DTS-HD.yml | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 regex_patterns/DTS-HD.yml diff --git a/custom_formats/DTS.yml b/custom_formats/DTS.yml index 132c82f..3827f14 100644 --- a/custom_formats/DTS.yml +++ b/custom_formats/DTS.yml @@ -26,7 +26,7 @@ conditions: type: release_title - name: Not DTS-HD negate: true - pattern: DTS-HD + pattern: DTS-HD MA required: true type: release_title - name: Not DTS-HD HRA ES diff --git a/regex_patterns/DTS-HD.yml b/regex_patterns/DTS-HD.yml deleted file mode 100644 index 1ea1c88..0000000 --- a/regex_patterns/DTS-HD.yml +++ /dev/null @@ -1,6 +0,0 @@ -name: DTS-HD -pattern: \b(dts[-_. ]?(ma|hd([-_. ]?ma)?|xll))\b -description: '' -tags: -- Audio -tests: []