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 @@ +
  • + + Upscaled + +
  • @@ -2038,6 +2043,11 @@ +
  • + + Upscaled + +
  • @@ -2704,7 +2714,7 @@ Special thanks to rg9400, Criterion Collection - +Upscaled UHD Bluray Tier 03 HBO Max @@ -6543,6 +6553,53 @@ It's all really dependent on specific situations for different people

    TOP


    +

    Upscaled

    +
    +Upscaled - [CLICK TO EXPAND] +

    This custom format is used to prevent Radarr from grabbing upscaled releases.

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

    TOP

    +

    Optional


    Bad Dual Groups

    @@ -15772,7 +15829,7 @@ This applies to all releases that are x265/HEVC that are not Remux.

    Last update: - February 7, 2023 18:33:49 + February 18, 2023 12:53:11