Skip to content

Collection of Custom Formats

Here I will try to collect a collection of the most needed and commonly used Custom Formats. These have been collected from either discussions on discord or that I created with help from others. Special thanks to rg9400, bakerboy448 and Team Radarr.

With Radarr V3, Custom Formats are much more advanced/powerful than with v0.2, although this also means a Custom Format is much more complicated to setup.

After requesting at Team Radarr we now have the options to import/export the Custom Formats in a JSON format that we can use here what makes it easier to share the different kind of Custom Formats.

I also made 3 guides related to this one.

Tip

I also suggest to change the Propers and Repacks settings in Radarr

Media Management => File Management to Do Not Prefer and use the Repack/Proper Custom Format.

cf-mm-propers-repacks-disable

This way you make sure the Custom Formats preferences will be used and not ignored.


Questions or Suggestions?

If you have questions or suggestions click the chat badge to join the Discord Support Channel where you can ask your questions directly and get live support.

Discord chat


INDEX


Audio Advanced #1 Audio Advanced #2 Audio Channels HDR Metadata
TrueHD ATMOS FLAC 1.0 Mono DV HDR10
DTS X PCM 2.0 Stereo DV
ATMOS (undefined) DTS-HD HRA 3.0 Sound DV HLG
DD+ ATMOS AAC 4.0 Sound DV SDR
TrueHD DD 5.1 Surround HDR10+
DTS-HD MA MP3 6.1 Surround HDR10
DD+ Opus 7.1 Surround HDR
DTS-ES 9.1 Surround HDR (undefined)
DTS PQ
HLG

Movie Versions Misc (-10000) Misc #1 Misc #2
Hybrid BR-DISK Repack/Proper HQ-Remux
Remaster EVO (no WEBDL) Multi HQ
4K Remaster LQ x264 HQ-WEBDL
Special Editions x265 (720/1080p) x265
Criterion Collection 3D MPEG2
Theatrical Cut No-RlsGroup FreeLeech
IMAX Obfuscated Dutch Groups
DV (WEBDL) Anime Dual Audio

Audio Advanced


TrueHD ATMOS

TrueHD ATMOS - [CLICK TO EXPAND]

From Wikipedia, the free encyclopedia

Dolby Atmos is a surround sound technology developed by Dolby Laboratories. It expands on existing surround sound systems by adding height channels, allowing sounds to be interpreted as three-dimensional objects.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "496f355514737f7d83bf7aa4d24f8169",
  "trash_score": "2000",
  "name": "TrueHD ATMOS",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
          "name": "TrueHD",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": true,
          "fields": {
              "value": "TrueHD"
          }
      },
      {
          "name": "ATMOS",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": true,
          "fields": {
              "value": "\\bATMOS(\\b|\\d)"
          }
      },
      {
          "name": "Not Dolby Digital Plus ",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "[^-]dd[p+]|eac3"
          }
      },
      {
          "name": "Not DTS",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bDTS(\\b|\\d)"
          }
      },
      {
          "name": "Not Basic Dolby Digital",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "(?<!e)ac3"
          }
      },
      {
          "name": "Not FLAC",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bFLAC(\\b|\\d)"
          }
      }
  ]
}

TOP


DTS X

DTS X - [CLICK TO EXPAND]

DTS:X is an object-based audio codec, which aims to create a multi-dimensional sound that “moves around you like it would in real life”

JSON - [CLICK TO EXPAND]
{
  "trash_id": "2f22d89048b01681dde8afe203bf2e95",
  "trash_score": "1900",
  "name": "DTS X",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
          "name": "DTS X",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": true,
          "fields": {
              "value": "dts[-. ]?x(?!\\d)"
          }
      },
      {
          "name": "Not Basic DTS",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "DTS[ .]?[1-9]"
          }
      },
      {
          "name": "Not Basic Dolby Digital",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bDD(\\b|\\d)|(?<!e)ac3"
          }
      },
      {
          "name": "Not Dolby Digital Plus",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "[^-]dd[p+]|eac3"
          }
      },
      {
          "name": "Not TrueHD/ATMOS",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "TrueHD|\\bATMOS(\\b|\\d)"
          }
      },
      {
          "name": "Not FLAC",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bFLAC(\\b|\\d)"
          }
      },
      {
          "name": "Not AAC",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bAAC(\\b|\\d)"
          }
      },
      {
          "name": "Not PCM",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\b(l?)PCM(\\b|\\d)"
          }
      }
  ]
}

TOP


ATMOS (undefined)

ATMOS (undefined) - [CLICK TO EXPAND]

Handles cases where only Atmos is specified in title but not DD+ or TrueHD (Where it is not specified if it is Lossy or Lossless)

Note

Give this the same score as Lossy Atmos, and then on import, it will get changed to either lossy or lossless based on mediainfo.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "417804f7f2c4308c1f4c5d380d4c4475",
  "trash_score": "1800",
  "name": "ATMOS (undefined)",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
          "name": "Dolby Digital Plus",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "[^-]dd[p+]|eac3"
          }
      },
      {
          "name": "ATMOS",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": true,
          "fields": {
              "value": "\\bATMOS(\\b|\\d)"
          }
      },
      {
          "name": "Not TrueHD",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "TrueHD"
          }
      },
      {
          "name": "Not DTS",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bDTS(\\b|\\d)"
          }
      },
      {
          "name": "Not Basic Dolby Digital ",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "(?<!e)ac3"
          }
      },
      {
          "name": "Not FLAC",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bFLAC(\\b|\\d)"
          }
      },
      {
          "name": "Not AAC",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bAAC(\\b|\\d)"
          }
      },
      {
          "name": "Not PCM",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\b(l?)PCM(\\b|\\d)"
          }
      }
  ]
}

TOP


DD+ ATMOS

DD+ ATMOS - [CLICK TO EXPAND]

Atmos via UHD Blu-ray will be lossless, or lossy via streaming services so in this case it will be lossy + Atmos

JSON - [CLICK TO EXPAND]
{
  "trash_id": "1af239278386be2919e1bcee0bde047e",
  "trash_score": "1800",
  "name": "DD+ ATMOS",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Dolby Digital Plus",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "[^-]dd[p+]|eac3"
      }
    },
    {
      "name": "ATMOS",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\b(ATMOS|DDPA)(\\b|\\d)"
      }
    },
    {
      "name": "Not TrueHD",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "TrueHD"
      }
    },
    {
      "name": "Not DTS",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\bDTS(\\b|\\d)"
      }
    },
    {
      "name": "Not Basic Dolby Digital ",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "(?<!e)ac3"
      }
    },
    {
      "name": "Not FLAC",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\bFLAC(\\b|\\d)"
      }
    },
    {
      "name": "Not AAC",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\bAAC(\\b|\\d)"
      }
    },
    {
      "name": "Not PCM",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(l?)PCM(\\b|\\d)"
      }
    }
  ]
}

TOP


TrueHD

TrueHD - [CLICK TO EXPAND]

From Wikipedia, the free encyclopedia

Dolby TrueHD is a lossless, multi-channel audio codec developed by Dolby Laboratories for home video, used principally in Blu-ray Disc and compatible hardware.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "3cafb66171b47f226146a0770576870f",
  "trash_score": "1700",
  "name": "TrueHD",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
          "name": "TrueHD",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": true,
          "fields": {
              "value": "TrueHD"
          }
      },
      {
          "name": "ATMOS",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bATMOS(\\b|\\d)"
          }
      },
      {
          "name": "Not Dolby Digital Plus",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "[^-]dd[p+]|eac3"
          }
      },
      {
          "name": "Not DTS",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bDTS(\\b|\\d)"
          }
      },
      {
          "name": "Not FLAC",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bFLAC(\\b|\\d)"
          }
      },
      {
          "name": "Not Basic Dolby Digital",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "(?<!e)ac3"
          }
      }
  ]
}

