From 61b3ed0574a3e941cd3eff582e0d50062b20de32 Mon Sep 17 00:00:00 2001 From: Patrick McDavid Date: Thu, 15 Dec 2022 23:38:54 -0700 Subject: [PATCH 1/2] typo fix --- docs/Hardlinks/How-to-setup-for/Synology.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Hardlinks/How-to-setup-for/Synology.md b/docs/Hardlinks/How-to-setup-for/Synology.md index 56b53cc06..7aaa29afc 100644 --- a/docs/Hardlinks/How-to-setup-for/Synology.md +++ b/docs/Hardlinks/How-to-setup-for/Synology.md @@ -4,7 +4,7 @@ Being I don't have a Synology myself and I kind of hate the Synology GUI for the dockers, I'm doing this with the use of docker-compose through a terminal. - This is faster then the GUI and after installing, it shows up in the Docker GUI. + This is faster than the GUI and after installing, it shows up in the Docker GUI. Thanks to faxity for the initial compose that I used to create the Synology Guide. From 9a5ab8ce578e0eaab0be159bbd437952bb186182 Mon Sep 17 00:00:00 2001 From: Gabe Date: Fri, 16 Dec 2022 14:16:04 +0100 Subject: [PATCH 2/2] 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 + } + } + ] +}