From 5bd489ae5dfb5c8b06652c57f4b211959ffe31ad Mon Sep 17 00:00:00 2001 From: nuxencs <47067662+nuxencs@users.noreply.github.com> Date: Sun, 14 Aug 2022 17:37:59 +0200 Subject: [PATCH] Added: `Extras` CF Added `Extras` CF with a default score of `-10000` to prevent picking up Extras instead of an actual release and to fix #713 --- docs/json/radarr/extras.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/json/radarr/extras.json 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" + } + } + ] +}