TOP


DTS-HD MA

DTS-HD MA - [CLICK TO EXPAND]

From Wikipedia, the free encyclopedia

DTS-HD Master Audio is a multi-channel, lossless audio codec developed by DTS as an extension of the lossy DTS Coherent Acoustics codec (DTS CA; usually itself referred to as just DTS). Rather than being an entirely new coding mechanism, DTS-HD MA encodes an audio master in lossy DTS first, then stores a concurrent stream of supplementary data representing whatever the DTS encoder discarded. This gives DTS-HD MA a lossy "core" able to be played back by devices that cannot decode the more complex lossless audio. DTS-HD MA's primary application is audio storage and playback for Blu-ray Disc media.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "dcf3ec6938fa32445f590a4da84256cd",
  "trash_score": "1600",
  "name": "DTS-HD MA",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
          "name": "DTS-HD MA",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": true,
          "fields": {
              "value": "(dts(?>[-. ](?>ma|hd[^r](?!china))))"
          }
      },
      {
          "name": "Not TrueHD/ATMOS",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "TrueHD|\\bATMOS(\\b|\\d)"
          }
      },
      {
          "name": "Not Dolby Digital Plus",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "[^-]dd[p+]|eac3"
          }
      },
      {
          "name": "Not Basic DTS",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "DTS[ .]?[1-9]"
          }
      },
      {
          "name": "Not Basic Dolby Digital ",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bDD(\\b|\\d)|(?<!e)ac3"
          }
      },
      {
          "name": "Not DTS X",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "dts[-. ]?x(?!\\d)"
          }
      },
      {
          "name": "Not FLAC",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bFLAC(\\b|\\d)"
          }
      },
      {
          "name": "Not AAC",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bAAC(\\b|\\d)"
          }
      },
      {
          "name": "Not PCM",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\b(l?)PCM(\\b|\\d)"
          }
      },
      {
          "name": "Not DTS-HD HRA/ES",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "dts[-. ]?(es|(hd[. ]?)?(hr|hi))"
          }
      }
  ]
}

TOP


FLAC

FLAC - [CLICK TO EXPAND]

FLAC stands for Free Lossless Audio Codec, an audio format similar to MP3, but lossless, meaning that audio is compressed in FLAC without any loss in quality. This is similar to how Zip works, except with FLAC you will get much better compression because it is designed specifically for audio

JSON - [CLICK TO EXPAND]
{
  "trash_id": "a570d4a0e56a2874b64e5bfa55202a1b",
  "trash_score": "1500",
  "name": "FLAC",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
          "name": "FLAC",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": true,
          "fields": {
              "value": "\\bFLAC(\\b|\\d)"
          }
      },
      {
          "name": "Not PCM",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\b(l?)PCM(\\b|\\d)"
          }
      },
      {
          "name": "Not AAC",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bAAC(\\b|\\d)"
          }
      },
      {
          "name": "Not DTS",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bDTS(\\b|\\d)"
          }
      },
      {
          "name": "Not TrueHD/ATMOS",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "TrueHD|\\bATMOS(\\b|\\d)"
          }
      },
      {
          "name": "Not Basic Dolby Digital",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "(?<!e)ac3"
          }
      },
      {
          "name": "Not Dolby Digital Plus ",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "[^-]dd[p+]|eac3"
          }
      }
  ]
}

TOP


PCM

PCM - [CLICK TO EXPAND]

PCM is the method of encoding typically used for uncompressed digital audio

JSON - [CLICK TO EXPAND]
{
  "trash_id": "e7c2fcae07cbada050a0af3357491d7b",
  "trash_score": "1500",
  "name": "PCM",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
          "name": "PCM",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": true,
          "fields": {
              "value": "\\b(l?)PCM(\\b|\\d)"
          }
      },
      {
          "name": "Not AAC",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bAAC(\\b|\\d)"
          }
      },
      {
          "name": "Not FLAC",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bFLAC(\\b|\\d)"
          }
      },
      {
          "name": "Not DTS",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bDTS(\\b|\\d)"
          }
      },
      {
          "name": "Not TrueHD/ATMOS",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "TrueHD|\\bATMOS(\\b|\\d)"
          }
      },
      {
          "name": "Not Basic Dolby Digital",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "(?<!e)ac3"
          }
      },
      {
          "name": "Not Dolby Digital Plus ",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "[^-]dd[p+]|eac3"
          }
      }
  ]
}

TOP


DTS-HD HRA

DTS-HD HRA - [CLICK TO EXPAND]

Description placeholder

JSON - [CLICK TO EXPAND]
{
  "trash_id": "8e109e50e0a0b83a5098b056e13bf6db",
  "trash_score": "1400",
  "name": "DTS-HD HRA",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
          "name": "DTS-HD HRA",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": true,
          "fields": {
              "value": "dts[-. ]?(hd[. ]?)?(hr|hi)"
          }
      },
      {
          "name": "Not TrueHD/ATMOS",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "TrueHD|\\bATMOS(\\b|\\d)"
          }
      },
      {
          "name": "Not Dolby Digital Plus",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "[^-]dd[p+]|eac3"
          }
      },
      {
          "name": "Not Basic DTS",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "DTS[ .]?[1-9]"
          }
      },
      {
          "name": "Not Basic Dolby Digital ",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bDD(\\b|\\d)|(?<!e)ac3"
          }
      },
      {
          "name": "Not DTS X",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "dts[-. ]?x(?!\\d)"
          }
      },
      {
          "name": "Not FLAC",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bFLAC(\\b|\\d)"
          }
      },
      {
          "name": "Not AAC",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bAAC(\\b|\\d)"
          }
      },
      {
          "name": "Not PCM",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\b(l?)PCM(\\b|\\d)"
          }
      },
      {
          "name": "Not DTS-ES",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "dts.?es"
          }
      },
      {
          "name": "Not 6.1 Surround",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "[^0-9]6[ .][0-1]"
          }
      }
  ]
}

TOP


DDPlus

Dolby Digital Plus = DD+ = DDPlus

DD+ - [CLICK TO EXPAND]

From Wikipedia, the free encyclopedia

Dolby Digital Plus, also known as Enhanced AC-3 (and commonly abbreviated as DD+ or E-AC-3, or EC-3) is a digital audio compression scheme developed by Dolby Labs for transport and storage of multi-channel digital audio. It is a successor to Dolby Digital (AC-3).

JSON - [CLICK TO EXPAND]
{
  "trash_id": "185f1dd7264c4562b9022d963ac37424",
  "trash_score": "1300",
  "name": "DD+",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
          "name": "Dolby Digital Plus",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": true,
          "fields": {
              "value": "[^-]DD[P+](?!A)|eac3"
          }
      },
      {
          "name": "Not TrueHD/ATMOS",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "TrueHD|\\bATMOS(\\b|\\d)"
          }
      },
      {
          "name": "Not DTS",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bDTS(\\b|\\d)"
          }
      },
      {
          "name": "Not Basic Dolby Digital",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "(?<!e)ac3"
          }
      },
      {
          "name": "Not FLAC",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bFLAC(\\b|\\d)"
          }
      },
      {
          "name": "Not AAC",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bAAC(\\b|\\d)"
          }
      },
      {
          "name": "Not PCM",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\b(l?)PCM(\\b|\\d)"
          }
      }
  ]
}

TOP


DTS-ES

DTS-ES - [CLICK TO EXPAND]

