diff --git a/docs/json/radarr/cf/dts-hd-ma.json b/docs/json/radarr/cf/dts-hd-ma.json index 07ec6fa9f..c563b76ba 100644 --- a/docs/json/radarr/cf/dts-hd-ma.json +++ b/docs/json/radarr/cf/dts-hd-ma.json @@ -6,6 +6,7 @@ "sqp-1-1080p": -10000, "sqp-1-2160p": -10000 }, + "trash_regex": "https://regex101.com/r/U1asQG/1", "name": "DTS-HD MA", "includeCustomFormatWhenRenaming": false, "specifications": [ @@ -15,7 +16,7 @@ "negate": false, "required": true, "fields": { - "value": "\\b(dts[-_. ]?(ma|hd([-_. ]?ma)?|xll))\\b" + "value": "\\b(dts[-_. ]?(ma|hd([-_. ]?ma)?|xll))(\\b|\\d)" } }, { diff --git a/docs/json/radarr/cf/dts.json b/docs/json/radarr/cf/dts.json index 76645b279..819f77d8a 100644 --- a/docs/json/radarr/cf/dts.json +++ b/docs/json/radarr/cf/dts.json @@ -6,6 +6,7 @@ "sqp-1-1080p": 0, "sqp-1-2160p": 0 }, + "trash_regex": "https://regex101.com/r/U1asQG/1", "name": "DTS", "includeCustomFormatWhenRenaming": false, "specifications": [{ @@ -23,7 +24,7 @@ "negate": true, "required": true, "fields": { - "value": "\\b(dts[-_. ]?(ma|hd([-_. ]?ma)?|xll))\\b" + "value": "\\b(dts[-_. ]?(ma|hd([-_. ]?ma)?|xll))(\\b|\\d)" } }, { diff --git a/docs/json/sonarr/cf/dts-hd-ma.json b/docs/json/sonarr/cf/dts-hd-ma.json index 002ab1068..8a2f674c0 100644 --- a/docs/json/sonarr/cf/dts-hd-ma.json +++ b/docs/json/sonarr/cf/dts-hd-ma.json @@ -4,6 +4,7 @@ "trash_scores": { "default": 2500 }, + "trash_regex": "https://regex101.com/r/U1asQG/1", "name": "DTS-HD MA", "includeCustomFormatWhenRenaming": false, "specifications": [ @@ -13,7 +14,7 @@ "negate": false, "required": true, "fields": { - "value": "\\b(dts[-_. ]?(ma|hd([-_. ]?ma)?|xll))\\b" + "value": "\\b(dts[-_. ]?(ma|hd([-_. ]?ma)?|xll))(\\b|\\d)" } }, { diff --git a/docs/json/sonarr/cf/dts.json b/docs/json/sonarr/cf/dts.json index d2586e07a..4f20f1f53 100644 --- a/docs/json/sonarr/cf/dts.json +++ b/docs/json/sonarr/cf/dts.json @@ -4,6 +4,7 @@ "trash_scores": { "default": 1250 }, + "trash_regex": "https://regex101.com/r/U1asQG/1", "name": "DTS", "includeCustomFormatWhenRenaming": false, "specifications": [{ @@ -21,7 +22,7 @@ "negate": true, "required": true, "fields": { - "value": "\\b(dts[-_. ]?(ma|hd([-_. ]?ma)?|xll))\\b" + "value": "\\b(dts[-_. ]?(ma|hd([-_. ]?ma)?|xll))(\\b|\\d)" } }, {