From 100ecf4000dfcc3cd4372931cd57667b64b494b4 Mon Sep 17 00:00:00 2001 From: <> Date: Sat, 18 Feb 2023 12:59:11 +0000 Subject: [PATCH] Deployed 1d2ff23a with MkDocs version: 1.4.2 --- .../index.html | 61 +++++- .../radarr-setup-quality-profiles/index.html | 18 ++ SQP/1/index.html | 6 + json/radarr/cf/upscaled.json | 36 ++++ search/search_index.json | 2 +- sitemap.xml | 178 +++++++++--------- sitemap.xml.gz | Bin 1051 -> 1051 bytes 7 files changed, 209 insertions(+), 92 deletions(-) create mode 100644 json/radarr/cf/upscaled.json diff --git a/Radarr/Radarr-collection-of-custom-formats/index.html b/Radarr/Radarr-collection-of-custom-formats/index.html index 728f70299..93e2a02d5 100644 --- a/Radarr/Radarr-collection-of-custom-formats/index.html +++ b/Radarr/Radarr-collection-of-custom-formats/index.html @@ -576,6 +576,11 @@ +
This custom format is used to prevent Radarr from grabbing upscaled releases.
+{
+ "trash_id": "bfd8eb01832d646a0a89c4deb46f8564",
+ "trash_score": "-10000",
+ "trash_regex": "https://regex101.com/r/HBqWdQ/1",
+ "name": "Upscaled",
+ "includeCustomFormatWhenRenaming": false,
+ "specifications": [
+ {
+ "name": "Upscaled",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": "\\b(Up(s(caled|UHD)|(Rez)))\\b"
+ }
+ },
+ {
+ "name": "AI Upscales",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": "^(?=.*\\b(HEVC)\\b)(?=.*\\b(AI)\\b)"
+ }
+ },
+ {
+ "name": "TheUpscaler",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": "\\b(The[ ._-]Upscaler)\\b"
+ }
+ }
+ ]
+}
+