DTS-ES (DTS Extended Surround) includes two variants, DTS-ES Discrete 6.1, and DTS-ES Matrix 5.1, depending on how the sound was originally mastered and stored.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "f9f847ac70a0af62ea4a08280b859636",
  "trash_score": "1200",
  "name": "DTS-ES",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
          "name": "DTS-ES",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": true,
          "fields": {
              "value": "dts[-. ]?(es|(hd[. ]?)?(hr|hi))"
          }
      },
      {
          "name": "Not TrueHD/ATMOS",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "TrueHD|\\bATMOS(\\b|\\d)"
          }
      },
      {
          "name": "Not Dolby Digital Plus",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "[^-]dd[p+]|eac3"
          }
      },
      {
          "name": "Not Basic DTS",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "DTS[ .]?[1-9]"
          }
      },
      {
          "name": "Not Basic Dolby Digital ",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bDD(\\b|\\d)|(?<!e)ac3"
          }
      },
      {
          "name": "Not DTS X",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "dts[-. ]?x(?!\\d)"
          }
      },
      {
          "name": "Not FLAC",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bFLAC(\\b|\\d)"
          }
      },
      {
          "name": "Not AAC",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bAAC(\\b|\\d)"
          }
      },
      {
          "name": "Not PCM",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\b(l?)PCM(\\b|\\d)"
          }
      },
      {
          "name": "6.1 Surround",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": true,
          "fields": {
              "value": "[^0-9]6[ .][0-1]"
          }
      }
  ]
}

TOP


DTS

DTS = Basic DTS

DTS - [CLICK TO EXPAND]

Description placeholder

JSON - [CLICK TO EXPAND]
{
  "trash_id": "1c1a4c5e823891c75bc50380a6866f73",
  "trash_score": "1100",
  "name": "DTS",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
          "name": "Basic DTS",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": true,
          "fields": {
              "value": "\\bDTS(\\b|\\d)"
          }
      },
      {
          "name": "Not DTS-HD",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "(dts(?>[-. ](?>ma|hd[^r](?!china))))"
          }
      },
      {
          "name": "Not Dolby Digital Plus",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "[^-]dd[p+]|eac3"
          }
      },
      {
          "name": "Not TrueHD/ATMOS",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "TrueHD|\\bATMOS(\\b|\\d)"
          }
      },
      {
          "name": "Not Basic Dolby Digital",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bDD(\\b|\\d)|(?<!e)ac3"
          }
      },
      {
          "name": "Not DTS X",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "dts[-. ]?x(?!\\d)"
          }
      },
      {
          "name": "Not FLAC",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bFLAC(\\b|\\d)"
          }
      },
      {
          "name": "Not AAC",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bAAC(\\b|\\d)"
          }
      },
      {
          "name": "Not PCM",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\b(l?)PCM(\\b|\\d)"
          }
      }
  ]
}

TOP


AAC

AAC - [CLICK TO EXPAND]

Advanced Audio Coding

From Wikipedia, the free encyclopedia Advanced Audio Coding (AAC) is an audio coding standard for lossy digital audio compression. Designed to be the successor of the MP3 format, AAC generally achieves higher sound quality than MP3 at the same bit rate.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "240770601cc226190c367ef59aba7463",
  "trash_score": "1000",
  "name": "AAC",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
          "name": "AAC",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": true,
          "fields": {
              "value": "\\bAAC(\\b|\\d)"
          }
      },
      {
          "name": "Not DTS",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bDTS(\\b|\\d)"
          }
      },
      {
          "name": "Not Dolby Digital Plus ",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "[^-]dd[p+]|eac3"
          }
      },
      {
          "name": "Not Basic Dolby Digital",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "(?<!e)ac3"
          }
      },
      {
          "name": "Not PCM",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\b(l?)PCM(\\b|\\d)"
          }
      },
      {
          "name": "Not FLAC",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bFLAC(\\b|\\d)"
          }
      },
      {
          "name": "Not TrueHD/ATMOS",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "TrueHD|\\bATMOS(\\b|\\d)"
          }
      }
  ]
}

TOP


DD

(Basic) Dolby Digital = DD

DD - [CLICK TO EXPAND]

From Wikipedia, the free encyclopedia

Dolby Digital, also known as Dolby AC-3, the audio compression is lossy.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "c2998bd0d90ed5621d8df281e839436e",
  "trash_score": "900",
  "name": "DD",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
          "name": "Basic Dolby Digital",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": true,
          "fields": {
              "value": "\\bDD[^a-z+]|(?<!e)ac3"
          }
      },
      {
          "name": "Not Dolby Digital Plus",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "[^-]dd[p+]|eac3"
          }
      },
      {
          "name": "Not TrueHD/ATMOS",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "TrueHD|\\bATMOS(\\b|\\d)"
          }
      },
      {
          "name": "Not DTS",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bDTS(\\b|\\d)"
          }
      },
      {
          "name": "Not FLAC",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bFLAC(\\b|\\d)"
          }
      },
      {
          "name": "Not AAC",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bAAC(\\b|\\d)"
          }
      },
      {
          "name": "Not PCM",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\b(l?)PCM(\\b|\\d)"
          }
      }
  ]
}

TOP


MP3

MP3 - [CLICK TO EXPAND]

Description placeholder

JSON - [CLICK TO EXPAND]
{
  "trash_id": "6ba9033150e7896bdc9ec4b44f2b230f",
  "name": "MP3",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
      "name": "MP3",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
          "value": "mp3"
      }
  }]
}

TOP


Opus

Opus - [CLICK TO EXPAND]

From Wikipedia, the free encyclopedia

Opus is a lossy audio coding format developed by the Xiph.Org Foundation and standardized by the Internet Engineering Task Force, designed to efficiently code speech and general audio in a single format, while remaining low-latency enough for real-time interactive communication and low-complexity enough for low-end embedded processors.Opus replaces both Vorbis and Speex for new applications, and several blind listening tests have ranked it higher-quality than any other standard audio format at any given bitrate until transparency is reached, including MP3, AAC, and HE-AAC

JSON - [CLICK TO EXPAND]
{
  "trash_id": "a061e2e700f81932daf888599f8a8273",
  "name": "Opus",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
      "name": "Opus",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
          "value": "\\bOPUS(\\b|\\d)"
      }
  }]
}

TOP


Audio Channels


1.0 Mono

JSON - [CLICK TO EXPAND]
{
  "trash_id": "b124be9b146540f8e62f98fe32e49a2a",
  "name": "1.0 Mono",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
          "name": "Mono",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": true,
          "fields": {
              "value": "[^0-9]1[ .]0|\\bMono\\b|\\[PCM \\]"
          }
      },
      {
          "name": "Not Stereo",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "(?<!repac)[^0-9]2[ .]0|\\bStereo\\b"
          }
      },
      {
          "name": "Not 3.0ch",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "[^0-9]3[ .]0"
          }
      },
      {
          "name": "Not 4.0ch",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "[^0-9]4[ .]0"
          }
      },
      {
          "name": "Not High Channel Count",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "[^0-9][5-9][ .][0-1]"
          }
      }
  ]
}

TOP


2.0 Stereo

JSON - [CLICK TO EXPAND]
{
  "trash_id": "89dac1be53d5268a7e10a19d3c896826",
  "name": "2.0 Stereo",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
          "name": "Stereo",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": true,
          "fields": {
              "value": "(?<!repac)[^0-9]2[ .]0|\\bStereo\\b"
          }
      },
      {
          "name": "Not 3.0ch",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "[^0-9]3[ .]0"
          }
      },
      {
          "name": "Not 4.0ch",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "[^0-9]4[ .]0"
          }
      },
      {
          "name": "Not High Channel Count",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "[^0-9][5-9][ .][0-1]"
          }
      },
      {
          "name": "Not Mono",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "[^0-9]1[ .]0|\\bMono\\b|\\[PCM \\]"
          }
      }
  ]
}

