From aec056ea653dcf7e7596bf12908333932363d309 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Fri, 14 Jan 2022 22:49:55 +0100 Subject: [PATCH] Fixed: CF so it doesn't match dts-mar or dts.hdr. --- docs/json/radarr/dts-hd-ma.json | 179 ++++++++++++++++---------------- docs/json/radarr/dts.json | 2 +- 2 files changed, 91 insertions(+), 90 deletions(-) diff --git a/docs/json/radarr/dts-hd-ma.json b/docs/json/radarr/dts-hd-ma.json index fb1b67dd6..c26233f56 100644 --- a/docs/json/radarr/dts-hd-ma.json +++ b/docs/json/radarr/dts-hd-ma.json @@ -3,95 +3,96 @@ "trash_score": "1600", "name": "DTS-HD MA", "includeCustomFormatWhenRenaming": false, - "specifications": [{ - "name": "DTS-HD MA", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": true, - "fields": { - "value": "(dts(?>[-. ](?>ma|hd[^r](?!china))))" - } - }, - { - "name": "Not TrueHD/ATMOS", - "implementation": "ReleaseTitleSpecification", - "negate": true, - "required": true, - "fields": { - "value": "TrueHD|\\bATMOS(\\b|\\d)" - } - }, - { - "name": "Not Dolby Digital Plus", - "implementation": "ReleaseTitleSpecification", - "negate": true, - "required": true, - "fields": { - "value": "[^-]dd[p+]|eac3" - } - }, - { - "name": "Not Basic DTS", - "implementation": "ReleaseTitleSpecification", - "negate": true, - "required": true, - "fields": { - "value": "DTS[ .]?[1-9]" - } - }, - { - "name": "Not Basic Dolby Digital ", - "implementation": "ReleaseTitleSpecification", - "negate": true, - "required": true, - "fields": { - "value": "\\bDD(\\b|\\d)|(?[-. ](?>ma|hd[^r](?!china))))" + "value": "dts[ .-]?(ma\\b|hd[ .-]?ma|hd)(?!china|r)" } }, {