From 3d84235e0140ad7e5017799af3d7a523a9f690dd Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 25 Dec 2022 12:35:53 +0100 Subject: [PATCH] [Radarr] Added dutch streaming service - Added: Dutch streaming service - Added: Dutch rlsgrp --- .../Radarr-collection-of-custom-formats.md | 22 ++++++++++- docs/json/radarr/cf/pathe.json | 34 ++++++++++++++++ docs/json/radarr/cf/web-tier-03.json | 39 ++++++++++++------- 3 files changed, 79 insertions(+), 16 deletions(-) create mode 100644 docs/json/radarr/cf/pathe.json diff --git a/docs/Radarr/Radarr-collection-of-custom-formats.md b/docs/Radarr/Radarr-collection-of-custom-formats.md index 507f88687..c914b7112 100644 --- a/docs/Radarr/Radarr-collection-of-custom-formats.md +++ b/docs/Radarr/Radarr-collection-of-custom-formats.md @@ -58,7 +58,7 @@ I also made 3 guides related to this one. | [Theatrical Cut](#theatrical-cut) | | [HD Bluray Tier 02](#hd-bluray-tier-02) | [Peacock TV](#pcok) | | [IMAX](#imax) | | [WEB Tier 01](#web-tier-01) | [Paramount+](#pmtp) | | [IMAX Enhanced](#imax-enhanced) | | [WEB Tier 02](#web-tier-02) | [Movies Anywhere](#ma) | -| [Open Matte](#open-matte) | | [WEB Tier 03](#web-tier-03) | | +| [Open Matte](#open-matte) | | [WEB Tier 03](#web-tier-03) | [Pathe Thuis](#pathe) | ------ @@ -1645,6 +1645,26 @@ I also made 3 guides related to this one. [TOP](#index) +------ + +### Pathe + +Pathé Thuis + +??? faq "Pathé Thuis - [CLICK TO EXPAND]" + + [From Wikipedia, the free encyclopedia](https://nl.wikipedia.org/wiki/Path%C3%A9_Thuis){:target="_blank" rel="noopener noreferrer"} + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/pathe.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + ## Anime ------ diff --git a/docs/json/radarr/cf/pathe.json b/docs/json/radarr/cf/pathe.json new file mode 100644 index 000000000..2b4734403 --- /dev/null +++ b/docs/json/radarr/cf/pathe.json @@ -0,0 +1,34 @@ +{ + "trash_id": "bf7e73dd1d85b12cc527dc619761c840", + "name": "Pathe", + "includeCustomFormatWhenRenaming": true, + "specifications": [ + { + "name": "Pathé", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "\\b(Pathe)\\b" + } + }, + { + "name": "WEBDL", + "implementation": "SourceSpecification", + "negate": false, + "required": false, + "fields": { + "value": 7 + } + }, + { + "name": "WEBRIP", + "implementation": "SourceSpecification", + "negate": false, + "required": false, + "fields": { + "value": 8 + } + } + ] +} diff --git a/docs/json/radarr/cf/web-tier-03.json b/docs/json/radarr/cf/web-tier-03.json index d57bd3369..d4b82c811 100644 --- a/docs/json/radarr/cf/web-tier-03.json +++ b/docs/json/radarr/cf/web-tier-03.json @@ -5,57 +5,66 @@ "includeCustomFormatWhenRenaming": false, "specifications": [ { - "name": "WEBDL", - "implementation": "SourceSpecification", + "name": "GNOMiSSiON", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": 7 + "value": "\\b(GNOMiSSiON)\\b" } }, { - "name": "WEBRIP", - "implementation": "SourceSpecification", + "name": "ROCCaT", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": 8 + "value": "\\b(ROCCaT)\\b" } }, { - "name": "GNOMiSSiON", + "name": "SiGMA", "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(GNOMiSSiON)\\b" + "value": "\\b(SiGMA)\\b" } }, { - "name": "ROCCaT", + "name": "SLiGNOME", "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(ROCCaT)\\b" + "value": "\\b(SLiGNOME)\\b" } }, { - "name": "SiGMA", + "name": "SwAgLaNdEr", "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(SiGMA)\\b" + "value": "\\b(SwAgLaNdEr)\\b" } }, { - "name": "SLiGNOME", - "implementation": "ReleaseGroupSpecification", + "name": "WEBDL", + "implementation": "SourceSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(SLiGNOME)\\b" + "value": 7 + } + }, + { + "name": "WEBRIP", + "implementation": "SourceSpecification", + "negate": false, + "required": false, + "fields": { + "value": 8 } } ]