TOP


3.0 Sound

JSON - [CLICK TO EXPAND]
{
  "trash_id": "205125755c411c3b8622ca3175d27b37",
  "name": "3.0 Sound",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
          "name": "3.0ch",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": true,
          "fields": {
              "value": "[^0-9]3[ .]0"
          }
      },
      {
          "name": "Not Mono",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "[^0-9]1[ .]0|\\bMono\\b|\\[PCM \\]"
          }
      },
      {
          "name": "Not Stereo",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "(?<!repac)[^0-9]2[ .]0|\\bStereo\\b"
          }
      },
      {
          "name": "Not 4.0ch",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "[^0-9]4[ .]0"
          }
      },
      {
          "name": "Not High Channel Count",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "[^0-9][5-9][ .][0-1]"
          }
      }
  ]
}

TOP


4.0 Sound

JSON - [CLICK TO EXPAND]
{
  "trash_id": "373b58bd188fc00c817bd8c7470ea285",
  "name": "4.0 Sound",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
          "name": "4.0ch",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": true,
          "fields": {
              "value": "[^0-9]4[ .]0"
          }
      },
      {
          "name": "Not Mono",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "[^0-9]1[ .]0|\\bMono\\b|\\[PCM \\]"
          }
      },
      {
          "name": "Not Stereo",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "(?<!repac)[^0-9]2[ .]0|\\bStereo\\b"
          }
      },
      {
          "name": "Not 3.0ch",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "[^0-9]3[ .]0"
          }
      },
      {
          "name": "Not High Channel Count",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "[^0-9][5-9][ .][0-1]"
          }
      }
  ]
}

TOP


5.1 Surround

JSON - [CLICK TO EXPAND]
{
  "trash_id": "77ff61788dfe1097194fd8743d7b4524",
  "name": "5.1 Surround",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
          "name": "5.1 Surround",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": true,
          "fields": {
              "value": "[^0-9]5[ .][0-1]"
          }
      },
      {
          "name": "Not 7.1 Surround",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "[^0-9][7-8][ .][0-1]"
          }
      },
      {
          "name": "Not 9.1 Surround",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "[^0-9]9[ .][0-1]"
          }
      },
      {
          "name": "Not Low Channel Count",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "(?<!repac)[^0-9][1-4][ .][0-1]|\\b(Stereo|Mono)\\b"
          }
      }
  ]
}

TOP


6.1 Surround

JSON - [CLICK TO EXPAND]
{
  "trash_id": "6fd7b090c3f7317502ab3b63cc7f51e3",
  "name": "6.1 Surround",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
          "name": "6.1 Surround",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": true,
          "fields": {
              "value": "[^0-9]6[ .][0-1]"
          }
      },
      {
          "name": "Not 7.1 Surround",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "[^0-9][7-8][ .][0-1]"
          }
      },
      {
          "name": "Not 9.1 Surround",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "[^0-9]9[ .][0-1]"
          }
      },
      {
          "name": "Not Low Channel Count",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "(?<!repac)[^0-9][1-4][ .][0-1]|\\b(Stereo|Mono)\\b"
          }
      },
      {
          "name": "Not 5.1 Surround",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "[^0-9]5[ .][0-1]"
          }
      }
  ]
}

TOP


7.1 Surround

JSON - [CLICK TO EXPAND]
{
  "trash_id": "e77382bcfeba57cb83744c9c5449b401",
  "name": "7.1 Surround",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
          "name": "7.1 Surround",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": true,
          "fields": {
              "value": "[^0-9][7-8][ .][0-1]"
          }
      },
      {
          "name": "Not 9.1  Surround",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "[^0-9]9[ .][0-1]"
          }
      },
      {
          "name": "Not Low Channel Count",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "(?<!repac)[^0-9][1-4][ .][0-1]|\\b(Stereo|Mono)\\b"
          }
      }
  ]
}

TOP


9.1 Surround

JSON - [CLICK TO EXPAND]
{
  "trash_id": "f2aacebe2c932337fe352fa6e42c1611",
  "name": "9.1 Surround",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
          "name": "9.1  Surround",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": true,
          "fields": {
              "value": "[^0-9]9[ .][0-1]"
          }
      },
      {
          "name": "Not 7.1 Surround",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "[^0-9][7-8][ .][0-1]"
          }
      },
      {
          "name": "Not 5.1 Surround",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "[^0-9][5-6][ .][0-1]"
          }
      },
      {
          "name": "Not Low Channel Count",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "(?<!repac)[^0-9][1-4][ .][0-1]|\\b(Stereo|Mono)\\b"
          }
      }
  ]
}

TOP


HDR metadata


DV HDR10

Dolby Vision = DoVi = DV

DV HDR10 - [CLICK TO EXPAND]

Dolby Vision is a content mastering and delivery format similar to the HDR10 media profile.

Dolby Vision is a proprietary, dynamic HDR format developed by Dolby Labs. By adjusting the picture on a scene-by-scene (and even frame-by-frame) basis, it lets you see more detail with better color accuracy. It is constantly making adjustments so that each image on the screen is optimized.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "e23edd2482476e595fb990b12e7c609c",
  "trash_score": "1100",
  "name": "DV HDR10",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "DV HDR10",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\b(DV[ .]HDR10)\\b"
      }
    },
    {
      "name": "Not DV HLG",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(DV[ ]HLG)\\b"
      }
    },
    {
      "name": "Not DV SDR",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(DV[ ]SDR)\\b"
      }
    }
  ]
}

TOP


DV

Dolby Vision = DoVi = DV

DV - [CLICK TO EXPAND]

Dolby Vision is a content mastering and delivery format similar to the HDR10 media profile.

Dolby Vision is a proprietary, dynamic HDR format developed by Dolby Labs. By adjusting the picture on a scene-by-scene (and even frame-by-frame) basis, it lets you see more detail with better color accuracy. It is constantly making adjustments so that each image on the screen is optimized.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "58d6a88f13e2db7f5059c41047876f00",
  "trash_score": "1000",
  "name": "DV",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "DV",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\b(dv|dovi|dolby[ .]vision)\\b"
      }
    },
    {
      "name": "Not DV HDR10",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(DV[ .]HDR10)\\b"
      }
    },
    {
      "name": "Not DV HLG",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(DV[ ]HLG)\\b"
      }
    },
    {
      "name": "Not DV SDR",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(DV[ ]SDR)\\b"
      }
    }
  ]
}

TOP


DV HLG

Dolby Vision = DoVi = DV

DV HLG - [CLICK TO EXPAND]

Dolby Vision is a content mastering and delivery format similar to the HDR10 media profile.

Dolby Vision is a proprietary, dynamic HDR format developed by Dolby Labs. By adjusting the picture on a scene-by-scene (and even frame-by-frame) basis, it lets you see more detail with better color accuracy. It is constantly making adjustments so that each image on the screen is optimized.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "55d53828b9d81cbe20b02efd00aa0efd",
  "trash_score": "1000",
  "name": "DV HLG",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "DV HLG",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\b(DV[ ]HLG)\\b"
      }
    },
    {
      "name": "not DV HDR10",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(DV[ .]HDR10)\\b"
      }
    },
    {
      "name": "Not DV SDR",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(DV[ ]SDR)\\b"
      }
    }
  ]
}

TOP


DV SDR

Dolby Vision = DoVi = DV

DV SDR - [CLICK TO EXPAND]

Dolby Vision is a content mastering and delivery format similar to the HDR10 media profile.

