From 5f96e49b71c56d79f6bfd104a8a59faf8f2f8b8e Mon Sep 17 00:00:00 2001 From: <> Date: Sun, 25 Dec 2022 11:49:56 +0000 Subject: [PATCH] Deployed 1ceecbbe with MkDocs version: 1.4.2 --- .../index.html | 100 ++++++++-- json/radarr/cf/pathe.json | 34 ++++ json/radarr/cf/web-tier-03.json | 39 ++-- search/search_index.json | 2 +- sitemap.xml | 174 +++++++++--------- sitemap.xml.gz | Bin 1032 -> 1032 bytes updates.txt | 5 + 7 files changed, 234 insertions(+), 120 deletions(-) create mode 100644 json/radarr/cf/pathe.json diff --git a/Radarr/Radarr-collection-of-custom-formats/index.html b/Radarr/Radarr-collection-of-custom-formats/index.html index 4834be884..09ba4b891 100644 --- a/Radarr/Radarr-collection-of-custom-formats/index.html +++ b/Radarr/Radarr-collection-of-custom-formats/index.html @@ -805,6 +805,11 @@ MA +
Pathé Thuis
+{
+ "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
+ }
+ }
+ ]
+}
+