diff --git a/docs/json/radarr/cf/extras.json b/docs/json/radarr/cf/extras.json index f117bb992..5debb6972 100644 --- a/docs/json/radarr/cf/extras.json +++ b/docs/json/radarr/cf/extras.json @@ -13,7 +13,7 @@ "negate": false, "required": true, "fields": { - "value": "(?<=\\b[12]\\d{3}\\b).*\\b(Extras|Bonus)\\b" + "value": "(?<=\\b[12]\\d{3}\\b).*\\b(Extras|Bonus|Extended[ ._-]Clip)\\b" } } ] diff --git a/docs/json/radarr/cf/special-edition.json b/docs/json/radarr/cf/special-edition.json index 75a2b67fc..af14d8f7e 100644 --- a/docs/json/radarr/cf/special-edition.json +++ b/docs/json/radarr/cf/special-edition.json @@ -42,6 +42,15 @@ "fields": { "value": "Theatrical" } + }, + { + "name": "Not Extended Clip", + "implementation": "ReleaseTitleSpecification", + "negate": true, + "required": true, + "fields": { + "value": "\\b(Extended[ ._-]Clip)\\b" + } } ] } diff --git a/docs/json/sonarr/cf/extras.json b/docs/json/sonarr/cf/extras.json index 138b7a6da..5818901bf 100644 --- a/docs/json/sonarr/cf/extras.json +++ b/docs/json/sonarr/cf/extras.json @@ -13,7 +13,7 @@ "negate": false, "required": true, "fields": { - "value": "(?<=\\bS\\d+\\b).*\\b(Extras|Bonus)\\b" + "value": "(?<=\\bS\\d+\\b).*\\b(Extras|Bonus|Extended[ ._-]Clip)\\b" } } ]