From a7a893caea051d02d7a794b09ae16519ea5a744d Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 4 Sep 2021 14:28:43 +0200 Subject: [PATCH 1/6] Improve identification of Audio Channels - Changed: Improve identification of Audio Channels reported in Issue: #334 --- docs/json/radarr/10-mono.json | 10 +++++----- docs/json/radarr/20-stereo.json | 10 +++++----- docs/json/radarr/30-sound.json | 10 +++++----- docs/json/radarr/40-sound.json | 10 +++++----- docs/json/radarr/51-surround.json | 8 ++++---- docs/json/radarr/61-surround.json | 10 +++++----- docs/json/radarr/71-surround.json | 6 +++--- docs/json/radarr/91-surround.json | 8 ++++---- 8 files changed, 36 insertions(+), 36 deletions(-) diff --git a/docs/json/radarr/10-mono.json b/docs/json/radarr/10-mono.json index 3a6927b41..20ae67574 100644 --- a/docs/json/radarr/10-mono.json +++ b/docs/json/radarr/10-mono.json @@ -8,7 +8,7 @@ "negate": false, "required": true, "fields": { - "value": "[^0-9]1\\.0|\\bMono\\b|\\[PCM \\]" + "value": "[^0-9]1[ .]0|\\bMono\\b|\\[PCM \\]" } }, { @@ -17,7 +17,7 @@ "negate": true, "required": true, "fields": { - "value": "(? Date: Sat, 4 Sep 2021 14:34:05 +0200 Subject: [PATCH 2/6] Updated: [DTS-ES] - Changed: Improve identification of Audio Channels reported in Issue: #334 - Fixed: faulty identify ???.DTS-HDChina as DTS-HD --- docs/json/radarr/dts-hd-hra.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/json/radarr/dts-hd-hra.json b/docs/json/radarr/dts-hd-hra.json index 8fec9b82a..91aa4da25 100644 --- a/docs/json/radarr/dts-hd-hra.json +++ b/docs/json/radarr/dts-hd-hra.json @@ -9,7 +9,7 @@ "negate": false, "required": true, "fields": { - "value": "dts.?(hd.?)?(hr|hi)" + "value": "dts[-. ]?(hd[. ]?)?(hr|hi)" } }, { @@ -99,7 +99,7 @@ "negate": true, "required": true, "fields": { - "value": "[^0-9]6\\.[0-1]" + "value": "[^0-9]6[ .][0-1]" } } ] From d107814fe6e42bc90e09670f656f8a2792bf5a5d Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 4 Sep 2021 14:38:03 +0200 Subject: [PATCH 3/6] Updated: [DTS-ES] - Changed: Improve identification of Audio Channels reported in Issue: #334 - Fixed: Cleanup RegEx --- docs/json/radarr/dts-es.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/json/radarr/dts-es.json b/docs/json/radarr/dts-es.json index e037991d3..ef8a10774 100644 --- a/docs/json/radarr/dts-es.json +++ b/docs/json/radarr/dts-es.json @@ -9,7 +9,7 @@ "negate": false, "required": true, "fields": { - "value": "dts.?(es|(hd.?)?(hr|hi))" + "value": "dts[-. ]?(es|(hd[. ]?)?(hr|hi))" } }, { @@ -90,7 +90,7 @@ "negate": false, "required": true, "fields": { - "value": "[^0-9]6\\.[0-1]" + "value": "[^0-9]6[ .][0-1]" } } ] From d7e8641d46366c491ada6573808160ceb1c1bb3f Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 4 Sep 2021 14:38:36 +0200 Subject: [PATCH 4/6] Updated: [DTS-HD MA] - Fixed: Cleanup RegEx --- docs/json/radarr/dts-hd-ma.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/json/radarr/dts-hd-ma.json b/docs/json/radarr/dts-hd-ma.json index efe84d86c..bc94a0d23 100644 --- a/docs/json/radarr/dts-hd-ma.json +++ b/docs/json/radarr/dts-hd-ma.json @@ -90,7 +90,7 @@ "negate": true, "required": true, "fields": { - "value": "dts.?(es|(hd.?)?(hr|hi))" + "value": "dts[-. ]?(es|(hd[. ]?)?(hr|hi))" } } ] From 969197a440736884ac613876a9d25808e243face Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 4 Sep 2021 14:42:31 +0200 Subject: [PATCH 5/6] Updated: [MPEG2] - Fixed: Cleanup RegEx --- docs/json/radarr/mpeg2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/json/radarr/mpeg2.json b/docs/json/radarr/mpeg2.json index 2e6299ca3..794ff57bb 100644 --- a/docs/json/radarr/mpeg2.json +++ b/docs/json/radarr/mpeg2.json @@ -8,7 +8,7 @@ "negate": false, "required": true, "fields": { - "value": "MPEG-?2" + "value": "MPEG[-.]?2" } }] } \ No newline at end of file From eaea5456636ff0925f575c8b5b3a627430806da1 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 4 Sep 2021 14:43:10 +0200 Subject: [PATCH 6/6] Updated: [2160p] - Added: HQMUX --- docs/json/radarr/2160p.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/json/radarr/2160p.json b/docs/json/radarr/2160p.json index 440612e87..66bb79a89 100644 --- a/docs/json/radarr/2160p.json +++ b/docs/json/radarr/2160p.json @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "\\bFraMeSToR\\b" + "value": "\\b(FraMeSToR|HQMUX)\\b" } } ]