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 +
  • + + SDR + +
  • @@ -2025,6 +2030,11 @@ AV1 +
  • + + SDR + +
  • @@ -2704,6 +2714,12 @@ Special thanks to rg9400, VOSTFR FR LQ + + +SDR + + +
    @@ -6310,7 +6326,7 @@ Also they often even rename the release name in to Portuguese.

    "negate": false, "required": false, "fields": { - "value": "\\b(-alfaHD)\\b" + "value": "\\b(-alfaHD[_]?)\\b" } }, { @@ -7080,6 +7096,54 @@ For example a lot of EVO releases end up stripping the group name, so they appea

    TOP


    +

    SDR

    +
    +SDR - [CLICK TO EXPAND] + +
    +
    +JSON - [CLICK TO EXPAND] +
    {
    +  "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"
    +      }
    +    }
    +  ]
    +}
    +
    +
    +

    TOP

    +

    Misc


    Repack/Proper

    @@ -15136,7 +15200,7 @@ For example a lot of EVO releases end up stripping the group name, so they appea Last update: - November 22, 2022 13:41:42 + December 9, 2022 23:46:38