From c7489b775e427d7add606295a85efcf2c54f15d7 Mon Sep 17 00:00:00 2001 From: owine Date: Tue, 4 Oct 2022 14:19:29 -0500 Subject: [PATCH 1/2] (Radarr) DTS-HD MA: Remove Basic DTS negation --- docs/json/radarr/cf/dts-hd-ma.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/json/radarr/cf/dts-hd-ma.json b/docs/json/radarr/cf/dts-hd-ma.json index 0a48f8c67..01c7bb471 100644 --- a/docs/json/radarr/cf/dts-hd-ma.json +++ b/docs/json/radarr/cf/dts-hd-ma.json @@ -31,15 +31,6 @@ "value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b" } }, - { - "name": "Not Basic DTS", - "implementation": "ReleaseTitleSpecification", - "negate": true, - "required": true, - "fields": { - "value": "DTS[ .]?[1-9]" - } - }, { "name": "Not Basic Dolby Digital ", "implementation": "ReleaseTitleSpecification", From 9ebda4bedb90a4790261f9b391de617e0b80aef0 Mon Sep 17 00:00:00 2001 From: owine Date: Tue, 4 Oct 2022 14:21:59 -0500 Subject: [PATCH 2/2] (Sonarr) DTS-HD MA: Remove Basic DTS negation --- docs/json/sonarr/cf/dts-hd-ma.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/json/sonarr/cf/dts-hd-ma.json b/docs/json/sonarr/cf/dts-hd-ma.json index ff473fafe..6d3227fc2 100644 --- a/docs/json/sonarr/cf/dts-hd-ma.json +++ b/docs/json/sonarr/cf/dts-hd-ma.json @@ -31,15 +31,6 @@ "value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b" } }, - { - "name": "Not Basic DTS", - "implementation": "ReleaseTitleSpecification", - "negate": true, - "required": true, - "fields": { - "value": "DTS[ .]?[1-9]" - } - }, { "name": "Not Basic Dolby Digital ", "implementation": "ReleaseTitleSpecification",