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