diff --git a/docs/json/radarr/cf/dts-es.json b/docs/json/radarr/cf/dts-es.json index 8b6d500e4..8927b0eec 100644 --- a/docs/json/radarr/cf/dts-es.json +++ b/docs/json/radarr/cf/dts-es.json @@ -54,7 +54,7 @@ "negate": true, "required": true, "fields": { - "value": "dts[-. ]?x(?!\\d)" + "value": "\\b(dts[-_. ]?x)\\b(?!\\d)" } }, { diff --git a/docs/json/radarr/cf/dts-hd-hra.json b/docs/json/radarr/cf/dts-hd-hra.json index fe947c3c9..255cb5c93 100644 --- a/docs/json/radarr/cf/dts-hd-hra.json +++ b/docs/json/radarr/cf/dts-hd-hra.json @@ -54,7 +54,7 @@ "negate": true, "required": true, "fields": { - "value": "dts[-. ]?x(?!\\d)" + "value": "\\b(dts[-_. ]?x)\\b(?!\\d)" } }, { diff --git a/docs/json/radarr/cf/dts-hd-ma.json b/docs/json/radarr/cf/dts-hd-ma.json index df8001b47..cd3871e4a 100644 --- a/docs/json/radarr/cf/dts-hd-ma.json +++ b/docs/json/radarr/cf/dts-hd-ma.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "dts[ .-]?(ma\\b|hd[ .-]?ma\\b|hd)(?!china|r|maniacs)" + "value": "\\b(dts[-_. ]?(ma|hd[-_. ]?ma|xll))\\b" } }, { @@ -55,7 +55,7 @@ "negate": true, "required": true, "fields": { - "value": "dts[-. ]?x(?!\\d)" + "value": "\\b(dts[-_. ]?x)\\b(?!\\d)" } }, { diff --git a/docs/json/radarr/cf/dts-x.json b/docs/json/radarr/cf/dts-x.json index 1f4a65693..6b946aa2e 100644 --- a/docs/json/radarr/cf/dts-x.json +++ b/docs/json/radarr/cf/dts-x.json @@ -9,7 +9,7 @@ "negate": false, "required": true, "fields": { - "value": "dts[-. ]?x(?!\\d)" + "value": "\\b(dts[-_. ]?x)\\b(?!\\d)" } }, { diff --git a/docs/json/radarr/cf/dts.json b/docs/json/radarr/cf/dts.json index 16c92dc0c..c48636d6d 100644 --- a/docs/json/radarr/cf/dts.json +++ b/docs/json/radarr/cf/dts.json @@ -18,7 +18,7 @@ "negate": true, "required": true, "fields": { - "value": "dts[ .-]?(ma\\b|hd[ .-]?ma\\b|hd)(?!china|r|maniacs)" + "value": "\\b(dts[-_. ]?(ma|hd[-_. ]?ma|xll))\\b" } }, { @@ -63,7 +63,7 @@ "negate": true, "required": true, "fields": { - "value": "dts[-. ]?x(?!\\d)" + "value": "\\b(dts[-_. ]?x)\\b(?!\\d)" } }, { diff --git a/docs/json/sonarr/cf/dts-es.json b/docs/json/sonarr/cf/dts-es.json index d57118fd6..2e74ac1ce 100644 --- a/docs/json/sonarr/cf/dts-es.json +++ b/docs/json/sonarr/cf/dts-es.json @@ -54,7 +54,7 @@ "negate": true, "required": true, "fields": { - "value": "dts[-. ]?x(?!\\d)" + "value": "\\b(dts[-_. ]?x)\\b(?!\\d)" } }, { diff --git a/docs/json/sonarr/cf/dts-hd-hra.json b/docs/json/sonarr/cf/dts-hd-hra.json index 383d85b47..e5e544333 100644 --- a/docs/json/sonarr/cf/dts-hd-hra.json +++ b/docs/json/sonarr/cf/dts-hd-hra.json @@ -54,7 +54,7 @@ "negate": true, "required": true, "fields": { - "value": "dts[-. ]?x(?!\\d)" + "value": "\\b(dts[-_. ]?x)\\b(?!\\d)" } }, { diff --git a/docs/json/sonarr/cf/dts-hd-ma.json b/docs/json/sonarr/cf/dts-hd-ma.json index 9b79adecf..a80672447 100644 --- a/docs/json/sonarr/cf/dts-hd-ma.json +++ b/docs/json/sonarr/cf/dts-hd-ma.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "dts[ .-]?(ma\\b|hd[ .-]?ma\\b|hd)(?!china|r|maniacs)" + "value": "\\b(dts[-_. ]?(ma|hd[-_. ]?ma|xll))\\b" } }, { @@ -55,7 +55,7 @@ "negate": true, "required": true, "fields": { - "value": "dts[-. ]?x(?!\\d)" + "value": "\\b(dts[-_. ]?x)\\b(?!\\d)" } }, { diff --git a/docs/json/sonarr/cf/dts-x.json b/docs/json/sonarr/cf/dts-x.json index 46a606369..f4c4bb63e 100644 --- a/docs/json/sonarr/cf/dts-x.json +++ b/docs/json/sonarr/cf/dts-x.json @@ -9,7 +9,7 @@ "negate": false, "required": true, "fields": { - "value": "dts[-. ]?x(?!\\d)" + "value": "\\b(dts[-_. ]?x)\\b(?!\\d)" } }, { diff --git a/docs/json/sonarr/cf/dts.json b/docs/json/sonarr/cf/dts.json index 38946c796..cf5a1eed1 100644 --- a/docs/json/sonarr/cf/dts.json +++ b/docs/json/sonarr/cf/dts.json @@ -18,7 +18,7 @@ "negate": true, "required": true, "fields": { - "value": "dts[ .-]?(ma\\b|hd[ .-]?ma\\b|hd)(?!china|r|maniacs)" + "value": "\\b(dts[-_. ]?(ma|hd[-_. ]?ma|xll))\\b" } }, { @@ -63,7 +63,7 @@ "negate": true, "required": true, "fields": { - "value": "dts[-. ]?x(?!\\d)" + "value": "\\b(dts[-_. ]?x)\\b(?!\\d)" } }, {