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 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", 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..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": "(?<=(\\d|\\[))(v3)\\b" + "value": "(\\b|\\d)(v3)\\b" } } ] 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/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", 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" } } ]