From 1df64ec836cf3cb92f314392464f608421f4fae3 Mon Sep 17 00:00:00 2001 From: nuxencs <47067662+nuxencs@users.noreply.github.com> Date: Fri, 1 Jul 2022 11:22:29 +0200 Subject: [PATCH] Fixed: Conditions in DTS and DTS-ES fixed and added conditions in DTS and DTS-ES to better match their respective releases. --- docs/json/radarr/dts-es.json | 11 +---------- docs/json/radarr/dts.json | 9 +++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/json/radarr/dts-es.json b/docs/json/radarr/dts-es.json index 0a4eeb2f0..438f0d7a4 100644 --- a/docs/json/radarr/dts-es.json +++ b/docs/json/radarr/dts-es.json @@ -9,7 +9,7 @@ "negate": false, "required": true, "fields": { - "value": "dts[-. ]?(es|(hd[. ]?)?(hr|hi))" + "value": "dts[-. ]?es" } }, { @@ -83,15 +83,6 @@ "fields": { "value": "\\b(l?)PCM(\\b|\\d)" } - }, - { - "name": "6.1 Surround", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": true, - "fields": { - "value": "[^0-9]6[ .][0-1]" - } } ] } \ No newline at end of file diff --git a/docs/json/radarr/dts.json b/docs/json/radarr/dts.json index 50c40f4e0..6bc5244ff 100644 --- a/docs/json/radarr/dts.json +++ b/docs/json/radarr/dts.json @@ -21,6 +21,15 @@ "value": "dts[ .-]?(ma\\b|hd[ .-]?ma|hd)(?!china|r)" } }, + { + "name": "Not DTS-HD HRA/ES", + "implementation": "ReleaseTitleSpecification", + "negate": true, + "required": true, + "fields": { + "value": "dts[-. ]?(es|(hd[. ]?)?(hr|hi))" + } + }, { "name": "Not Dolby Digital Plus", "implementation": "ReleaseTitleSpecification",