diff --git a/docs/json/radarr/extras.json b/docs/json/radarr/extras.json new file mode 100644 index 000000000..62f7b3423 --- /dev/null +++ b/docs/json/radarr/extras.json @@ -0,0 +1,17 @@ +{ + "trash_id": "0a3f082873eb454bde444150b70253cc", + "trash_score": "-10000", + "name": "Extras", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "Extras", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "(?<=\\b[12]\\d{3}\\b).*\\b(Extras)\\b" + } + } + ] +}