Dolby Vision is a proprietary, dynamic HDR format developed by Dolby Labs. By adjusting the picture on a scene-by-scene (and even frame-by-frame) basis, it lets you see more detail with better color accuracy. It is constantly making adjustments so that each image on the screen is optimized.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "a3e19f8f627608af0211acd02bf89735",
  "trash_score": "1000",
  "name": "DV SDR",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "DV SDR",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\b(DV[ ]SDR)\\b"
      }
    },
    {
      "name": "Not DV HDR10",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(DV[ .]HDR10)\\b"
      }
    },
    {
      "name": "Not DV HLG",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(DV[ ]HLG)\\b"
      }
    }
  ]
}

TOP


HDR10Plus

HDR10Plus = HDR10+

HDR10+ - [CLICK TO EXPAND]

HDR10+ enhances upon a pre-existing HDR10 base layer allowing backwards compatibility with HDR10 devices. It adds dynamic metadata for the devices that support it.

From Wikipedia, the free encyclopedia

HDR10+, also known as HDR10 Plus, is an HDR video format, announced on 20 April 2017. It is the same as HDR10 but with the addition of a system of dynamic metadata developed by Samsung. It is free to use for content creators and has a maximum $10,000 annual license for some manufacturers. It has been positioned as an alternative to Dolby Vision without the same expenses.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "b974a6cd08c1066250f1f177d7aa1225",
  "trash_score": "900",
  "name": "HDR10+",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "HDR10+",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\bHDR10Plus|HDR10(\\b\\+)"
      }
    },
    {
      "name": "Not DV HDR10",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(DV[ .]HDR10)\\b"
      }
    },
    {
      "name": "Not HDR10",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\bHDR10(\\b[^+|Plus])"
      }
    },
    {
      "name": "Not PQ",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(PQ)\\b"
      }
    },
    {
      "name": "Not HLG",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(HLG)\\b"
      }
    },
    {
      "name": "Not SDR",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\bSDR(\\b|\\d)"
      }
    }
  ]
}

TOP


HDR10

HDR10

HDR10 - [CLICK TO EXPAND]

HDR10 is the most basic HDR format used in consumer media and is supported by all HDR-supported devices. It adds static metadata upon the PQ10 format.

From Wikipedia, the free encyclopedia

HDR10 Media Profile, more commonly known as HDR10, is an open HDR standard announced on 27 August 2015 by the Consumer Technology Association. It is the most widespread of the HDR formats. It is not backward compatible with SDR displays. It is technically limited to a maximum of 10,000 nits peak brightness; however, HDR10 content is commonly mastered with a peak brightness between 1000 and 4000 nits.

HDR10 lacks dynamic metadata. On HDR10 displays that have lower color volume than the HDR10 content (e.g. lower peak brightness capability), the HDR10 metadata provides information to help the display adjust to the video. The metadata, however, is static and constant with respect to each individual video and doesn't inform the display exactly how the content should be adjusted. The interaction between display capabilities, video metadata, and the ultimate output (i.e. the presentation of the video) is mediated by the display, with the result that the original producer's intent may not be preserved.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "dfb86d5941bc9075d6af23b09c2aeecd",
  "trash_score": "875",
  "name": "HDR10",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "HDR10",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\bHDR10(\\b[^+|Plus])"
      }
    },
    {
      "name": "Not DV HDR10",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(DV[ .]HDR10)\\b"
      }
    },
    {
      "name": "Not HDR10+",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\bHDR10Plus|HDR10(\\b\\+)"
      }
    },
    {
      "name": "Not PQ",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(PQ)\\b"
      }
    },
    {
      "name": "Not HLG",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(HLG)\\b"
      }
    },
    {
      "name": "Not SDR",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\bSDR(\\b|\\d)"
      }
    }
  ]
}

TOP


HDR

HDR

HDR - [CLICK TO EXPAND]

From Wikipedia, the free encyclopedia

High-dynamic-range video (HDR video) is video having a dynamic range greater than that of standard-dynamic-range video (SDR video).HDR video involves capture, production, content/encoding, and display. HDR capture and displays are capable of brighter whites and deeper blacks. To accommodate this, HDR encoding standards allow for a higher maximum luminance and use at least a 10-bit dynamic range (color depth, compared to 8-bit for non-professional and 10-bit for professional SDR video) in order to maintain precision across this extended range.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "e61e28db95d22bedcadf030b8f156d96",
  "trash_score": "850",
  "name": "HDR",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "HDR",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\bHDR(\\b|\\d)"
      }
    },
    {
      "name": "Not DV",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(dv|dovi|dolby[ .]vision)\\b"
      }
    },
    {
      "name": "Not HDR10+",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\bHDR10Plus|HDR10(\\b\\+)"
      }
    },
    {
      "name": "Not HDR10",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\bHDR10(\\b[^+|Plus])"
      }
    },
    {
      "name": "Not PQ",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(PQ)\\b"
      }
    },
    {
      "name": "Not HLG",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(HLG)\\b"
      }
    },
    {
      "name": "Not SDR",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\bSDR(\\b|\\d)"
      }
    },
    {
      "name": "Not Groups",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(FraMeSToR|HQMUX)\\b"
      }
    }
  ]
}

TOP


HDR (undefined)

HDR (undefined) - [CLICK TO EXPAND]

Some groups don't add HDR to their 4K release name so I suggest to add this Custom Format at the same score as you add one of your HDR Custom Formats.

For now it's only FraMeSToR/HQMUX that doesn't add HDR to their release name but in the feature we can add more to it if needed.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "2a4d9069cc1fe3242ff9bdaebed239bb",
  "trash_score": "850",
  "name": "HDR (undefined)",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Groups",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\b(FraMeSToR|HQMUX)\\b"
      }
    },
    {
      "name": "2160p",
      "implementation": "ResolutionSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": 2160
      }
    },
    {
      "name": "Not DV",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(dv|dovi|dolby[ .]vision)\\b"
      }
    },
    {
      "name": "Not HDR10+",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\bHDR10Plus|HDR10(\\b\\+)"
      }
    },
    {
      "name": "Not HDR10",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\bHDR10(\\b[^+|Plus])"
      }
    },
    {
      "name": "Not PQ",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(PQ)\\b"
      }
    },
    {
      "name": "Not HLG",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(HLG)\\b"
      }
    },
    {
      "name": "Not SDR",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\bSDR(\\b|\\d)"
      }
    }
  ]
}

TOP


PQ

PQ = PQ10

PQ - [CLICK TO EXPAND]

PQ10 is the most basic HDR format which all other common formats are based upon. It is the barebones SMPTE 2084 specification and has no metadata.

From Wikipedia, the free encyclopedia

PQ10, sometimes simply referred as the PQ format, is an HDR format that can be used for both video and still images. It is the same as the HDR10 format without any metadata. It uses the PQ transfer function, Rec. 2020 color primaries and a bit depth of 10-bits. It is not backward compatible with SDR.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "08d6d8834ad9ec87b1dc7ec8148e7a1f",
  "trash_score": "850",
  "name": "PQ",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "PQ",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\b(PQ)\\b"
      }
    },
    {
      "name": "Not DV",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(dv|dovi|dolby[ .]vision)\\b"
      }
    },
    {
      "name": "Not HDR10+",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\bHDR10Plus|HDR10(\\b\\+)"
      }
    },
    {
      "name": "Not HDR10",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\bHDR10(\\b[^+|Plus])"
      }
    },
    {
      "name": "Not HLG",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(HLG)\\b"
      }
    },
    {
      "name": "Not SDR",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\bSDR(\\b|\\d)"
      }
    }
  ]
}

TOP


HLG

HLG = HLG10

HLG - [CLICK TO EXPAND]

HLG does not use dynamic metadata and is backwards compatible with SDR devices. It is mostly used in broadcasting.

