From eb4f1dc529b98182baad7b702b8aab91cd674122 Mon Sep 17 00:00:00 2001 From: yammes08 <111231042+yammes08@users.noreply.github.com> Date: Mon, 19 Dec 2022 21:22:20 +0000 Subject: [PATCH] Create open-matte.json --- docs/json/radarr/cf/open-matte.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/json/radarr/cf/open-matte.json diff --git a/docs/json/radarr/cf/open-matte.json b/docs/json/radarr/cf/open-matte.json new file mode 100644 index 000000000..5ead25015 --- /dev/null +++ b/docs/json/radarr/cf/open-matte.json @@ -0,0 +1,17 @@ +{ + "trash_id": "09d9dd29a0fc958f9796e65c2a8864b4", + "trash_score": "25", + "name": "Open Matte", + "includeCustomFormatWhenRenaming": true, + "specifications": [ + { + "name": "Open Matte", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(Open[-. ]Matte)\\b" + } + } + ] +}