From 13b92488c5fdff1f4476c19c95e68415685f4281 Mon Sep 17 00:00:00 2001 From: FonduemangVI Date: Tue, 4 Oct 2022 15:46:28 +1100 Subject: [PATCH 1/5] feat(anime) - updated version CFs --- docs/json/radarr/cf/v0.json | 2 +- docs/json/radarr/cf/v1.json | 2 +- docs/json/radarr/cf/v2.json | 2 +- docs/json/radarr/cf/v3.json | 2 +- docs/json/radarr/cf/v4.json | 2 +- docs/json/sonarr/cf/v0.json | 2 +- docs/json/sonarr/cf/v1.json | 2 +- docs/json/sonarr/cf/v2.json | 2 +- docs/json/sonarr/cf/v3.json | 2 +- docs/json/sonarr/cf/v4.json | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/json/radarr/cf/v0.json b/docs/json/radarr/cf/v0.json index 46b2049d3..c48be14ba 100644 --- a/docs/json/radarr/cf/v0.json +++ b/docs/json/radarr/cf/v0.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "(?<=(\\d|\\[))(v0)\\b" + "value": "(\\b|\\d)(v0)\\b" } } ] diff --git a/docs/json/radarr/cf/v1.json b/docs/json/radarr/cf/v1.json index bf8556eba..0407a746f 100644 --- a/docs/json/radarr/cf/v1.json +++ b/docs/json/radarr/cf/v1.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "(\\d|\\[)(v1)\\b" + "value": "(\\b|\\d)(v1)\\b" } } ] diff --git a/docs/json/radarr/cf/v2.json b/docs/json/radarr/cf/v2.json index 5ba2704dc..1870cd24a 100644 --- a/docs/json/radarr/cf/v2.json +++ b/docs/json/radarr/cf/v2.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "(?<=(\\d|\\[))(v2)\\b" + "value": "(\\b|\\d)(v2)\\b" } } ] diff --git a/docs/json/radarr/cf/v3.json b/docs/json/radarr/cf/v3.json index f90c89b2c..85c06202a 100644 --- a/docs/json/radarr/cf/v3.json +++ b/docs/json/radarr/cf/v3.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "(?<=(\\d|\\[))(v3)\\b" + "value": "(\\b|\\d)(v3)\\bb" } } ] diff --git a/docs/json/radarr/cf/v4.json b/docs/json/radarr/cf/v4.json index 3c5291213..ed0bd8e20 100644 --- a/docs/json/radarr/cf/v4.json +++ b/docs/json/radarr/cf/v4.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "(?<=(\\d|\\[))(v4)\\b" + "value": "(\\b|\\d)(v4)\\b" } } ] diff --git a/docs/json/sonarr/cf/v0.json b/docs/json/sonarr/cf/v0.json index ff287da14..a8735ec07 100644 --- a/docs/json/sonarr/cf/v0.json +++ b/docs/json/sonarr/cf/v0.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "(?<=(\\d|\\[))(v0)\\b" + "value": "(\\b|\\d)(v0)\\b" } } ] diff --git a/docs/json/sonarr/cf/v1.json b/docs/json/sonarr/cf/v1.json index 770b9cf92..e343a38a1 100644 --- a/docs/json/sonarr/cf/v1.json +++ b/docs/json/sonarr/cf/v1.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "(\\d|\\[)(v1)\\b" + "value": "(\\b|\\d)(v1)\\b" } } ] diff --git a/docs/json/sonarr/cf/v2.json b/docs/json/sonarr/cf/v2.json index e33761fea..763c0402d 100644 --- a/docs/json/sonarr/cf/v2.json +++ b/docs/json/sonarr/cf/v2.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "(?<=(\\d|\\[))(v2)\\b" + "value": "(\\b|\\d)(v2)\\b" } } ] diff --git a/docs/json/sonarr/cf/v3.json b/docs/json/sonarr/cf/v3.json index 3647313df..9dcb316da 100644 --- a/docs/json/sonarr/cf/v3.json +++ b/docs/json/sonarr/cf/v3.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "(?<=(\\d|\\[))(v3)\\b" + "value": "(\\b|\\d)(v3)\\b" } } ] diff --git a/docs/json/sonarr/cf/v4.json b/docs/json/sonarr/cf/v4.json index d41c8b51d..9060dde70 100644 --- a/docs/json/sonarr/cf/v4.json +++ b/docs/json/sonarr/cf/v4.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "(?<=(\\d|\\[))(v4)\\b" + "value": "(\\b|\\d)(v4)\\b" } } ] From f0c74061321a120e69ec9866429ae40ab68de6dc Mon Sep 17 00:00:00 2001 From: FonduemangVI Date: Tue, 4 Oct 2022 23:05:15 +1100 Subject: [PATCH 2/5] feat(radarr-anime) - fix typo for CF --- docs/json/radarr/cf/v3.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/json/radarr/cf/v3.json b/docs/json/radarr/cf/v3.json index 85c06202a..748f18c56 100644 --- a/docs/json/radarr/cf/v3.json +++ b/docs/json/radarr/cf/v3.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "(\\b|\\d)(v3)\\bb" + "value": "(\\b|\\d)(v3)\\b" } } ] From feb553433464afa4d401c663724e16b8f4a8fe6d Mon Sep 17 00:00:00 2001 From: TRaSH Date: Tue, 4 Oct 2022 19:24:55 +0200 Subject: [PATCH 3/5] Update .pages --- docs/Sonarr/.pages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Sonarr/.pages b/docs/Sonarr/.pages index 14ec38b52..ac4a83172 100644 --- a/docs/Sonarr/.pages +++ b/docs/Sonarr/.pages @@ -5,7 +5,7 @@ nav: - Release Profile RegEx (WEB-DL): Sonarr-Release-Profile-RegEx.md - Release Profile RegEx (Anime): Sonarr-Release-Profile-RegEx-Anime.md - Remote Path Mappings explained: Sonarr-remote-path-mapping.md - - v4 Windowmaker: + - v4 Widowmaker: - How to import Custom Formats: sonarr-import-custom-formats.md - How to Update Custom Formats: sonarr-how-to-update-custom-formats.md - How to setup Custom Formats: sonarr-setup-custom-formats.md From c7489b775e427d7add606295a85efcf2c54f15d7 Mon Sep 17 00:00:00 2001 From: owine Date: Tue, 4 Oct 2022 14:19:29 -0500 Subject: [PATCH 4/5] (Radarr) DTS-HD MA: Remove Basic DTS negation --- docs/json/radarr/cf/dts-hd-ma.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/json/radarr/cf/dts-hd-ma.json b/docs/json/radarr/cf/dts-hd-ma.json index 0a48f8c67..01c7bb471 100644 --- a/docs/json/radarr/cf/dts-hd-ma.json +++ b/docs/json/radarr/cf/dts-hd-ma.json @@ -31,15 +31,6 @@ "value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b" } }, - { - "name": "Not Basic DTS", - "implementation": "ReleaseTitleSpecification", - "negate": true, - "required": true, - "fields": { - "value": "DTS[ .]?[1-9]" - } - }, { "name": "Not Basic Dolby Digital ", "implementation": "ReleaseTitleSpecification", From 9ebda4bedb90a4790261f9b391de617e0b80aef0 Mon Sep 17 00:00:00 2001 From: owine Date: Tue, 4 Oct 2022 14:21:59 -0500 Subject: [PATCH 5/5] (Sonarr) DTS-HD MA: Remove Basic DTS negation --- docs/json/sonarr/cf/dts-hd-ma.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/json/sonarr/cf/dts-hd-ma.json b/docs/json/sonarr/cf/dts-hd-ma.json index ff473fafe..6d3227fc2 100644 --- a/docs/json/sonarr/cf/dts-hd-ma.json +++ b/docs/json/sonarr/cf/dts-hd-ma.json @@ -31,15 +31,6 @@ "value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b" } }, - { - "name": "Not Basic DTS", - "implementation": "ReleaseTitleSpecification", - "negate": true, - "required": true, - "fields": { - "value": "DTS[ .]?[1-9]" - } - }, { "name": "Not Basic Dolby Digital ", "implementation": "ReleaseTitleSpecification",