From Wikipedia, the free encyclopedia

HLG10, commonly simply referred as the HLG format, is an HDR format that can be used for both video and still images. It uses the HLG transfer function, Rec. 2020 color primaries, and a bit depth of 10 bits. The format is backwards compatible with SDR UHDTV but not with older SDR displays that do not implement the Rec. 2020 color standards. It doesn't use metadata and is royalty free.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "9364dd386c9b4a1100dde8264690add7",
  "trash_score": "850",
  "name": "HLG",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "HLG",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\b(HLG)\\b"
      }
    },
    {
      "name": "Not DV",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(dv|dovi|dolby[ .]vision)\\b"
      }
    },
    {
      "name": "Not HDR10+",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\bHDR10Plus|HDR10(\\b\\+)"
      }
    },
    {
      "name": "Not HDR10",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\bHDR10(\\b[^+|Plus])"
      }
    },
    {
      "name": "Not PQ",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(PQ)\\b"
      }
    }
  ]
}

TOP


Movie Versions


Hybrid

Hybrid - [CLICK TO EXPAND]

A hybrid release means any combination of sources (video + audio) and not a direct encode of a single source. Generally you can be sure that any hybrid that has been put together is the best quality release of a particular title.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "0f12c086e289cf966fa5948eac571f44",
  "trash_score": "200",
  "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"
          }
      }
  ]
}

TOP


Remaster

Remaster - [CLICK TO EXPAND]

From Wikipedia, the free encyclopedia

For the software term, see Software remastering. Remaster (also digital remastering and digitally remastered) refers to changing the quality of the sound or of the image, or both, of previously created recordings, either audiophonic, cinematic, or videographic.

JSON - [CLICK TO EXPAND]
 {
  "trash_id": "570bc9ebecd92723d2d21500f4be314c",
  "trash_score": "190",
  "name": "Remaster",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
          "name": "Remaster",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": true,
          "fields": {
              "value": "Remaster"
          }
      },
      {
          "name": "Not 4K Remaster",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "4K"
          }
      }
  ]
}

TOP


4K Remaster

4K Remaster - [CLICK TO EXPAND]

A remastered or mastered in 4K should give you usually the best picture and audio currently for the movie. Both are just names to describe the best possible currently for the movie.

To be clear, the final digital films on the Mastered in 4K Blu-rays still only have the same 1920 x 1080 pixels of actual resolution as normal Blu-rays. But the argument goes that because these full HD files were derived from higher-resolution masters, their images will be more precise, with better colours, less noise, and enhanced sharpness and detail. Not least because the higher-resolution mastering process will provide more detail from the original print for the Blu-ray masters to draw on when going through their (hopefully…) frame-by-frame compression process.

Another important element of the Mastered in 4K discs is that they’re all mastered with ‘x.v.YCC’ colour specification. This delivers an expanded colour range closer to that contained in original source material.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "eca37840c13c6ef2dd0262b141a5482f",
  "trash_score": "190",
  "name": "4K Remaster",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "Remaster",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "Remaster"
      }
    },
    {
      "name": "4K",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "4k"
      }
    },
    {
      "name": "Not 4K Resolution",
      "implementation": "ResolutionSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": 2160
      }
    }
  ]
}

TOP


Criterion Collection

Criterion Collection - [CLICK TO EXPAND]

The Criterion Collection, Inc. (or simply Criterion) is an American home video distribution company which focuses on licensing "important classic and contemporary films" and selling them to film aficionados.Criterion has helped to standardize characteristics of home video such as film restoration, using the letterbox format for widescreen films, and adding bonus features and commentary tracks.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "e0c07d59beb37348e975a930d5e50319",
  "trash_score": "170",
  "name": "Criterion Collection",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [{
          "name": "Criterion",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": false,
          "fields": {
              "value": "criterion"
          }
      },
      {
          "name": "CC",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": false,
          "fields": {
              "value": "\\bCC\\b"
          }
      }
  ]
}

TOP


Theatrical Cut

Theatrical Cut - [CLICK TO EXPAND]

The Theatrical Cut is the version of the film that was shown at cinemas.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "e9001909a4c88013a359d0b9920d7bea",
  "name": "Theatrical Cut",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
      "name": "Theatrical",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
          "value": "Theatrical"
      }
  }]
}

TOP


Special Edition

Special Edition - [CLICK TO EXPAND]

Custom format for several Special Editions

  • The Director's Cut is the version edited by the Director, usually for additional home media releases.
  • An Extended Cut is usually any version of the film which is longer than the theatrical cut (though in very rare cases, its shorter).
JSON - [CLICK TO EXPAND]
{
  "trash_id": "957d0f44b592285f26449575e8b1167e",
  "trash_score": "180",
  "name": "Special Edition",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
          "name": "Special Edition",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": true,
          "fields": {
              "value": "(?<!^)\\b(extended|uncut|director|special|unrated|uncensored|cut|version|edition)(\\b|\\d)"
          }
      },
      {
          "name": "Not Theatrical ",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "Theatrical"
          }
      }
  ]
}

TOP


IMAX

IMAX - [CLICK TO EXPAND]

Description placeholder

JSON - [CLICK TO EXPAND]
{
  "trash_id": "eecf3a857724171f968a66cb5719e152",
  "trash_score": "190",
  "name": "IMAX",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "IMAX",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\bIMAX\\b"
      }
    }
  ]
}

TOP


Misc (-10000)


BR-DISK

BR-DISK - [CLICK TO EXPAND]

This is a custom format to help Radarr recognize & ignore BR-DISK (ISO's and Blu-ray folder structure) in addition to the standard BR-DISK quality.

You will need to add the following to your new Custom Format when created in your Quality Profile (Setting => Profiles) and then set the score to -1000 or even -10000

Note

Depending on your renaming scheme it could happen that Radarr will match renamed files after they are downloaded and imported as BR-DISK, This is a cosmetic annoyance till I come up for another way to solve this, being that this Custom Format is used to not download BR-DISK it does its purpose as intended. Several reasons why this is happening:

  • Blame the often wrongly used naming of x265 encodes.
  • Radarr v3/v4 uses dynamic custom formats.
JSON - [CLICK TO EXPAND]
{
  "trash_id": "ed38b889b31be83fda192888e2286d83",
  "trash_score": "-10000",
  "name": "BR-DISK",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "DOES NOT INCLUDE ANY OF THESE WORDS",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "^(?!.*((?<!HD[._ -]|HD)DVD|BDRip|720p|MKV|XviD|WMV|d3g|REMUX|[xh][-_. ]?26[45]|German[-_. ]?DL)).*"
      }
    },
    {
      "name": "BUNCH OF COMBINATIONS",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "^(((?=.*(Blu[-_. ]?ray|HD[-_. ]?DVD)\\b)(?=.*\\b(AVC|HEVC|VC[-_. ]?1|MVC|MPEG[-_. ]?2|BDMV)\\b))|^((?=.*\\b(^((?=.*(COMPLETE|\\bDis[ck]\\b))(?=.*(Blu[-_. ]?ray|HD[-_. ]?DVD)))|3D[-_. ]?BD|BR[-_. ]?DISK|Full[-_. ]?Blu[-_. ]?ray|^((?=.*((BD|UHD)[-_. ]?(25|50|66)))(?=.*ISO)?))))).*"
      }
    }
  ]
}

TOP


EVO (no WEBDL)

EVO (no WEBDL) - [CLICK TO EXPAND]

This group is often banned for the low quality Blu-ray releases, but their WEB-DL are okay.

You will need to add the following to your new Custom Format when created in your Quality Profile (Setting => Profiles) and then set the score to -1000 or even -10000

