From 4ebe193de30be698a0052fe644d5a84adbf62288 Mon Sep 17 00:00:00 2001 From: NiceTSY <38940602+NiceTSY@users.noreply.github.com> Date: Wed, 29 Jun 2022 20:40:02 +0200 Subject: [PATCH] Fixed? the TrueHD regex I found a few releases that were spelled "True-HD" or "True HD" leading to not being recognised by the CFs. --- docs/json/radarr/aac.json | 2 +- docs/json/radarr/atmos-undefined.json | 2 +- docs/json/radarr/dd-atmos.json | 2 +- docs/json/radarr/dd.json | 2 +- docs/json/radarr/ddplus.json | 2 +- docs/json/radarr/dts-es.json | 2 +- docs/json/radarr/dts-hd-hra.json | 2 +- docs/json/radarr/dts-hd-ma.json | 2 +- docs/json/radarr/dts-x.json | 2 +- docs/json/radarr/dts.json | 2 +- docs/json/radarr/flac.json | 2 +- docs/json/radarr/pcm.json | 2 +- docs/json/radarr/truehd-atmos.json | 2 +- docs/json/radarr/truehd.json | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/json/radarr/aac.json b/docs/json/radarr/aac.json index 209fb463e..7c452d9b9 100644 --- a/docs/json/radarr/aac.json +++ b/docs/json/radarr/aac.json @@ -63,7 +63,7 @@ "negate": true, "required": true, "fields": { - "value": "TrueHD|\\bATMOS(\\b|\\d)" + "value": "True[ .-]?HD|\\bATMOS(\\b|\\d)" } } ] diff --git a/docs/json/radarr/atmos-undefined.json b/docs/json/radarr/atmos-undefined.json index 03f4f49a8..4d350927c 100644 --- a/docs/json/radarr/atmos-undefined.json +++ b/docs/json/radarr/atmos-undefined.json @@ -28,7 +28,7 @@ "negate": true, "required": true, "fields": { - "value": "TrueHD" + "value": "True[ .-]?HD" } }, { diff --git a/docs/json/radarr/dd-atmos.json b/docs/json/radarr/dd-atmos.json index e945cfb16..e70ca69c0 100644 --- a/docs/json/radarr/dd-atmos.json +++ b/docs/json/radarr/dd-atmos.json @@ -28,7 +28,7 @@ "negate": true, "required": true, "fields": { - "value": "TrueHD" + "value": "True[ .-]?HD" } }, { diff --git a/docs/json/radarr/dd.json b/docs/json/radarr/dd.json index 8ca7a7c7b..29853390f 100644 --- a/docs/json/radarr/dd.json +++ b/docs/json/radarr/dd.json @@ -27,7 +27,7 @@ "negate": true, "required": true, "fields": { - "value": "TrueHD|\\bATMOS(\\b|\\d)" + "value": "True[ .-]?HD|\\bATMOS(\\b|\\d)" } }, { diff --git a/docs/json/radarr/ddplus.json b/docs/json/radarr/ddplus.json index 992426894..b561439f2 100644 --- a/docs/json/radarr/ddplus.json +++ b/docs/json/radarr/ddplus.json @@ -18,7 +18,7 @@ "negate": true, "required": true, "fields": { - "value": "TrueHD|\\bATMOS(\\b|\\d)" + "value": "True[ .-]?HD|\\bATMOS(\\b|\\d)" } }, { diff --git a/docs/json/radarr/dts-es.json b/docs/json/radarr/dts-es.json index 0a4eeb2f0..5bfcc2374 100644 --- a/docs/json/radarr/dts-es.json +++ b/docs/json/radarr/dts-es.json @@ -18,7 +18,7 @@ "negate": true, "required": true, "fields": { - "value": "TrueHD|\\bATMOS(\\b|\\d)" + "value": "True[ .-]?HD|\\bATMOS(\\b|\\d)" } }, { diff --git a/docs/json/radarr/dts-hd-hra.json b/docs/json/radarr/dts-hd-hra.json index 89b261323..c05b6e33d 100644 --- a/docs/json/radarr/dts-hd-hra.json +++ b/docs/json/radarr/dts-hd-hra.json @@ -18,7 +18,7 @@ "negate": true, "required": true, "fields": { - "value": "TrueHD|\\bATMOS(\\b|\\d)" + "value": "True[ .-]?HD|\\bATMOS(\\b|\\d)" } }, { diff --git a/docs/json/radarr/dts-hd-ma.json b/docs/json/radarr/dts-hd-ma.json index 7f1eab06c..519b373af 100644 --- a/docs/json/radarr/dts-hd-ma.json +++ b/docs/json/radarr/dts-hd-ma.json @@ -19,7 +19,7 @@ "negate": true, "required": true, "fields": { - "value": "TrueHD|\\bATMOS(\\b|\\d)" + "value": "True[ .-]?HD|\\bATMOS(\\b|\\d)" } }, { diff --git a/docs/json/radarr/dts-x.json b/docs/json/radarr/dts-x.json index a2aba08a5..5f4b139e0 100644 --- a/docs/json/radarr/dts-x.json +++ b/docs/json/radarr/dts-x.json @@ -45,7 +45,7 @@ "negate": true, "required": true, "fields": { - "value": "TrueHD|\\bATMOS(\\b|\\d)" + "value": "True[ .-]?HD|\\bATMOS(\\b|\\d)" } }, { diff --git a/docs/json/radarr/dts.json b/docs/json/radarr/dts.json index 50c40f4e0..c04e66b07 100644 --- a/docs/json/radarr/dts.json +++ b/docs/json/radarr/dts.json @@ -36,7 +36,7 @@ "negate": true, "required": true, "fields": { - "value": "TrueHD|\\bATMOS(\\b|\\d)" + "value": "True[ .-]?HD|\\bATMOS(\\b|\\d)" } }, { diff --git a/docs/json/radarr/flac.json b/docs/json/radarr/flac.json index d4d3863ed..998582dea 100644 --- a/docs/json/radarr/flac.json +++ b/docs/json/radarr/flac.json @@ -45,7 +45,7 @@ "negate": true, "required": true, "fields": { - "value": "TrueHD|\\bATMOS(\\b|\\d)" + "value": "True[ .-]?HD|\\bATMOS(\\b|\\d)" } }, { diff --git a/docs/json/radarr/pcm.json b/docs/json/radarr/pcm.json index dd4dba78c..57b7c7601 100644 --- a/docs/json/radarr/pcm.json +++ b/docs/json/radarr/pcm.json @@ -45,7 +45,7 @@ "negate": true, "required": true, "fields": { - "value": "TrueHD|\\bATMOS(\\b|\\d)" + "value": "True[ .-]?HD|\\bATMOS(\\b|\\d)" } }, { diff --git a/docs/json/radarr/truehd-atmos.json b/docs/json/radarr/truehd-atmos.json index 92de4c8ef..f25e03e47 100644 --- a/docs/json/radarr/truehd-atmos.json +++ b/docs/json/radarr/truehd-atmos.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "TrueHD|W4NK3R|HQMUX" + "value": "True[ .-]?HD|W4NK3R|HQMUX" } }, { diff --git a/docs/json/radarr/truehd.json b/docs/json/radarr/truehd.json index 04ee750b9..1af2a274c 100644 --- a/docs/json/radarr/truehd.json +++ b/docs/json/radarr/truehd.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "TrueHD" + "value": "True[ .-]?HD" } }, {