From 9a5ab8ce578e0eaab0be159bbd437952bb186182 Mon Sep 17 00:00:00 2001 From: Gabe Date: Fri, 16 Dec 2022 14:16:04 +0100 Subject: [PATCH] Create bcore.json https://github.com/TRaSH-/Guides/issues/1021 https://github.com/TRaSH-/Guides/issues/1019 --- docs/json/radarr/cf/bcore.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 docs/json/radarr/cf/bcore.json diff --git a/docs/json/radarr/cf/bcore.json b/docs/json/radarr/cf/bcore.json new file mode 100644 index 000000000..14aeac14f --- /dev/null +++ b/docs/json/radarr/cf/bcore.json @@ -0,0 +1,34 @@ +{ + "trash_id": "cc5e51a9e85a6296ceefe097a77f12f4", + "name": "BCORE", + "includeCustomFormatWhenRenaming": true, + "specifications": [ + { + "name": "Bravia Core", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "\\b(BCORE)\\b" + } + }, + { + "name": "WEBDL", + "implementation": "SourceSpecification", + "negate": false, + "required": false, + "fields": { + "value": 7 + } + }, + { + "name": "WEBRIP", + "implementation": "SourceSpecification", + "negate": false, + "required": false, + "fields": { + "value": 8 + } + } + ] +}