JSON - [CLICK TO EXPAND]
{
  "trash_id": "90cedc1fea7ea5d11298bebd3d1d3223",
  "trash_score": "-10000",
  "name": "EVO (no WEBDL)",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "EVO",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\bEVO(TGX)?\\b"
      }
    },
    {
      "name": "WEBDL",
      "implementation": "SourceSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": 7
      }
    },
    {
      "name": "WEBRIP",
      "implementation": "SourceSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": 8
      }
    }
  ]
}

TOP


LQ

Low Quality Releases = LQ

LQ - [CLICK TO EXPAND]

A collection of known Low Quality groups that are often banned from the the top trackers because the lack of quality.

Note

You might want to add the following also EVO (no WEBDL)

  • BLOCK1 = Low-Quality Releases (often banned groups)
  • BLOCK2 = Another Small list of often banned groups.
  • BLOCK3 = Banned release groups.
  • BLOCK4 = Low-quality and/or dishonest release groups.
  • BLOCK5 = Banned Release Groups.
  • BLOCK6 = Rips from Scene and quick-to-release P2P groups while adequate, are not considered high quality.
  • RiffTrax = RiffTrax is an American company that produces scripted humorous audio commentary tracks intended to be played in unison with particular television programs and films, In short just annoying !!!
JSON - [CLICK TO EXPAND]
{
  "trash_id": "90a6f9a284dff5103f6346090e6280c8",
  "trash_score": "-10000",
  "name": "LQ",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "[BLOCK1]",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(aXXo|CrEwSaDe|DNL|FaNGDiNG0|FRDS|HDTime|iPlanet|-KiNGDOM|Leffe|mHD|mSD|nHD|nikt0|nSD|NhaNc3|PRODJi|RDN|SANTi|STUTTERSHIT|WAF|x0r|YIFY|YTS)\\b"
      }
    },
    {
      "name": "[BLOCK2]",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(aXXo|CrEwSaDe|DNL|FaNGDiNG0|FRDS|HDTime|iPlanet|-KiNGDOM|Leffe|mHD|mSD|nHD|nikt0|nSD|NhaNc3|PRODJi|RDN|SANTi|STUTTERSHIT|WAF|x0r|YIFY|YTS)\\b"
      }
    },
    {
      "name": "[BLOCK3]",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(x0r|nikt0|FGT|d3g|MeGusta|YIFY|YTS|tigole|C4K|RARBG|4K4U)\\b"
      }
    },
    {
      "name": "[BLOCK4]",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(-AROMA|aXXo|CrEwSaDe|d3g|DNL|FGT|FaNGDiNG0|FRDS|HDTime|iPlanet|-KiNGDOM|Leffe|MeGusta|mHD|mSD|nHD|nikt0|nSD|NhaNc3|PRODJi|RDN|SANTi|STUTTERSHIT|WAF|x0r|YIFY|YTS)\\b"
      }
    },
    {
      "name": "[BLOCK5]",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(RARBG|FGT|STUTTERSHIT|LiGaS|-DDR|-Zeus|Tigole|TBS)\\b"
      }
    },
    {
      "name": "[BLOCK6]",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(-beAst|CHD|HDWinG|MTeam|MySiLU|-WiKi)\\b"
      }
    },
    {
      "name": "RiffTrax",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Rifftrax|RU4HD)\\b"
      }
    }
  ]
}

TOP


x265 (720/1080p)

720/1080p no x265 = x265 (720/1080p)

720/1080p no x265 - [CLICK TO EXPAND]

This blocks/ignores 720/1080p releases that are encoded in x265

You will need to add the following to your new Custom Format when created in your Quality Profile (Setting => Profiles) and then set the score to -1000 or even -10000

Quote

x265 is good for 4k stuff or 1080p if they used the the remuxes as source. If the media isn't source quality/remux, then there will be a loss of quality every time. Also, once you go x265, typically that file is done. It can't be changed to something else without a huge loss of quality.

Something like 95% of video files are x264 and have much better direct play support. If you have more than a couple users, you will notice much more transcoding. Just depends on your priorities.

So basically if you are storage poor and just need to save space, use x265. The catch is if you want best quality x265, you need source quality files, so you still have huge file sizes. If you want maximum compatibility and the option to change your files to something else later, then x264. It's all really dependent on specific situations for different people

Microsized & Wrong Source

It's a shame that most x265 groups microsize the releases or use the x264 as source what results in low quality releases. And the few groups that do use the correct source suffer from it.

Golden Rule

That's why I created my own golden rule.

  • 720/1080p => x264
  • 2160p/4k => x265
JSON - [CLICK TO EXPAND]
{
  "trash_id": "dc98083864ea246d05a42df0d05f81cc",
  "trash_score": "-10000",
  "name": "x265 (720/1080p)",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "720p",
      "implementation": "ResolutionSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 720
      }
    },
    {
      "name": "1080p",
      "implementation": "ResolutionSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 1080
      }
    },
    {
      "name": "x265/HEVC",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "[xh][ .]?265|\\bHEVC(\\b|\\d)"
      }
    },
    {
      "name": "Quality Group Exceptions",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "-MZABI|-NCmt\\b"
      }
    }
  ]
}

TOP


3D

3D - [CLICK TO EXPAND]

If you prefer or not prefer 3D.

You can use Custom Format or use Restrictions (Settings => Indexers => Restrictions) what ever you prefer.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "b8cd450cbfa689c0259a01d9e29ba3d6",
  "trash_score": "-10000",
  "name": "3D",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
      "name": "3D",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
          "value": "\\b3d|sbs|half[ .-]ou|half[ .-]sbs\\b"
      }
  }]
}

TOP


No-RlsGroup

No-RlsGroup - [CLICK TO EXPAND]

Some indexers strip out the release group what could result in LQ groups getting a higher score. For example a lot of EVO releases end up stripping the group name, so they appear as "upgrades", and they end up getting a decent score if other things match

Warning

If you don't use a decent filenames like not adding release groups don't add this Custom Format, except if you want to upgrade them.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "ae9b7c9ebde1f3bd336a8cbd1ec4c5e5",
  "trash_score": "-10000",
  "name": "No-RlsGroup",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "No -RlsGroup",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "-[ ]?(?!(HD|MA|ES|X)\\b)\\w+?(\\.\\w{3})?$"
      }
    },
    {
      "name": "No Weird Groups",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(Tigole|Joy|YIFY|YTS.MX|FreetheFish|afm72|Anna|Bandi|Ghost|Kappa|MONOLITH|Qman|RZeroX|SAMPA|Silence|theincognito|t3nzin|Vyndros|KRaLiMaRKo|E\\.N\\.D|PrimeHD|BluDragon|SumVision|FTW-HD)\\b"
      }
    }
  ]
}

TOP


Obfuscated

Obfuscated - [CLICK TO EXPAND]

Optional (use these only if you dislike renamed and retagged releases)

JSON - [CLICK TO EXPAND]
{
  "trash_id": "7357cf5161efbf8c4d5d0c30b4815ee2",
  "trash_score": "-10000",
  "name": "Obfuscated",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Obfuscated",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "(-4P|-4Planet|-AsRequested|-BUYMORE|-Chamele0n|-GEROV|-iNC0GNiTO|-NZBGeek|-Obfuscated|-postbot|-Rakuv|-Scrambled|-WhiteRev|-xpost|-WRTEAM|-CAPTCHA)\\b"
      }
    },
    {
      "name": "Retagged",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "(\\[rartv\\]|\\[eztv\\]|\\[TGx\\])"
      }
    }
  ]
}

TOP


DV (WEBDL)

Dolby Vision = DoVi = DV

DV (WEBDL) - [CLICK TO EXPAND]

