From d055d08159bc1c50e4329448bb22d0a10aba800d Mon Sep 17 00:00:00 2001 From: <> Date: Sat, 10 Dec 2022 00:40:09 +0000 Subject: [PATCH] Deployed edab9249 with MkDocs version: 1.4.2 --- .../index.html | 68 ++++++- .../index.html | 22 +++ .../index.html | 22 +++ .../radarr-setup-quality-profiles/index.html | 45 +++-- SQP/2/index.html | 28 ++- SQP/3/index.html | 28 ++- SQP/4/index.html | 28 ++- SQP/5/index.html | 28 ++- .../index.html | 6 +- .../index.html | 68 ++++++- .../sonarr-setup-quality-profiles/index.html | 22 +++ json/radarr/cf/bad-dual-groups.json | 2 +- json/sonarr/cf/bad-dual-groups.json | 2 +- search/search_index.json | 2 +- sitemap.xml | 170 +++++++++--------- sitemap.xml.gz | Bin 1022 -> 1023 bytes updates.txt | 12 ++ 17 files changed, 422 insertions(+), 131 deletions(-) diff --git a/Radarr/Radarr-collection-of-custom-formats/index.html b/Radarr/Radarr-collection-of-custom-formats/index.html index aa7b6622b..26a25d495 100644 --- a/Radarr/Radarr-collection-of-custom-formats/index.html +++ b/Radarr/Radarr-collection-of-custom-formats/index.html @@ -623,6 +623,11 @@ AV1 +
{
+ "trash_id": "9c38ebb7384dada637be8899efa68e6f",
+ "trash_score": "-10000",
+ "name": "SDR",
+ "includeCustomFormatWhenRenaming": false,
+ "specifications": [
+ {
+ "name": "2160p",
+ "implementation": "ResolutionSpecification",
+ "negate": false,
+ "required": true,
+ "fields": {
+ "value": 2160
+ }
+ },
+ {
+ "name": "HDR Formats",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": true,
+ "required": false,
+ "fields": {
+ "value": "\\bHDR(\\b|\\d)|\\b(dv|dovi|dolby[ .]?vision)\\b|\\b(FraMeSToR|HQMUX)\\b|\\b(PQ)\\b"
+ }
+ },
+ {
+ "name": "SDR",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": "\\bSDR\\b"
+ }
+ }
+ ]
+}
+