From 16344b51e2991a31b3037736044d67c79259218a Mon Sep 17 00:00:00 2001 From: nuxen Date: Thu, 28 Mar 2024 17:36:32 +0100 Subject: [PATCH] fix(starr): DTS-X CF mismatching --- docs/json/radarr/cf/dts-es.json | 2 +- docs/json/radarr/cf/dts-hd-hra.json | 2 +- docs/json/radarr/cf/dts-hd-ma.json | 2 +- docs/json/radarr/cf/dts-x.json | 2 +- docs/json/radarr/cf/dts.json | 2 +- docs/json/radarr/cf/truehd-atmos.json | 2 +- docs/json/sonarr/cf/dts-es.json | 2 +- docs/json/sonarr/cf/dts-hd-hra.json | 2 +- docs/json/sonarr/cf/dts-hd-ma.json | 2 +- docs/json/sonarr/cf/dts-x.json | 2 +- docs/json/sonarr/cf/dts.json | 2 +- docs/json/sonarr/cf/truehd-atmos.json | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/json/radarr/cf/dts-es.json b/docs/json/radarr/cf/dts-es.json index f1d38be24..06f804d3b 100644 --- a/docs/json/radarr/cf/dts-es.json +++ b/docs/json/radarr/cf/dts-es.json @@ -58,7 +58,7 @@ "negate": true, "required": true, "fields": { - "value": "\\b(dts[-_. ]?x)\\b(?!\\d)" + "value": "\\b(dts[-_.: ]?x7?)\\b(?![-_. ]?(26[456]))" } }, { diff --git a/docs/json/radarr/cf/dts-hd-hra.json b/docs/json/radarr/cf/dts-hd-hra.json index 2f09ff842..aef15babe 100644 --- a/docs/json/radarr/cf/dts-hd-hra.json +++ b/docs/json/radarr/cf/dts-hd-hra.json @@ -59,7 +59,7 @@ "negate": true, "required": true, "fields": { - "value": "\\b(dts[-_. ]?x)\\b(?!\\d)" + "value": "\\b(dts[-_.: ]?x7?)\\b(?![-_. ]?(26[456]))" } }, { diff --git a/docs/json/radarr/cf/dts-hd-ma.json b/docs/json/radarr/cf/dts-hd-ma.json index 185b5527d..220e4d6cd 100644 --- a/docs/json/radarr/cf/dts-hd-ma.json +++ b/docs/json/radarr/cf/dts-hd-ma.json @@ -51,7 +51,7 @@ "negate": true, "required": true, "fields": { - "value": "\\b(dts[-_. ]?x)\\b(?!\\d)" + "value": "\\b(dts[-_.: ]?x7?)\\b(?![-_. ]?(26[456]))" } }, { diff --git a/docs/json/radarr/cf/dts-x.json b/docs/json/radarr/cf/dts-x.json index 0a320c650..3cdd46968 100644 --- a/docs/json/radarr/cf/dts-x.json +++ b/docs/json/radarr/cf/dts-x.json @@ -13,7 +13,7 @@ "negate": false, "required": true, "fields": { - "value": "\\b(dts[-_. ]?x)\\b(?!\\d)" + "value": "\\b(dts[-_.: ]?x7?)\\b(?![-_. ]?(26[456]))" } }, { diff --git a/docs/json/radarr/cf/dts.json b/docs/json/radarr/cf/dts.json index 056f533d8..5c97ce5cf 100644 --- a/docs/json/radarr/cf/dts.json +++ b/docs/json/radarr/cf/dts.json @@ -68,7 +68,7 @@ "negate": true, "required": true, "fields": { - "value": "\\b(dts[-_. ]?x)\\b(?!\\d)" + "value": "\\b(dts[-_.: ]?x7?)\\b(?![-_. ]?(26[456]))" } }, { diff --git a/docs/json/radarr/cf/truehd-atmos.json b/docs/json/radarr/cf/truehd-atmos.json index 78b8f7a95..ee5139c03 100644 --- a/docs/json/radarr/cf/truehd-atmos.json +++ b/docs/json/radarr/cf/truehd-atmos.json @@ -59,7 +59,7 @@ "negate": true, "required": true, "fields": { - "value": "\\b(dts[-_. ]?x)\\b(?!\\d)" + "value": "\\b(dts[-_.: ]?x7?)\\b(?![-_. ]?(26[456]))" } }, { diff --git a/docs/json/sonarr/cf/dts-es.json b/docs/json/sonarr/cf/dts-es.json index 94ad6b85d..03c112846 100644 --- a/docs/json/sonarr/cf/dts-es.json +++ b/docs/json/sonarr/cf/dts-es.json @@ -56,7 +56,7 @@ "negate": true, "required": true, "fields": { - "value": "\\b(dts[-_. ]?x)\\b(?!\\d)" + "value": "\\b(dts[-_.: ]?x7?)\\b(?![-_. ]?(26[456]))" } }, { diff --git a/docs/json/sonarr/cf/dts-hd-hra.json b/docs/json/sonarr/cf/dts-hd-hra.json index 3061e0411..e8eaf0cc2 100644 --- a/docs/json/sonarr/cf/dts-hd-hra.json +++ b/docs/json/sonarr/cf/dts-hd-hra.json @@ -57,7 +57,7 @@ "negate": true, "required": true, "fields": { - "value": "\\b(dts[-_. ]?x)\\b(?!\\d)" + "value": "\\b(dts[-_.: ]?x7?)\\b(?![-_. ]?(26[456]))" } }, { diff --git a/docs/json/sonarr/cf/dts-hd-ma.json b/docs/json/sonarr/cf/dts-hd-ma.json index ff6bbd3e9..376075bb3 100644 --- a/docs/json/sonarr/cf/dts-hd-ma.json +++ b/docs/json/sonarr/cf/dts-hd-ma.json @@ -49,7 +49,7 @@ "negate": true, "required": true, "fields": { - "value": "\\b(dts[-_. ]?x)\\b(?!\\d)" + "value": "\\b(dts[-_.: ]?x7?)\\b(?![-_. ]?(26[456]))" } }, { diff --git a/docs/json/sonarr/cf/dts-x.json b/docs/json/sonarr/cf/dts-x.json index b88fed7dc..1b33bcbe9 100644 --- a/docs/json/sonarr/cf/dts-x.json +++ b/docs/json/sonarr/cf/dts-x.json @@ -11,7 +11,7 @@ "negate": false, "required": true, "fields": { - "value": "\\b(dts[-_. ]?x)\\b(?!\\d)" + "value": "\\b(dts[-_.: ]?x7?)\\b(?![-_. ]?(26[456]))" } }, { diff --git a/docs/json/sonarr/cf/dts.json b/docs/json/sonarr/cf/dts.json index 95e54ff4c..848208567 100644 --- a/docs/json/sonarr/cf/dts.json +++ b/docs/json/sonarr/cf/dts.json @@ -66,7 +66,7 @@ "negate": true, "required": true, "fields": { - "value": "\\b(dts[-_. ]?x)\\b(?!\\d)" + "value": "\\b(dts[-_.: ]?x7?)\\b(?![-_. ]?(26[456]))" } }, { diff --git a/docs/json/sonarr/cf/truehd-atmos.json b/docs/json/sonarr/cf/truehd-atmos.json index 40c11cdac..a4844fb9e 100644 --- a/docs/json/sonarr/cf/truehd-atmos.json +++ b/docs/json/sonarr/cf/truehd-atmos.json @@ -57,7 +57,7 @@ "negate": true, "required": true, "fields": { - "value": "\\b(dts[-_. ]?x)\\b(?!\\d)" + "value": "\\b(dts[-_.: ]?x7?)\\b(?![-_. ]?(26[456]))" } }, {