From 1a7e3894b3a5a33a1f97c903a0b0f999368cc844 Mon Sep 17 00:00:00 2001 From: <> Date: Fri, 23 Dec 2022 20:14:50 +0000 Subject: [PATCH] Deployed eeb1b8f6 with MkDocs version: 1.4.2 --- .../index.html | 141 +++++++++++++++--- .../index.html | 20 +++ .../index.html | 20 +++ .../radarr-setup-quality-profiles/index.html | 20 +++ SQP/2/index.html | 5 + SQP/3/index.html | 5 + SQP/4/index.html | 5 + SQP/5/index.html | 5 + .../index.html | 44 +++--- json/radarr/cf/hybrid.json | 44 +++--- json/radarr/cf/masters-of-cinema.json | 26 ++++ json/radarr/cf/open-matte.json | 17 +++ json/sonarr/cf/hybrid.json | 44 +++--- search/search_index.json | 2 +- sitemap.xml.gz | Bin 1023 -> 1023 bytes updates.txt | 8 + 16 files changed, 331 insertions(+), 75 deletions(-) create mode 100644 json/radarr/cf/masters-of-cinema.json create mode 100644 json/radarr/cf/open-matte.json diff --git a/Radarr/Radarr-collection-of-custom-formats/index.html b/Radarr/Radarr-collection-of-custom-formats/index.html index d39907ec0..4ea4240e9 100644 --- a/Radarr/Radarr-collection-of-custom-formats/index.html +++ b/Radarr/Radarr-collection-of-custom-formats/index.html @@ -502,6 +502,11 @@
  • + + Masters of Cinema + +
  • +
  • Theatrical Cut @@ -521,6 +526,11 @@ IMAX Enhanced
  • +
  • + + Open Matte + +
  • @@ -1909,6 +1919,11 @@
  • + + Masters of Cinema + +
  • +
  • Theatrical Cut @@ -1928,6 +1943,11 @@ IMAX Enhanced
  • +
  • + + Open Matte + +
  • @@ -2612,31 +2632,31 @@ Special thanks to rg9400, Hulu -Theatrical Cut +Masters of Cinema HD Bluray Tier 01 Netflix -IMAX +Theatrical Cut HD Bluray Tier 02 Peacock TV -IMAX Enhanced +IMAX WEB Tier 01 Paramount+ - +IMAX Enhanced WEB Tier 02 Movies Anywhere - +Open Matte WEB Tier 03 @@ -5275,24 +5295,34 @@ Advanced Audio Coding (AAC) is an audio coding standard for lossy digital audio "trash_score": "100", "name": "Hybrid", "includeCustomFormatWhenRenaming": true, - "specifications": [{ - "name": "Hybrid", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": true, - "fields": { - "value": "\\bhybrid(\\b|\\d)" - } - }, - { - "name": "Not Hybrid Release Group", - "implementation": "ReleaseTitleSpecification", - "negate": true, - "required": true, - "fields": { - "value": "-HYBRID" - } + "specifications": [ + { + "name": "Hybrid", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\bhybrid(\\b|\\d)" } + }, + { + "name": "WEBDL w/ DV HDR10(+) or TrueHD", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "^(?=.*\\b(web[ ._-]?(dl|rip))\\b)(((?=.*\\b(DV|DoVi)\\b)((?=.*\\b(HDR10(\\+|P(lus))?)\\b)|(?=.*\\b(HDR(10)?)\\b)))|(?=.*\\b(True[ .-]?HD)\\b))" + } + }, + { + "name": "Not Hybrid Release Group", + "implementation": "ReleaseGroupSpecification", + "negate": true, + "required": true, + "fields": { + "value": "\\b(HYBRID)\\b" + } + } ] } @@ -5421,6 +5451,43 @@ Remaster (also digital remastering and digitally remastered) refers to changing

    TOP


    +

    Masters of Cinema

    +
    +Masters of Cinema - [CLICK TO EXPAND] +

    Masters of Cinema is a line of DVD and Blu-ray releases published through Eureka Entertainment. Because of the uniformly branded and spine-numbered packaging and the standard inclusion of booklets and analysis by recurring film historians, the line is often perceived as the UK equivalent of The Criterion Collection.

    +
    +
    +JSON - [CLICK TO EXPAND} +
    {
    +  "trash_id": "9d27d9d2181838f76dee150882bdc58c",
    +  "trash_score": "25",
    +  "name": "Masters of Cinema",
    +  "includeCustomFormatWhenRenaming": true,
    +  "specifications": [
    +    {
    +      "name": "Masters of Cinema",
    +      "implementation": "ReleaseTitleSpecification",
    +      "negate": false,
    +      "required": false,
    +      "fields": {
    +        "value": "\\b(Masters[ .-]?Of[ .-]?Cinema)(\\b|\\d)"
    +      }
    +    },
    +    {
    +      "name": "MoC",
    +      "implementation": "ReleaseTitleSpecification",
    +      "negate": false,
    +      "required": false,
    +      "fields": {
    +        "value": "\\b(MoC)\\b"
    +      }
    +    }
    +  ]
    +}
    +
    +
    +

    TOP

    +

    Theatrical Cut

    Theatrical Cut - [CLICK TO EXPAND] @@ -5558,6 +5625,34 @@ Remaster (also digital remastering and digitally remastered) refers to changing

    TOP


    +

    Open Matte

    +
    +Open Matte - [CLICK TO EXPAND] +

    Open matte is a filming technique that involves matting out the top and bottom of the film frame in the movie projector (known as a soft matte) for the widescreen theatrical release and then scanning the film without a matte (at Academy ratio) for a full screen home video release.

    +
    +
    +JSON - [CLICK TO EXPAND} +
    {
    +  "trash_id": "09d9dd29a0fc958f9796e65c2a8864b4",
    +  "trash_score": "25",
    +  "name": "Open Matte",
    +  "includeCustomFormatWhenRenaming": false,
    +  "specifications": [
    +    {
    +      "name": "Open Matte",
    +      "implementation": "ReleaseTitleSpecification",
    +      "negate": false,
    +      "required": false,
    +      "fields": {
    +        "value": "\\b(Open[ ._-]?Matte)\\b"
    +      }
    +    }
    +  ]
    +}
    +
    +
    +

    TOP

    +

    Unwanted


    BR-DISK

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