This is a special Custom Format that Block WEBDL with Dolby Vision but without HDR10 fallback.

This Custom Format works together with the normal DV Custom Format that you can use to prefer Dolby Vision.

Most WEBDL from Streaming Services don't have the fallback to HDR10, What can results in playback issues like weird colors if you want to play it on a not Dolby Vision compatible setup.

Remuxes and Bluray have a fallback to HDR10.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "923b6abef9b17f937fab56cfcf89e1f1",
  "trash_score": "-10000",
  "name": "DV (WEBDL)",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Dolby Vision",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\b(dv|dovi|dolby[ .]vision)\\b"
      }
    },
    {
      "name": "WEBDL",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 7
      }
    },
    {
      "name": "WEBRIP",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 8
      }
    },
    {
      "name": "Group Exceptions",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(SIC|HULU)\\b"
      }
    },
    {
      "name": "DV HDR10",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(DV[ .]HDR10)\\b"
      }
    }
  ]
}

TOP


Misc


HQ

HQ-Releases = HQ

HQ - [CLICK TO EXPAND]

A collection of P2P groups that are known for their high quality releases.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "1c7d7b04b15cc53ea61204bebbcc1ee2",
  "trash_score": "1700",
  "name": "HQ",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "[BLOCK1]",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "-BMF|-decibeL|\\bD-Z0N3\\b|\\bFTW-HD\\b|-HiFi|-NCmt|-OISTiLe|-TDD|\\bZQ\\b"
      }
    },
    {
      "name": "[BLOCK2]",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "-HiSD|-NTb|-ift|-geek|-tnp|-pter|-bbq"
      }
    },
    {
      "name": "[BLOCK3]",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "-CRiSC|-CtrlHD|-DON|\\b-EA\\b|-EbP|-LolHD|-SbR|-TayTo|-VietHD"
      }
    },
    {
      "name": "Not WEBDL",
      "implementation": "SourceSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": 7
      }
    },
    {
      "name": "Not WEBRIP",
      "implementation": "SourceSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": 8
      }
    },
    {
      "name": "Not REMUX",
      "implementation": "QualityModifierSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": 5
      }
    },
    {
      "name": "Not 2160p",
      "implementation": "ResolutionSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": 2160
      }
    }
  ]
}

TOP


Repack Proper

JSON - [CLICK TO EXPAND]
{
  "trash_id": "e7718d7a3ce595f289bfee26adc178f5",
  "trash_score": "1",
  "name": "Repack/Proper",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
          "name": "Repack",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": false,
          "fields": {
              "value": "Repack"
          }
      },
      {
          "name": "Proper",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": false,
          "fields": {
              "value": "Proper"
          }
      },
      {
          "name": "Rerip",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": false,
          "fields": {
              "value": "Rerip"
          }
      }
  ]
}

TOP


x264

x264 - [CLICK TO EXPAND]

x264 is a free software library and application for encoding video streams into the H.264/MPEG-4 AVC compression format, and is released under the terms of the GNU GPL.

If you want maximum compatibility and have much better direct play support then use x264 for 720p/1080p

JSON - [CLICK TO EXPAND]
{
  "trash_id": "2899d84dc9372de3408e6d8cc18e9666",
  "name": "x264",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
          "name": "x264",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": true,
          "fields": {
              "value": "[xh][ .]?264|\\bAVC(\\b|\\d)"
          }
      },
      {
          "name": "Remux",
          "implementation": "QualityModifierSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": 5
          }
      }
  ]
}

TOP


x265

x265 - [CLICK TO EXPAND]

x265 is a free software library and application for encoding video streams into the H.265/MPEG-H HEVC compression format, and is released under the terms of the GNU GPL.

Please don't forget to read the following Microsized & Wrong Source

JSON - [CLICK TO EXPAND]
{
  "trash_id": "9170d55c319f4fe40da8711ba9d8050d",
  "name": "x265",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
          "name": "x265",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": true,
          "fields": {
              "value": "[xh][ .]?265|\\bHEVC(\\b|\\d)"
          }
      },
      {
          "name": "Remux",
          "implementation": "QualityModifierSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": 5
          }
      }
  ]
}

TOP


FreeLeech

FreeLeech - [CLICK TO EXPAND]

Sometimes, torrent sites set a torrent to be freeleech. This means, that the download of this torrent will not count towards your download quota or ratio. This is really useful, if you do not have the best ratio yet.

Attention

Keep in mind not all trackers support this option.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "0d91270a7255a1e388fa85e959f359d8",
  "trash_score": "5",
  "name": "FreeLeech",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
      "name": "FreeLeech",
      "implementation": "IndexerFlagSpecification",
      "negate": false,
      "required": false,
      "fields": {
          "value": 1
      }
  }]
}

TOP


Dutch Groups

Dutch Groups - [CLICK TO EXPAND]

If you prefer movies with also a Dutch audio track.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "9de657fd3d327ecf144ec73dfe3a3e9a",
  "name": "Dutch Groups",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
      "name": "Dutch Groups",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
          "value": "-CyTSuNee|-SHiTSoNy|-QoQ"
      }
  }]
}

TOP


Anime Dual Audio

Anime Dual Audio - [CLICK TO EXPAND]

Description placeholder

JSON - [CLICK TO EXPAND]
{
  "trash_id": "4a3b087eea2ce012fcc1ce319259a3be",
  "name": "Anime Dual Audio",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Dual Audio",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "dual.?audio"
      }
    },
    {
      "name": "BluDragon",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "bludragon"
      }
    },
    {
      "name": "EN+JA",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "EN\\+JA|JA\\+EN"
      }
    },
    {
      "name": "ZR",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\bZR\\b"
      }
    },
    {
      "name": "Japanese Language",
      "implementation": "LanguageSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": 8
      }
    }
  ]
}

TOP


MPEG2

JSON - [CLICK TO EXPAND]
{
  "trash_id": "ff86c4326018682f817830ced463332b",
  "name": "MPEG2",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
      "name": "MPEG2",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
          "value": "MPEG[-.]?2"
      }
  }]
}

TOP


Multi

JSON - [CLICK TO EXPAND]
{
  "trash_id": "4b900e171accbfb172729b63323ea8ca",
  "name": "Multi",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
      "name": "Multi",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
          "value": "\\bMulti(\\b|\\d)"
      }
  }]
}

TOP


HQ-WEBDL

HQ-WEBDL - [CLICK TO EXPAND]

A personal collection of P2P WEB-DL groups that are known for their high quality releases.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "26fa26253af4001701fedb56cec376dc",
  "trash_score": "1700",
  "name": "HQ-WEBDL",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "P2P Groups",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\b(-TOMMY|-BLUTONiUM|-NTG|-TEPES|-KiNGS|-NTb|-CMRG|AJP69|-PHOENiX|-monkee|-MZABI|ROCCaT|FLUX|NOSiViD)\\b"
      }
    },
    {
      "name": "WEBDL",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 7
      }
    },
    {
      "name": "WEBRIP",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 8
      }
    }
  ]
}

TOP


HQ-Remux

HQ-Remux - [CLICK TO EXPAND]

A personal collection of P2P Remux groups that are known for their high quality releases.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "403f3f6266b90439cacc1e07cae4dc2d",
  "trash_score": "1700",
  "name": "HQ-Remux",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Remux Groups",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\b(FraMeSToR|EPSiLON|KRaLiMaRKo|PmP|BLURANiUM|SiCFoI|SURFINBIRD|HiFi|iFT)\\b"
      }
    },
    {
      "name": "REMUX",
      "implementation": "QualityModifierSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": 5
      }
    }
  ]
}

TOP


Last update: January 8, 2022 17:14:42
Back to top