Skip to content

Collection of Custom Formats

Here I will try to list 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 it at Team Radarr, we now have the option to import/export the Custom Formats in a JSON format. This makes it easier to share the 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 Format preferences will be used instead.


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 Formats
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 Unwanted HQ Release Groups Streaming Services
Hybrid BR-DISK Remux Tier 01 Amazon
Remaster LQ Remux Tier 02 Apple TV+
4K Remaster 3D UHD Bluray Tier 01 Disney+
Special Editions x265 (HD) UHD Bluray Tier 02 HBO Max
Criterion Collection UHD Bluray Tier 03 Hulu
Theatrical Cut HD Bluray Tier 01 Netflix
IMAX HD Bluray Tier 02 Peacock TV
IMAX Enhanced WEB Tier 01 Paramount+
WEB Tier 02 Movies Anywhere
WEB Tier 03

Misc Optional French Audio Version French Source Groups
Repack/Proper Bad Dual Groups Multi-French FR HQ-Remux
Repack2 DV (WEBDL) Multi-Audio FR HQ
Multi EVO (no WEBDL) French Audio FR HQ-WEBDL
x264 No-RlsGroup VFF FR Scene Groups
x265 Obfuscated VOF FR LQ
MPEG2 Retags VFI
Dutch Groups Scene VQ
FreeLeech x265 (no HDR/DV) VFQ
VOSTFR
VFB

Anime Anime Anime Anime Optional
Anime BD Tier 01 (Top SeaDex Muxers) Anime Web Tier 01 (Muxers) v0 Uncensored
Anime BD Tier 02 (SeaDex Muxers) Anime Web Tier 02 (Top FanSubs) v1 10bit
Anime BD Tier 03 (SeaDex Muxers) Anime Web Tier 03 (Official Subs) v2 Anime Dual Audio
Anime BD Tier 04 (SeaDex Muxers) Anime Web Tier 04 (Official Subs) v3 Dubs Only
Anime BD Tier 05 (Remuxes) Anime Web Tier 05 (FanSubs) v4
Anime BD Tier 06 (FanSubs) Anime Web Tier 06 (FanSubs) VRV
Anime BD Tier 07 (P2P/Scene) Anime Raws
Anime BD Tier 08 (Mini Encodes) Anime LQ Groups

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": "5000",
  "name": "TrueHD ATMOS",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "TrueHD",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "True[ .-]?HD|W4NK3R|HQMUX"
      }
    },
    {
      "name": "ATMOS",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\b(ATMOS|CtrlHD|W4NK3R|DON)(\\b|\\d)"
      }
    },
    {
      "name": "Not Basic Dolby Digital",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\bDD[^a-z+]|(?<!e)ac3"
      }
    },
    {
      "name": "Not Dolby Digital Plus ",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
      }
    },
    {
      "name": "Not DTS",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\bDTS(\\b|\\d)"
      }
    },
    {
      "name": "Not DTS X",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(dts[-_. ]?x)\\b(?!\\d)"
      }
    },
    {
      "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": "4500",
  "name": "DTS X",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
          "name": "DTS X",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": true,
          "fields": {
              "value": "\\b(dts[-_. ]?x)\\b(?!\\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[^a-z+]|(?<!e)ac3"
          }
      },
      {
          "name": "Not Dolby Digital Plus",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
          }
      },
      {
          "name": "Not TrueHD/ATMOS",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "True[ .-]?HD|\\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": "3000",
  "name": "ATMOS (undefined)",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Dolby Digital Plus",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
      }
    },
    {
      "name": "ATMOS",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\bATMOS(\\b|\\d)"
      }
    },
    {
      "name": "Not TrueHD",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "True[ .-]?HD"
      }
    },
    {
      "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": "\\bDD[^a-z+]|(?<!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)"
      }
    },
    {
      "name": "Not Groups (Atmos Only)",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "W4NK3R|HQMUX"
      }
    }
  ]
}

TOP


DDPlus 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": "3000",
  "name": "DD+ ATMOS",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Dolby Digital Plus",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
      }
    },
    {
      "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": "True[ .-]?HD"
      }
    },
    {
      "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": "\\bDD[^a-z+]|(?<!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": "2750",
  "name": "TrueHD",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "TrueHD",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "True[ .-]?HD"
      }
    },
    {
      "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": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
      }
    },
    {
      "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": "\\bDD[^a-z+]|(?<!e)ac3"
      }
    },
    {
      "name": "Not Groups (TrueHD only)",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "CtrlHD|W4NK3R|\\bDON\\b"
      }
    }
  ]
}

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": "2500",
  "name": "DTS-HD MA",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "DTS-HD MA",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\b(dts[-_. ]?(ma|hd([-_. ]?ma)?|xll))\\b"
      }
    },
    {
      "name": "Not TrueHD/ATMOS",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "True[ .-]?HD|\\bATMOS(\\b|\\d)"
      }
    },
    {
      "name": "Not Dolby Digital Plus",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
      }
    },
    {
      "name": "Not Basic Dolby Digital ",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\bDD[^a-z+]|(?<!e)ac3"
      }
    },
    {
      "name": "Not DTS X",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(dts[-_. ]?x)\\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)"
      }
    },
    {
      "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": "2250",
  "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": "True[ .-]?HD|\\bATMOS(\\b|\\d)"
          }
      },
      {
          "name": "Not Basic Dolby Digital",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bDD[^a-z+]|(?<!e)ac3"
          }
      },
      {
          "name": "Not Dolby Digital Plus ",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
          }
      }
  ]
}

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": "2250",
  "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": "True[ .-]?HD|\\bATMOS(\\b|\\d)"
          }
      },
      {
          "name": "Not Basic Dolby Digital",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bDD[^a-z+]|(?<!e)ac3"
          }
      },
      {
          "name": "Not Dolby Digital Plus ",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
          }
      }
  ]
}

TOP


DTS-HD HRA

DTS-HD HRA - [CLICK TO EXPAND]

Description placeholder

JSON - [CLICK TO EXPAND]
{
  "trash_id": "8e109e50e0a0b83a5098b056e13bf6db",
  "trash_score": "2000",
  "trash_regex": "https://regex101.com/r/jdUH4x/2",
  "name": "DTS-HD HRA",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
          "name": "DTS-HD HRA",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": true,
          "fields": {
              "value": "dts[-. ]?(hd[. ]?)?(hra?|hi\\b)"
          }
      },
      {
          "name": "Not TrueHD/ATMOS",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "True[ .-]?HD|\\bATMOS(\\b|\\d)"
          }
      },
      {
          "name": "Not Dolby Digital Plus",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
          }
      },
      {
          "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[^a-z+]|(?<!e)ac3"
          }
      },
      {
          "name": "Not DTS X",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\b(dts[-_. ]?x)\\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)"
          }
      },
      {
          "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": "1750",
  "name": "DD+",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
          "name": "Dolby Digital Plus",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": true,
          "fields": {
              "value": "\\bDD[P+](?!A)|\\b(e[-_. ]?ac3)\\b"
          }
      },
      {
          "name": "Not TrueHD/ATMOS",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "True[ .-]?HD|\\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


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": "1500",
  "name": "DTS-ES",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
          "name": "DTS-ES",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": true,
          "fields": {
              "value": "dts[-. ]?es\\b"
          }
      },
      {
          "name": "Not TrueHD/ATMOS",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "True[ .-]?HD|\\bATMOS(\\b|\\d)"
          }
      },
      {
          "name": "Not Dolby Digital Plus",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
          }
      },
      {
          "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[^a-z+]|(?<!e)ac3"
          }
      },
      {
          "name": "Not DTS X",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\b(dts[-_. ]?x)\\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


DTS

DTS = Basic DTS

DTS - [CLICK TO EXPAND]

Description placeholder

JSON - [CLICK TO EXPAND]
{
  "trash_id": "1c1a4c5e823891c75bc50380a6866f73",
  "trash_score": "1250",
  "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": "\\b(dts[-_. ]?(ma|hd([-_. ]?ma)?|xll))\\b"
          }
      },
      {
          "name": "Not DTS-HD HRA/ES",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "dts[-. ]?(es|(hd[. ]?)?(hr|hi))"
          }
      },
      {
          "name": "Not Dolby Digital Plus",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
          }
      },
      {
          "name": "Not TrueHD/ATMOS",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "True[ .-]?HD|\\bATMOS(\\b|\\d)"
          }
      },
      {
          "name": "Not Basic Dolby Digital",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bDD[^a-z+]|(?<!e)ac3"
          }
      },
      {
          "name": "Not DTS X",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\b(dts[-_. ]?x)\\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


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": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
          }
      },
      {
          "name": "Not Basic Dolby Digital",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "\\bDD[^a-z+]|(?<!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": "True[ .-]?HD|\\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": "750",
  "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": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
          }
      },
      {
          "name": "Not TrueHD/ATMOS",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "True[ .-]?HD|\\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",
  "trash_score": "500",
  "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",
  "trash_score": "250",
  "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 Formats


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": "1500",
  "trash_regex": "https://regex101.com/r/pADWJD/5",
  "name": "DV HDR10",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "DV HDR10",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "^(?=.*\\b(HDR(10)?)\\b)(?=.*\\b(DV|DoVi)\\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": "1500",
  "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(HDR(10)?)\\b)(?=.*\\b(DV|DoVi)\\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": "1500",
  "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(HDR(10)?)\\b)(?=.*\\b(DV|DoVi)\\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": "1500",
  "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(HDR(10)?)\\b)(?=.*\\b(DV|DoVi)\\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": "600",
  "trash_regex": "https://regex101.com/r/hCAQEO/4",
  "name": "HDR10+",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "HDR10+",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\bHDR10(\\+|P(lus)?\\b)"
      }
    },
    {
      "name": "Not DV HDR10",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "^(?=.*\\b(HDR(10)?)\\b)(?=.*\\b(DV|DoVi)\\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 DV",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(dv|dovi|dolby[ .]?vision)\\b"
      }
    }
  ]
}

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": "500",
  "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(HDR(10)?)\\b)(?=.*\\b(DV|DoVi)\\b)"
      }
    },
    {
      "name": "Not HDR10+",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\bHDR10(\\+|P(lus)?\\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)"
      }
    },
    {
      "name": "Not DV",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(dv|dovi|dolby[ .]?vision)\\b"
      }
    }
  ]
}

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": "500",
  "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": "\\bHDR10(\\+|P(lus)?\\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 (Missing HDR)",
      "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": "500",
  "name": "HDR (undefined)",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Groups (Missing HDR)",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\b(FraMeSToR|HQMUX)\\b"
      }
    },
    {
      "name": "2160p",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\b(2160p)\\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": "\\bHDR10(\\+|P(lus)?\\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": "500",
  "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": "\\bHDR10(\\+|P(lus)?\\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": "500",
  "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": "\\bHDR10(\\+|P(lus)?\\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": "100",
  "name": "Hybrid",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [{
          "name": "Hybrid",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": true,
          "fields": {
              "value": "\\bhybrid(\\b|\\d)"
          }
      },
      {
          "name": "Not Hybrid Release Group",
          "implementation": "ReleaseTitleSpecification",
          "negate": true,
          "required": true,
          "fields": {
              "value": "-HYBRID"
          }
      }
  ]
}

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": "25",
  "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 colors, 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’ color specification. This delivers an expanded color range closer to that contained in original source material.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "eca37840c13c6ef2dd0262b141a5482f",
  "trash_score": "25",
  "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": "25",
  "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": "25",
  "trash_regex": "https://regex101.com/r/ZUo0H1/1",
  "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": "800",
  "name": "IMAX",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "IMAX",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\bIMAX\\b"
      }
    },
    {
      "name": "NOT: IMAX Enhanced",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "^(?=.*(DSNP|CORE(?=[ ._-]web[ ._-]?(dl|rip)\\b)|\\bBC(?=[ ._-]web[ ._-]?(dl|rip)\\b)|IMAX[- .]Enhanced)\\b)(?=.*\\b(IMAX|IMAX[- .]Enhanced)\\b).*"
      }
    }
  ]
}

TOP


IMAX Enhanced

IMAX Enhanced - [CLICK TO EXPAND]

IMAX Enhanced: Get More Picture Instead of Black Bars

IMAX Enhanced exclusive expanded aspect ratio is 1:90:1, which offers up to 26% more picture for select sequences, meaning more of the action is visible on screen.

Imax Enhanced Example

Imax Enhanced Example

Imax Enhanced Example

Imax Enhanced Example

Imax Enhanced Example

JSON - [CLICK TO EXPAND]
{
  "trash_id": "9f6cbff8cfe4ebbc1bde14c7b7bec0de",
  "trash_score": "800",
  "name": "IMAX Enhanced",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "IMAX Enhanced",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "^(?=.*(DSNP|Disney\\+|CORE(?=[ ._-]web[ ._-]?(dl|rip)\\b)|\\bBC(?=[ ._-]web[ ._-]?(dl|rip)\\b)|IMAX[- .]Enhanced)\\b)(?=.*\\b(IMAX|IMAX[- .]Enhanced)\\b).*"
      }
    }
  ]
}

TOP


Unwanted


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 until I come up with 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": "BR-DISK",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "^(?!.*\\b((?<!HD[._ -]|HD)DVD|BDRip|MKV|XviD|WMV|d3g|BDREMUX|REMUX|^(?=.*1080p)(?=.*HEVC)|[xh][-_. ]?26[45]|German.*DL|((?<=\\d{4}).*German.*(DL)?)(?=.*\\b(AVC|HEVC|VC[-_. ]?1|MVC|MPEG[-_. ]?2)\\b))\\b)(((?=.*(Blu[-_. ]?ray|BD|HD[-_. ]?DVD)\\b)(?=.*\\b(AVC|HEVC|VC[-_. ]?1|MVC|MPEG[-_. ]?2|BDMV|ISO)\\b))|^((?=.*\\b(^((?=.*\\b((.*_)?COMPLETE.*|Dis[ck])\\b)(?=.*(Blu[-_. ]?ray|HD[-_. ]?DVD)))|3D[-_. ]?BD|BR[-_. ]?DISK|Full[-_. ]?Blu[-_. ]?ray|^((?=.*((BD|UHD)[-_. ]?(25|50|66|100|ISO)))))))).*"
      }
    }
  ]
}

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 their lack of quality, Banned release groups, dishonest release groups or Rips from Scene and quick-to-release P2P groups while adequate, are not considered high quality.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "90a6f9a284dff5103f6346090e6280c8",
  "trash_score": "-10000",
  "name": "LQ",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "4K4U",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(4K4U)\\b"
      }
    },
    {
      "name": "AROMA",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(AROMA)\\b"
      }
    },
    {
      "name": "aXXo",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(aXXo)\\b"
      }
    },
    {
      "name": "BARC0DE",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(BARC0DE)\\b"
      }
    },
    {
      "name": "BdC",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(BdC)\\b"
      }
    },
    {
      "name": "beAst",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(beAst)\\b"
      }
    },
    {
      "name": "C4K",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(C4K)\\b"
      }
    },
    {
      "name": "CDDHD",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(CDDHD)\\b"
      }
    },
    {
      "name": "CHAOS",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(CHAOS)\\b"
      }
    },
    {
      "name": "CHD",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(CHD)\\b"
      }
    },
    {
      "name": "CrEwSaDe",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(CrEwSaDe)\\b"
      }
    },
    {
      "name": "d3g",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(d3g)\\b"
      }
    },
    {
      "name": "DDR",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(DDR)\\b"
      }
    },
    {
      "name": "DNL",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(DNL)\\b"
      }
    },
    {
      "name": "EPiC",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(EPiC)\\b"
      }
    },
    {
      "name": "EuReKA",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(EuReKA)\\b"
      }
    },
    {
      "name": "FaNGDiNG0",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(FaNGDiNG0)\\b"
      }
    },
    {
      "name": "FGT",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(FGT)\\b"
      }
    },
    {
      "name": "FRDS",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(FRDS)\\b"
      }
    },
    {
      "name": "FZHD",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(FZHD)\\b"
      }
    },
    {
      "name": "GalaxyRG",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(GalaxyRG)\\b"
      }
    },
    {
      "name": "HDS",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(HDS)\\b"
      }
    },
    {
      "name": "HDT",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(HDT)\\b"
      }
    },
    {
      "name": "HDTime",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(HDTime)\\b"
      }
    },
    {
      "name": "HDWinG",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(HDWinG)\\b"
      }
    },
    {
      "name": "iPlanet",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(iPlanet)\\b"
      }
    },
    {
      "name": "KiNGDOM",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(KiNGDOM)\\b"
      }
    },
    {
      "name": "KIRA",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(KIRA)\\b"
      }
    },
    {
      "name": "Leffe",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Leffe)\\b"
      }
    },
    {
      "name": "Liber8",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Liber8)\\b"
      }
    },
    {
      "name": "LiGaS",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(LiGaS)\\b"
      }
    },
    {
      "name": "L0SERNIGHT",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(L0SERNIGHT)\\b"
      }
    },
    {
      "name": "MeGusta",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(MeGusta)\\b"
      }
    },
    {
      "name": "mHD",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(mHD)\\b"
      }
    },
    {
      "name": "mSD",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(mSD)\\b"
      }
    },
    {
      "name": "MTeam",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(MTeam)\\b"
      }
    },
    {
      "name": "MySiLU",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(MySiLU)\\b"
      }
    },
    {
      "name": "NhaNc3",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(NhaNc3)\\b"
      }
    },
    {
      "name": "nHD",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(nHD)\\b"
      }
    },
    {
      "name": "nikt0",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(nikt0)\\b"
      }
    },
    {
      "name": "NoGroup",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "NoGr(ou)?p"
      }
    },
    {
      "name": "nSD",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(nSD)\\b"
      }
    },
    {
      "name": "PATOMiEL",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(PATOMiEL)\\b"
      }
    },
    {
      "name": "PRODJi",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(PRODJi)\\b"
      }
    },
    {
      "name": "PSA",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(PSA)\\b"
      }
    },
    {
      "name": "PTNK",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(PTNK)\\b"
      }
    },
    {
      "name": "RARBG",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(RARBG)\\b"
      }
    },
    {
      "name": "RDN",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(RDN)\\b"
      }
    },
    {
      "name": "RiffTrax",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Rifftrax)\\b"
      }
    },
    {
      "name": "RU4HD",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(RU4HD)\\b"
      }
    },
    {
      "name": "SANTi",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(SANTi)\\b"
      }
    },
    {
      "name": "Scene",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Scene)\\b"
      }
    },
    {
      "name": "STUTTERSHIT",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(STUTTERSHIT)\\b"
      }
    },
    {
      "name": "SWTYBLZ",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(SWTYBLZ)\\b"
      }
    },
    {
      "name": "TBS",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(TBS)\\b"
      }
    },
    {
      "name": "TEKNO3D",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(TEKNO3D)\\b"
      }
    },
    {
      "name": "Tigole",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Tigole)\\b"
      }
    },
    {
      "name": "TIKO",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(TIKO)\\b"
      }
    },
    {
      "name": "WAF",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(WAF)\\b"
      }
    },
    {
      "name": "WiKi",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(WiKi)\\b"
      }
    },
    {
      "name": "x0r",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(x0r)\\b"
      }
    },
    {
      "name": "YIFY",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(YIFY)\\b"
      }
    },
    {
      "name": "YTS",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(YTS)\\b"
      }
    },
    {
      "name": "Zeus",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Zeus)\\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": false,
      "fields": {
        "value": "\\b3d|sbs|half[ .-]ou|half[ .-]sbs\\b"
      }
    },
    {
      "name": "BluRay3D",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(BluRay3D)\\b"
      }
    }
  ]
}

TOP


x265 (HD)

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

x265 (HD) - [CLICK TO EXPAND]

This blocks 720/1080p (HD) releases that are encoded in x265.

In your quality profile use the following score for this Custom Format: -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

    Don't use this together with x265 (no HDR/DV), Only ever include one of them ⚠

JSON - [CLICK TO EXPAND]
{
  "trash_id": "dc98083864ea246d05a42df0d05f81cc",
  "trash_score": "-10000",
  "name": "x265 (HD)",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "x265/HEVC",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "[xh][ ._-]?265|\\bHEVC(\\b|\\d)"
      }
    },
    {
      "name": "Not 2160p",
      "implementation": "ResolutionSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": 2160
      }
    }
  ]
}

TOP


Optional


Bad Dual Groups

Bad dual groups - [CLICK TO EXPAND]

These groups take the original release, then they add their own preferred language (ex. Portuguese) as the main audio track (AAC 2.0), What results after renaming and FFprobe that the media file will be recognized as Portuguese AAC audio. It's a common rule that you add the best audio as first. Also they often even rename the release name in to Portuguese.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "b6832f586342ef70d9c128d40c07b872",
  "trash_score": "-10000",
  "name": "Bad Dual Groups",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "alfaHD",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(-alfaHD)\\b"
      }
    },
    {
      "name": "BAT",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(-BAT)\\b"
      }
    },
    {
      "name": "BNd",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(-BNd)\\b"
      }
    },
    {
      "name": "C.A.A",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(-C\\.A\\.A)\\b"
      }
    },
    {
      "name": "Cory",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(-Cory)\\b"
      }
    },
    {
      "name": "EXTREME",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(-EXTREME)\\b"
      }
    },
    {
      "name": "FF",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(-FF)\\b"
      }
    },
    {
      "name": "FOXX",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(-FOXX)\\b"
      }
    },
    {
      "name": "G4RiS",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(-G4RiS)\\b"
      }
    },
    {
      "name": "GUEIRA",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(-GUEIRA)\\b"
      }
    },
    {
      "name": "N3G4N",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(-N3G4N)\\b"
      }
    },
    {
      "name": "PD",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(-PD)\\b"
      }
    },
    {
      "name": "PTHome",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(-PTHome)\\b"
      }
    },
    {
      "name": "RiPER",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(-RiPER)\\b"
      }
    },
    {
      "name": "RK",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(-RK)\\b"
      }
    },
    {
      "name": "SiGLA",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(-SiGLA)\\b"
      }
    },
    {
      "name": "Tars",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(-Tars)\\b"
      }
    },
    {
      "name": "WTV",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(-WTV)\\b"
      }
    },
    {
      "name": "Yatogam1",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(-Yatogam1)\\b"
      }
    },
    {
      "name": "YusukeFLA",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(-YusukeFLA)\\b"
      }
    },
    {
      "name": "ZigZag",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(-ZigZag)\\b"
      }
    }
  ]
}

TOP


DV (WEBDL)

Dolby Vision = DoVi = DV

DV (WEBDL) - [CLICK TO EXPAND]

This is a special Custom Format that block WEBDLs 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|Flights)\\b"
      }
    },
    {
      "name": "Not HDR",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\bHDR(\\b|\\d)"
      }
    }
  ]
}

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-DLs 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


No-RlsGroup

No-RlsGroup - [CLICK TO EXPAND]

Some indexers strip out the release group which 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 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 or Groups",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(Tigole|Joy|YIFY|YTS.MX|YTS.LT|FreetheFish|afm72|Anna|Bandi|Ghost|Kappa|MONOLITH|Qman|RZeroX|SAMPA|Silence|theincognito|t3nzin|Vyndros|HDO|DusIctv|DHD|SEV|CtrlHD|-ZR-|ADC|XZVN|RH|Kametsu)(?=\\]|\\))"
      }
    },
    {
      "name": "No Weird Groups",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "KRaLiMaRKo|E\\.N\\.D|D\\-Z0N3|de\\[42\\]|Koten_Gars|BluDragon|\\bHONE\\b"
      }
    }
  ]
}

TOP


Obfuscated

Obfuscated - [CLICK TO EXPAND]

Optional (use these only if you dislike renamed releases)

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

TOP


Retags

Retags - [CLICK TO EXPAND]

Optional (use these only if you dislike retagged releases)

JSON - [CLICK TO EXPAND]
{
  "trash_id": "5c44f52a8714fdd79bb4d98e2673be1f",
  "trash_score": "-10000",
  "name": "Retags",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "[rartv]",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[rartv\\]"
      }
    },
    {
      "name": "[rarbg]",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[rarbg\\]"
      }
    },
    {
      "name": "[eztv]",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[eztv\\]"
      }
    },
    {
      "name": "[TGx]",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[TGx\\]"
      }
    }
  ]
}

TOP


Scene

Scene - [CLICK TO EXPAND]

This Custom Format will try to recognize so called Scene releases, depending on your preferences you can give it a negative score -10000 or a positive score or just don't add it all.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "f537cf427b64c38c8e36298f657e4828",
  "trash_score": "-10000",
  "trash_regex": "https://regex101.com/r/viarq7/1",
  "name": "Scene",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Scene Groups + Naming",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "^(?=.*([_. ]WEB[_. ]))|\\b(-CAKES|-GGEZ|-GGWP|-GLHF|-GOSSIP|-KOGI|-PECULATE|-SLOT)"
      }
    },
    {
      "name": "Not INFLATE/DEFLATE",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(INFLATE|DEFLATE)\\b"
      }
    }
  ]
}

TOP


x265 (no HDR/DV)

x265 (no HDR/DV) - [CLICK TO EXPAND]

This blocks 720/1080p (HD) releases that are encoded in x265.

But it will allow x265 releases if they have HDR and/or DV

Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.

In your quality profile use the following score for this Custom Format: -10000

Don't use this together with x265 (HD), Only ever include one of them ⚠

JSON - [CLICK TO EXPAND]
{
  "trash_id": "839bea857ed2c0a8e084f3cbdbd65ecb",
  "trash_score": "-10000",
  "trash_regex": "https://regex101.com/r/yFwxoN/10",
  "name": "x265 (no HDR/DV)",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "x265/HEVC",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "[xh][ ._-]?265|\\bHEVC(\\b|\\d)"
      }
    },
    {
      "name": "Not HDR/DV",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(dv|dovi|dolby[ .]?vision|hdr(10(P(lus)?)?)?)\\b"
      }
    },
    {
      "name": "Not 2160p",
      "implementation": "ResolutionSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": 2160
      }
    }
  ]
}

TOP


Misc


Repack/Proper

JSON - [CLICK TO EXPAND]
{
  "trash_id": "e7718d7a3ce595f289bfee26adc178f5",
  "trash_score": "5",
  "trash_regex": "https://regex101.com/r/S91wR8/2",
  "name": "Repack/Proper",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
          "name": "Repack",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": false,
          "fields": {
              "value": "\\b(Repack)\\b"
          }
      },
      {
          "name": "Proper",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": false,
          "fields": {
              "value": "\\b(Proper)\\b"
          }
      },
      {
          "name": "Rerip",
          "implementation": "ReleaseTitleSpecification",
          "negate": false,
          "required": false,
          "fields": {
              "value": "\\b(Rerip)\\b"
          }
      }
  ]
}

TOP


Repack2

JSON - [CLICK TO EXPAND]
{
  "trash_id": "ae43b294509409a6a13919dedd4764c4",
  "trash_score": "6",
  "name": "Repack2",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Repack2",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Repack2)\\b"
      }
    }
  ]
}

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": "x|h264",
          "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": "x|h265",
          "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": "1",
  "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


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 Release Groups


Remux Tier 01

Remux Tier 01 - [CLICK TO EXPAND]
  • Groups doing remuxes with multiple sources(discs) mixing what's best.
JSON - [CLICK TO EXPAND]
{
  "trash_id": "3a3ff47579026e76d6504ebea39390de",
  "trash_score": "1900",
  "name": "Remux Tier 01",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Remux",
      "implementation": "QualityModifierSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": 5
      }
    },
    {
      "name": "3L",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(3L)\\b"
      }
    },
    {
      "name": "BiZKiT",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(BiZKiT)\\b"
      }
    },
    {
      "name": "BLURANiUM",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(BLURANiUM)\\b"
      }
    },
    {
      "name": "BMF",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(BMF)\\b"
      }
    },
    {
      "name": "FraMeSToR",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(FraMeSToR)\\b"
      }
    },
    {
      "name": "PmP",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(PmP)\\b"
      }
    },
    {
      "name": "SiCFoI",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(SiCFoI)\\b"
      }
    },
    {
      "name": "WiLDCAT",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(WiLDCAT)\\b"
      }
    },
    {
      "name": "ZQ",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(ZQ)\\b"
      }
    }
  ]
}

TOP


Remux Tier 02

Remux Tier 02 - [CLICK TO EXPAND]
  • Groups that only use one source.(So called one disc wonders.)
  • Groups that use use a automated way.
  • Groups that don't check their stuff.
  • Groups that haven't released much. (yet)
  • Groups that retired and don't have the best quality by todays standards.
JSON - [CLICK TO EXPAND]
{
  "trash_id": "9f98181fe5a3fbeb0cc29340da2a468a",
  "trash_score": "1850",
  "name": "Remux Tier 02",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Remux",
      "implementation": "QualityModifierSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": 5
      }
    },
    {
      "name": "decibeL",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(decibeL)\\b"
      }
    },
    {
      "name": "EPSiLON",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(EPSiLON)\\b"
      }
    },
    {
      "name": "Flights",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Flights)\\b"
      }
    },
    {
      "name": "HiFi",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(HiFi)\\b"
      }
    },
    {
      "name": "iFT",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(iFT)\\b"
      }
    },
    {
      "name": "KRaLiMaRKo",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(KRaLiMaRKo)\\b"
      }
    },
    {
      "name": "NCmt",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(NCmt)\\b"
      }
    },
    {
      "name": "NTb",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(NTb)\\b"
      }
    },
    {
      "name": "playBD",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(playBD)\\b"
      }
    },
    {
      "name": "PTP",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(PTP)\\b"
      }
    },
    {
      "name": "SumVision",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(SumVision)\\b"
      }
    },
    {
      "name": "SURFINBIRD",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(SURFINBIRD)\\b"
      }
    },
    {
      "name": "TEPES",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(TEPES)\\b"
      }
    },
    {
      "name": "TOA",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(TOA)\\b"
      }
    },
    {
      "name": "TRiToN",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(TRiToN)\\b"
      }
    }
  ]
}

TOP


UHD Bluray Tier 01

UHD Bluray Tier 01 - [CLICK TO EXPAND]
  • Groups that created encodes from the remuxes without micro-sizing them.
  • HDR/DoVi (Depending what's offered and often both)
  • HD Audio (Atmos, TrueHD etc...)
JSON - [CLICK TO EXPAND]
{
  "trash_id": "4d74ac4c4db0b64bff6ce0cffef99bf0",
  "trash_score": "2300",
  "name": "UHD Bluray Tier 01",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "CtrlHD",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\bCtrlHD\\b"
      }
    },
    {
      "name": "DON",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\bDON\\b"
      }
    },
    {
      "name": "W4NK3R",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\bW4NK3R\\b"
      }
    },
    {
      "name": "2160p",
      "implementation": "ResolutionSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": 2160
      }
    },
    {
      "name": "Not REMUX",
      "implementation": "QualityModifierSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": 5
      }
    },
    {
      "name": "Not SDR",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\bSDR\\b"
      }
    },
    {
      "name": "Not WEBDL",
      "implementation": "SourceSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": 7
      }
    },
    {
      "name": "Not WEBRIP",
      "implementation": "SourceSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": 8
      }
    }
  ]
}

TOP


UHD Bluray Tier 02

UHD Bluray Tier 02 - [CLICK TO EXPAND]
  • Groups that created encodes from the remuxes without micro-sizing them.
  • HDR/DoVi (Depending what's offered and often both)
  • HD Audio (Atmos, TrueHD etc...)
JSON - [CLICK TO EXPAND]
{
  "trash_id": "a58f517a70193f8e578056642178419d",
  "trash_score": "2200",
  "name": "UHD Bluray Tier 02",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "HQMUX",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\bHQMUX\\b"
      }
    },
    {
      "name": "SPHD",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\bSPHD\\b"
      }
    },
    {
      "name": "2160p",
      "implementation": "ResolutionSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": 2160
      }
    },
    {
      "name": "Not REMUX",
      "implementation": "QualityModifierSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": 5
      }
    },
    {
      "name": "Not SDR",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\bSDR\\b"
      }
    },
    {
      "name": "Not WEBDL",
      "implementation": "SourceSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": 7
      }
    },
    {
      "name": "Not WEBRIP",
      "implementation": "SourceSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": 8
      }
    }
  ]
}

TOP


UHD Bluray Tier 03

UHD Bluray Tier 03 - [CLICK TO EXPAND]
  • Groups that created encodes from the remuxes without micro-sizing them.
  • HDR/DoVi (Depending what's offered and often both)
  • HD Audio (Atmos, TrueHD etc...)
JSON - [CLICK TO EXPAND]
{
  "trash_id": "e71939fae578037e7aed3ee219bbe7c1",
  "trash_score": "2100",
  "name": "UHD Bluray Tier 03",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "BiTOR",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(BiTOR)\\b"
      }
    },
    {
      "name": "LEGi0N",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(LEGi0N)\\b"
      }
    },
    {
      "name": "WEBDV",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(WEBDV)\\b"
      }
    },
    {
      "name": "2160p",
      "implementation": "ResolutionSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": 2160
      }
    },
    {
      "name": "Not REMUX",
      "implementation": "QualityModifierSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": 5
      }
    },
    {
      "name": "Not SDR",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\bSDR\\b"
      }
    },
    {
      "name": "Not WEBDL",
      "implementation": "SourceSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": 7
      }
    },
    {
      "name": "Not WEBRIP",
      "implementation": "SourceSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": 8
      }
    }
  ]
}

TOP


HD Bluray Tier 01

HD Bluray Tier 01 - [CLICK TO EXPAND]
  • Groups that created encodes from the remuxes without micro-sizing them.
  • Groups that have a minimum of GP releases.(best encode in it's class 1080p and lower)
JSON - [CLICK TO EXPAND]
{
  "trash_id": "ed27ebfef2f323e964fb1f61391bcb35",
  "trash_score": "1800",
  "name": "HD Bluray Tier 01",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "BLURAY",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": 9
      }
    },
    {
      "name": "Not REMUX",
      "implementation": "QualityModifierSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": 5
      }
    },
    {
      "name": "Not 2160p",
      "implementation": "ResolutionSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": 2160
      }
    },
    {
      "name": "BBQ",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(BBQ)\\b"
      }
    },
    {
      "name": "BMF",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(BMF)\\b"
      }
    },
    {
      "name": "c0kE",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(c0kE)\\b"
      }
    },
    {
      "name": "Chotab",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Chotab)\\b"
      }
    },
    {
      "name": "CRiSC",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(CRiSC)\\b"
      }
    },
    {
      "name": "CtrlHD",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(CtrlHD)\\b"
      }
    },
    {
      "name": "D-Z0N3",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(D-Z0N3)\\b"
      }
    },
    {
      "name": "Dariush",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Dariush)\\b"
      }
    },
    {
      "name": "decibeL",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(decibeL)\\b"
      }
    },
    {
      "name": "DON",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(DON)\\b"
      }
    },
    {
      "name": "EbP",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(EbP)\\b"
      }
    },
    {
      "name": "EDPH",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(EDPH)\\b"
      }
    },
    {
      "name": "Geek",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Geek)\\b"
      }
    },
    {
      "name": "LolHD",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(LolHD)\\b"
      }
    },
    {
      "name": "NCmt",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(NCmt)\\b"
      }
    },
    {
      "name": "PTer",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(PTer)\\b"
      }
    },
    {
      "name": "TayTO",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(TayTO)\\b"
      }
    },
    {
      "name": "TDD",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(TDD)\\b"
      }
    },
    {
      "name": "TnP",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(TnP)\\b"
      }
    },
    {
      "name": "VietHD",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(VietHD)\\b"
      }
    },
    {
      "name": "ZQ",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(ZQ)\\b"
      }
    }
  ]
}

TOP


HD Bluray Tier 02

HD Bluray Tier 02 - [CLICK TO EXPAND]
  • Groups that created encodes from the remuxes without micro-sizing them.
JSON - [CLICK TO EXPAND]
{
  "trash_id": "c20c8647f2746a1f4c4262b0fbbeeeae",
  "trash_score": "1750",
  "name": "HD Bluray Tier 02",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "BLURAY",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": 9
      }
    },
    {
      "name": "Not REMUX",
      "implementation": "QualityModifierSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": 5
      }
    },
    {
      "name": "Not 2160p",
      "implementation": "ResolutionSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": 2160
      }
    },
    {
      "name": "EA",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(EA)\\b"
      }
    },
    {
      "name": "HiSD",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(HiSD)\\b"
      }
    },
    {
      "name": "iFT",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(iFT)\\b"
      }
    },
    {
      "name": "NTb",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(NTb)\\b"
      }
    },
    {
      "name": "QOQ",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(QOQ)\\b"
      }
    },
    {
      "name": "SA89",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(SA89)\\b"
      }
    },
    {
      "name": "sbR",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(sbR)\\b"
      }
    }
  ]
}

TOP


WEB Tier 01

WEB Tier 01 - [CLICK TO EXPAND]
  • Groups that create hybrids.
  • Groups that sign up for the gentleman list on a certain private tracker.
JSON - [CLICK TO EXPAND]
{
  "trash_id": "c20f169ef63c5f40c2def54abaf4438e",
  "trash_score": "1700",
  "name": "WEB Tier 01",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "WEBDL",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 7
      }
    },
    {
      "name": "WEBRIP",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 8
      }
    },
    {
      "name": "ABBIE",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(ABBIE)\\b"
      }
    },
    {
      "name": "AJP69",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(AJP69)\\b"
      }
    },
    {
      "name": "BLUTONiUM",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(BLUTONiUM)\\b"
      }
    },
    {
      "name": "CMRG",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(CMRG)\\b"
      }
    },
    {
      "name": "CRFW",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(CRFW)\\b"
      }
    },
    {
      "name": "CRUD",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(CRUD)\\b"
      }
    },
    {
      "name": "FLUX",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(FLUX)\\b"
      }
    },
    {
      "name": "GNOME",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(GNOME)\\b"
      }
    },
    {
      "name": "HONE",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(HONE)\\b"
      }
    },
    {
      "name": "KiNGS",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(KiNGS)\\b"
      }
    },
    {
      "name": "NOSiViD",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(NOSiViD)\\b"
      }
    },
    {
      "name": "NTb",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(NTb)\\b"
      }
    },
    {
      "name": "NTG",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(NTG)\\b"
      }
    },
    {
      "name": "SiC",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(SiC)\\b"
      }
    },
    {
      "name": "TEPES",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(TEPES)\\b"
      }
    }
  ]
}

TOP


WEB Tier 02

WEB Tier 02 - [CLICK TO EXPAND]
  • placeholder
JSON - [CLICK TO EXPAND]
{
  "trash_id": "403816d65392c79236dcb6dd591aeda4",
  "trash_score": "1650",
  "name": "WEB Tier 02",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "WEBDL",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 7
      }
    },
    {
      "name": "WEBRIP",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 8
      }
    },
    {
      "name": "dB",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(dB)\\b"
      }
    },
    {
      "name": "Flights",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Flights)\\b"
      }
    },
    {
      "name": "MiU",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(MiU)\\b"
      }
    },
    {
      "name": "monkee",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(monkee)\\b"
      }
    },
    {
      "name": "MZABI",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(MZABI)\\b"
      }
    },
    {
      "name": "PHOENiX",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(PHOENiX)\\b"
      }
    },
    {
      "name": "playWEB",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(playWEB)\\b"
      }
    },
    {
      "name": "SMURF",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(SMURF)\\b"
      }
    },
    {
      "name": "TOMMY",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(TOMMY)\\b"
      }
    }
  ]
}

TOP


WEB Tier 03

WEB Tier 03 - [CLICK TO EXPAND]
  • placeholder
JSON - [CLICK TO EXPAND]
{
  "trash_id": "af94e0fe497124d1f9ce732069ec8c3b",
  "trash_score": "1600",
  "name": "WEB Tier 03",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "WEBDL",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 7
      }
    },
    {
      "name": "WEBRIP",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 8
      }
    },
    {
      "name": "GNOMiSSiON",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(GNOMiSSiON)\\b"
      }
    },
    {
      "name": "ROCCaT",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(ROCCaT)\\b"
      }
    },
    {
      "name": "SiGMA",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(SiGMA)\\b"
      }
    },
    {
      "name": "SLiGNOME",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(SLiGNOME)\\b"
      }
    }
  ]
}

TOP


Streaming Services


AMZN

Amazon

Amazon - [CLICK TO EXPAND]

From Wikipedia, the free encyclopedia

JSON - [CLICK TO EXPAND]
{
  "trash_id": "b3b3a6ac74ecbd56bcdbefa4799fb9df",
  "name": "AMZN",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "Amazon",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\b(amzn|amazon)\\b"
      }
    },
    {
      "name": "WEBDL",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 7
      }
    },
    {
      "name": "WEBRIP",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 8
      }
    }
  ]
}

TOP


ATVP

Apple TV+

Apple TV+ - [CLICK TO EXPAND]

From Wikipedia, the free encyclopedia

JSON - [CLICK TO EXPAND]
{
  "trash_id": "40e9380490e748672c2522eaaeb692f7",
  "name": "ATVP",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "Apple TV+",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\b(atvp|aptv|Apple TV\\+)\\b"
      }
    },
    {
      "name": "WEBDL",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 7
      }
    },
    {
      "name": "WEBRIP",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 8
      }
    }
  ]
}

TOP


DSNP

Disney+

Disney+ - [CLICK TO EXPAND]

From Wikipedia, the free encyclopedia

JSON - [CLICK TO EXPAND]
{
  "trash_id": "84272245b2988854bfb76a16e60baea5",
  "name": "DSNP",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "Disney+",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\b(dsnp|dsny|disney|Disney\\+)\\b"
      }
    },
    {
      "name": "WEBDL",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 7
      }
    },
    {
      "name": "WEBRIP",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 8
      }
    }
  ]
}

TOP


HMAX

HBO Max

HBO Max - [CLICK TO EXPAND]

From Wikipedia, the free encyclopedia

JSON - [CLICK TO EXPAND]
{
  "trash_id": "5763d1b0ce84aff3b21038eea8e9b8ad",
  "name": "HMAX",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "HBO Max",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\b(hmax|hbom|HBO Max)\\b"
      }
    },
    {
      "name": "WEBDL",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 7
      }
    },
    {
      "name": "WEBRIP",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 8
      }
    }
  ]
}

TOP


Hulu

Hulu

Hulu - [CLICK TO EXPAND]

From Wikipedia, the free encyclopedia

JSON - [CLICK TO EXPAND]
{
  "trash_id": "526d445d4c16214309f0fd2b3be18a89",
  "name": "Hulu",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "Hulu",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\b(hulu)\\b"
      }
    },
    {
      "name": "WEBDL",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 7
      }
    },
    {
      "name": "WEBRIP",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 8
      }
    }
  ]
}

TOP


NF

Netflix

Netflix - [CLICK TO EXPAND]

From Wikipedia, the free encyclopedia

JSON - [CLICK TO EXPAND]
{
  "trash_id": "170b1d363bd8516fbf3a3eb05d4faff6",
  "name": "NF",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "Netflix",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\b(nf|netflix)\\b"
      }
    },
    {
      "name": "WEBDL",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 7
      }
    },
    {
      "name": "WEBRIP",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 8
      }
    }
  ]
}

TOP


PCOK

Peacock TV

Peacock TV - [CLICK TO EXPAND]

From Wikipedia, the free encyclopedia

JSON - [CLICK TO EXPAND]
{
  "trash_id": "c9fd353f8f5f1baf56dc601c4cb29920",
  "name": "PCOK",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "Peacock TV",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\b(pcok|peacock)\\b"
      }
    },
    {
      "name": "WEBDL",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 7
      }
    },
    {
      "name": "WEBRIP",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 8
      }
    }
  ]
}

TOP


PMTP

Paramount+

Paramount+ - [CLICK TO EXPAND]

From Wikipedia, the free encyclopedia

JSON - [CLICK TO EXPAND]
{
  "trash_id": "e36a0ba1bc902b26ee40818a1d59b8bd",
  "name": "PMTP",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "Paramount+",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\b(pmtp|Paramount Plus)\\b"
      }
    },
    {
      "name": "WEBDL",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 7
      }
    },
    {
      "name": "WEBRIP",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 8
      }
    }
  ]
}

TOP


MA

Movies Anywhere

Movies Anywhere - [CLICK TO EXPAND]

From Wikipedia, the free encyclopedia

JSON - [CLICK TO EXPAND]
{
  "trash_id": "2a6039655313bf5dab1e43523b62c374",
  "trash_score": "10",
  "name": "MA",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "Movies Anywhere",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "(?<!dts[ .-]?hd[ .-]?)ma\\b(?=.*\\bweb[ ._-]?(dl|rip)\\b)"
      }
    }
  ]
}

TOP

Anime


Anime BD Tier 01 (Top SeaDex Muxers)

Anime BD Tier 01 (Top SeaDex Muxers) - [CLICK TO EXPAND]

Groups that do the best releases as per SeaDex. They are more consistent and trump others

JSON - [CLICK TO EXPAND]
{
  "trash_id": "fb3ccc5d5cc8f77c9055d4cb4561dded",
  "trash_score": "1400",
  "name": "Anime BD Tier 01 (Top SeaDex Muxers)",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Bluray",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 9
      }
    },
    {
      "name": "DVD",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 5
      }
    },
    {
      "name": "Aergia",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Aergia\\]|-Aergia(?!-raws)\\b"
      }
    },
    {
      "name": "CsS",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(CsS)\\b"
      }
    },
    {
      "name": "Legion",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Legion\\]|-Legion\\b"
      }
    },
    {
      "name": "OZR",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(OZR)\\b"
      }
    },
    {
      "name": "sam",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[sam\\]|-sam\\b"
      }
    },
    {
      "name": "SCY",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(SCY)\\b"
      }
    },
    {
      "name": "Spirale",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Spirale)\\b"
      }
    },
    {
      "name": "Vanilla",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Vanilla\\]|-Vanilla\\b"
      }
    },
    {
      "name": "Vodes",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Vodes)\\b"
      }
    }
  ]
}

TOP


Anime BD Tier 02 (SeaDex Muxers)

Anime BD Tier 02 (SeaDex Muxers) - [CLICK TO EXPAND]

Groups that do the best releases as per SeaDex. They are more consistent and trump others

JSON - [CLICK TO EXPAND]
{
  "trash_id": "66926c8fa9312bc74ab71bf69aae4f4a",
  "trash_score": "1300",
  "name": "Anime BD Tier 02 (SeaDex Muxers)",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Bluray",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 9
      }
    },
    {
      "name": "DVD",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 5
      }
    },
    {
      "name": "0x539",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(0x539)\\b"
      }
    },
    {
      "name": "Alt",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Alt\\]|-Alt\\b"
      }
    },
    {
      "name": "ARC",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[ARC\\]|-ARC\\b"
      }
    },
    {
      "name": "Arid",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Arid\\]|-Arid\\b"
      }
    },
    {
      "name": "aro",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(aro)\\b"
      }
    },
    {
      "name": "Baws",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Baws)\\b"
      }
    },
    {
      "name": "BKC",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(BKC)\\b"
      }
    },
    {
      "name": "Brrrrrrr",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Brrrrrrr)\\b"
      }
    },
    {
      "name": "Chotab",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Chotab)\\b"
      }
    },
    {
      "name": "Crow",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Crow\\]|-Crow\\b"
      }
    },
    {
      "name": "CUNNY",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(CUNNY)\\b"
      }
    },
    {
      "name": "D-Z0N3",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(D-Z0N3)\\b"
      }
    },
    {
      "name": "Dae",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Dae)\\b"
      }
    },
    {
      "name": "Datte13",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Datte13)\\b"
      }
    },
    {
      "name": "Drag",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Drag\\]|-Drag\\b"
      }
    },
    {
      "name": "FLFL",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(FLFL)\\b"
      }
    },
    {
      "name": "hydes",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(hydes)\\b"
      }
    },
    {
      "name": "iKaos",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(iKaos)\\b"
      }
    },
    {
      "name": "JySzE",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(JySzE)\\b"
      }
    },
    {
      "name": "LostYears",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(LostYears)\\b"
      }
    },
    {
      "name": "Lulu",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Lulu\\]|-Lulu\\b"
      }
    },
    {
      "name": "Matsya",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Matsya)\\b"
      }
    },
    {
      "name": "MC",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(MC)\\b"
      }
    },
    {
      "name": "Metal",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Metal\\]|-Metal\\b"
      }
    },
    {
      "name": "Noyr",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Noyr)\\b"
      }
    },
    {
      "name": "NSDAB",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(NSDAB)\\b"
      }
    },
    {
      "name": "pog42",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(pog42)\\b"
      }
    },
    {
      "name": "pyroneko",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(pyroneko)\\b"
      }
    },
    {
      "name": "RAI",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(RAI)\\b"
      }
    },
    {
      "name": "Reza",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Reza)\\b"
      }
    },
    {
      "name": "Shimatta",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Shimatta)\\b"
      }
    },
    {
      "name": "Smoke",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Smoke\\]|-Smoke\\b"
      }
    },
    {
      "name": "Thighs",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Thighs\\]|-Thighs\\b"
      }
    },
    {
      "name": "UDF",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(UDF)\\b"
      }
    },
    {
      "name": "Yuki",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Yuki\\]|-Yuki\\b"
      }
    }
  ]
}

TOP


Anime BD Tier 03 (SeaDex Muxers)

Anime BD Tier 03 (SeaDex Muxers) - [CLICK TO EXPAND]

Groups that do the best releases as per SeaDex. They are more consistent and trump others

JSON - [CLICK TO EXPAND]
{
  "trash_id": "fa857662bad28d5ff21a6e611869a0ff",
  "trash_score": "1200",
  "name": "Anime BD Tier 03 (SeaDex Muxers)",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Bluray",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 9
      }
    },
    {
      "name": "DVD",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 5
      }
    },
    {
      "name": "AC",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[AC\\]|-AC\\b"
      }
    },
    {
      "name": "ASC",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(ASC)\\b"
      }
    },
    {
      "name": "AssMix",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(AssMix)\\b"
      }
    },
    {
      "name": "Ayashii",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Ayashii)\\b"
      }
    },
    {
      "name": "CBT",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(CBT)\\b"
      }
    },
    {
      "name": "CTR",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(CTR)\\b"
      }
    },
    {
      "name": "CyC",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(CyC)\\b"
      }
    },
    {
      "name": "Dekinai",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Dekinai\\]|-Dekinai\\b"
      }
    },
    {
      "name": "EXP",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[EXP\\]|-EXP\\b"
      }
    },
    {
      "name": "Galator",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Galator)\\b"
      }
    },
    {
      "name": "GSK_kun",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(GSK[._-]kun)\\b"
      }
    },
    {
      "name": "Holomux",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Holomux)\\b"
      }
    },
    {
      "name": "IK",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(IK)\\b"
      }
    },
    {
      "name": "Kaizoku",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(AnimeKaizoku)\\b|\\[Kaizoku\\]|-Kaizoku\\b"
      }
    },
    {
      "name": "Kametsu",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Kametsu)\\b"
      }
    },
    {
      "name": "KH",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(KH)\\b"
      }
    },
    {
      "name": "kuchikirukia",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(kuchikirukia)\\b"
      }
    },
    {
      "name": "MK",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(MK)\\b"
      }
    },
    {
      "name": "Mysteria",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Mysteria\\]|-Mysteria\\b"
      }
    },
    {
      "name": "Netaro",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Netaro)\\b"
      }
    },
    {
      "name": "Pn8",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Pn8)\\b"
      }
    },
    {
      "name": "Pookie",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Pookie)\\b"
      }
    },
    {
      "name": "Quetzal",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Quetzal)\\b"
      }
    },
    {
      "name": "Rasetsu",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Rasetsu)\\b"
      }
    },
    {
      "name": "Senjou",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Senjou\\]|-Senjou\\b"
      }
    },
    {
      "name": "ShowY",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(ShowY)\\b"
      }
    },
    {
      "name": "WBDP",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(WBDP)\\b"
      }
    },
    {
      "name": "WSE",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(WSE)\\b"
      }
    },
    {
      "name": "Yoghurt",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Yoghurt)\\b"
      }
    },
    {
      "name": "YURI",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[YURI\\]|-YURI\\b"
      }
    },
    {
      "name": "ZOIO",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(ZOIO)\\b"
      }
    }
  ]
}

TOP


Anime BD Tier 04 (SeaDex Muxers)

Anime BD Tier 04 (SeaDex Muxers) - [CLICK TO EXPAND]

Groups that do the best releases as per SeaDex. They are more consistent and trump others

JSON - [CLICK TO EXPAND]
{
  "trash_id": "f262f1299d99b1a2263375e8fa2ddbb3",
  "trash_score": "1100",
  "name": "Anime BD Tier 04 (SeaDex Muxers)",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Bluray",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 9
      }
    },
    {
      "name": "DVD",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 5
      }
    },
    {
      "name": "deanzel",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(deanzel)\\b"
      }
    },
    {
      "name": "ShadyCrab",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(ShadyCrab)\\b"
      }
    },
    {
      "name": "hchcsen",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(hchcsen)\\b"
      }
    },
    {
      "name": "NH",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(NH)\\b"
      }
    },
    {
      "name": "Chimera",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Chimera\\]|-Chimera\\b"
      }
    },
    {
      "name": "Bulldog",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Bulldog\\]|-Bulldog\\b"
      }
    },
    {
      "name": "Foxtrot",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Foxtrot\\]|-Foxtrot\\b"
      }
    },
    {
      "name": "Koten_Gars",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Koten[ ._-]Gars)\\b"
      }
    },
    {
      "name": "Kulot",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Kulot)\\b"
      }
    },
    {
      "name": "Asakura",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Asakura\\]|-Asakura\\b"
      }
    },
    {
      "name": "HaiveMind",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(HaiveMind)\\b"
      }
    },
    {
      "name": "mottoj",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(mottoj)\\b"
      }
    },
    {
      "name": "Bolshevik",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Bolshevik\\]|-Bolshevik\\b"
      }
    },
    {
      "name": "Scriptum",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Scriptum)\\b"
      }
    },
    {
      "name": "SOLA",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[SOLA\\]|-SOLA\\b"
      }
    },
    {
      "name": "NTRM",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(NTRM)\\b"
      }
    },
    {
      "name": "ASO",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(ASO)\\b"
      }
    },
    {
      "name": "MCLR",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(MCLR)\\b"
      }
    },
    {
      "name": "D3",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(D3)\\b"
      }
    },
    {
      "name": "AOmundson",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(AOmundson)\\b"
      }
    },
    {
      "name": "RMX",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(RMX)\\b"
      }
    },
    {
      "name": "karios",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(karios)\\b"
      }
    },
    {
      "name": "xPearse",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(xPearse)\\b"
      }
    },
    {
      "name": "kBaraka",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(kBaraka)\\b"
      }
    },
    {
      "name": "SNSbu",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(SNSbu)\\b"
      }
    },
    {
      "name": "Orphan",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Orphan\\]|-Orphan\\b"
      }
    },
    {
      "name": "Cait-Sidhe",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Cait-Sidhe)\\b"
      }
    },
    {
      "name": "THORA",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(THORA)\\b"
      }
    },
    {
      "name": "Davinci",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Davinci\\]|-Davinci\\b"
      }
    },
    {
      "name": "GHS",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(GHS)\\b"
      }
    },
    {
      "name": "Iznjie Biznjie",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Iznjie[ .-]Biznjie)\\b"
      }
    },
    {
      "name": "9volt",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(9volt)\\b"
      }
    },
    {
      "name": "Lia",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Lia\\]|-Lia\\b"
      }
    },
    {
      "name": "kmplx",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(kmplx)\\b"
      }
    },
    {
      "name": "UWU",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(UWU)\\b"
      }
    },
    {
      "name": "Koitern",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Koitern)\\b"
      }
    },
    {
      "name": "MTBB",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(MTBB)\\b"
      }
    },
    {
      "name": "Commie",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Commie)\\b"
      }
    },
    {
      "name": "Kaleido",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Kaleido)\\b"
      }
    },
    {
      "name": "Doki",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Doki\\]|-Doki\\b"
      }
    },
    {
      "name": "Tsundere",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Tsundere\\]|-Tsundere\\b"
      }
    },
    {
      "name": "Chihiro",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Chihiro\\]|-Chihiro\\b"
      }
    },
    {
      "name": "SallySubs",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(SallySubs)\\b"
      }
    },
    {
      "name": "CoalGirls",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(CoalGirls)\\b"
      }
    }
  ]
}

TOP


Anime BD Tier 05 (Remuxes)

Anime BD Tier 05 (Remuxes) - [CLICK TO EXPAND]

Groups that are consistent and do Remuxes

JSON - [CLICK TO EXPAND]
{
  "trash_id": "ca864ed93c7b431150cc6748dc34875d",
  "trash_score": "1000",
  "name": "Anime BD Tier 05 (Remuxes)",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Bluray",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 9
      }
    },
    {
      "name": "DVD",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 5
      }
    },
    {
      "name": "ANThELIa",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(ANThELIa)\\b"
      }
    },
    {
      "name": "AP",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(AP)\\b"
      }
    },
    {
      "name": "BluDragon",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(BluDragon)\\b"
      }
    },
    {
      "name": "D4C",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(D4C)\\b"
      }
    },
    {
      "name": "Dragon-Releases",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Dragon-Releases)\\b"
      }
    },
    {
      "name": "E.N.D",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(E[.-]N[.-]D)\\b"
      }
    },
    {
      "name": "KAWAiREMUX",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(KAWAiREMUX)\\b"
      }
    },
    {
      "name": "MKVULTRA",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(MKVULTRA)\\b"
      }
    },
    {
      "name": "Raizel",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Raizel)\\b"
      }
    },
    {
      "name": "REVO",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(REVO)\\b"
      }
    },
    {
      "name": "Spark",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Spark\\]|-Spark\\b"
      }
    },
    {
      "name": "SRLS",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(SRLS)\\b"
      }
    },
    {
      "name": "TTGA",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(TTGA)\\b"
      }
    },
    {
      "name": "ZR",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(ZR)\\b"
      }
    }
  ]
}

TOP


Anime BD Tier 06 (FanSubs)

Anime BD Tier 06 (FanSubs) - [CLICK TO EXPAND]

FanSub groups that are consistent

JSON - [CLICK TO EXPAND]
{
  "trash_id": "9dce189b960fddf47891b7484ee886ca",
  "trash_score": "900",
  "name": "Anime BD Tier 06 (FanSubs)",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Bluray",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 9
      }
    },
    {
      "name": "DVD",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 5
      }
    },
    {
      "name": "Afro",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Afro\\]|-Afro\\b"
      }
    },
    {
      "name": "Akai",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Akai\\]|-Akai\\b"
      }
    },
    {
      "name": "Almighty",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Almighty\\]|-Almighty\\b"
      }
    },
    {
      "name": "ANE",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(ANE)\\b"
      }
    },
    {
      "name": "Asenshi",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Asenshi)\\b"
      }
    },
    {
      "name": "BlurayDesuYo",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(BlurayDesuYo)\\b"
      }
    },
    {
      "name": "Bunny-Apocalypse",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Bunny-Apocalypse)\\b"
      }
    },
    {
      "name": "CH",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(CH)\\b"
      }
    },
    {
      "name": "EJF",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(EJF)\\b"
      }
    },
    {
      "name": "Exiled-Destiny",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Exiled-Destiny|E-D)\\b"
      }
    },
    {
      "name": "FFF",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(FFF)\\b"
      }
    },
    {
      "name": "Final8",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Final8)\\b"
      }
    },
    {
      "name": "GS",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(GS)\\b"
      }
    },
    {
      "name": "Harunatsu",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Harunatsu\\]|-Harunatsu\\b"
      }
    },
    {
      "name": "Impatience",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Impatience\\]|-Impatience\\b"
      }
    },
    {
      "name": "Inka-Subs",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Inka-Subs)\\b"
      }
    },
    {
      "name": "Judgement",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Judgment\\]|-Judgment\\b"
      }
    },
    {
      "name": "Kantai",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Kantai\\]|-Kantai\\b"
      }
    },
    {
      "name": "LCE",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(LCE)\\b"
      }
    },
    {
      "name": "Licca",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Licca)\\b"
      }
    },
    {
      "name": "Nii-sama",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Nii-sama\\]|-Nii-sama\\b"
      }
    },
    {
      "name": "niizk",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(niizk)\\b"
      }
    },
    {
      "name": "Nishi-Taku",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Nishi-Taku)\\b"
      }
    },
    {
      "name": "OnDeed",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(OnDeed)\\b"
      }
    },
    {
      "name": "orz",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(orz)\\b"
      }
    },
    {
      "name": "PAS",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(PAS)\\b"
      }
    },
    {
      "name": "peachflavored",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(peachflavored)\\b"
      }
    },
    {
      "name": "Saizen",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Saizen)\\b"
      }
    },
    {
      "name": "SCP-2223",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(SCP-2223)\\b"
      }
    },
    {
      "name": "SHiN-gx",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(SHiN-gx)\\b"
      }
    },
    {
      "name": "SmugCat",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(SmugCat)\\b"
      }
    },
    {
      "name": "Soldado",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Soldado\\]|-Soldado\\b"
      }
    },
    {
      "name": "Sushi",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Sushi\\]|-Sushi\\b"
      }
    },
    {
      "name": "Vivid",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Vivid\\]|-Vivid\\b"
      }
    },
    {
      "name": "Watashi",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Watashi\\]|-Watashi\\b"
      }
    },
    {
      "name": "Yabai",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Yabai\\]|-Yabai\\b"
      }
    },
    {
      "name": "Zurako",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Zurako)\\b"
      }
    }
  ]
}

TOP


Anime BD Tier 07 (P2P/Scene)

Anime BD Tier 07 (P2P/Scene) - [CLICK TO EXPAND]

Known P2P and Scene Anime groups

JSON - [CLICK TO EXPAND]
{
  "trash_id": "1ef101b3a82646b40e0cab7fc92cd896",
  "trash_score": "800",
  "name": "Anime BD Tier 07 (P2P/Scene)",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Bluray",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 9
      }
    },
    {
      "name": "DVD",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 5
      }
    },
    {
      "name": "A-L",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(A-L)\\b"
      }
    },
    {
      "name": "ANiHLS",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(ANiHLS)\\b"
      }
    },
    {
      "name": "CBM",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(CBM)\\b"
      }
    },
    {
      "name": "DHD",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(DHD)\\b"
      }
    },
    {
      "name": "DragsterPS",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(DragsterPS)\\b"
      }
    },
    {
      "name": "HAiKU",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(HAiKU)\\b"
      }
    },
    {
      "name": "Hark0N",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Hark0N)\\b"
      }
    },
    {
      "name": "iAHD",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(iAHD)\\b"
      }
    },
    {
      "name": "inid4c",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(inid4c)\\b"
      }
    },
    {
      "name": "KiyoshiStar",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(KS|KiyoshiStar)\\b"
      }
    },
    {
      "name": "MCR",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(MCR)\\b"
      }
    },
    {
      "name": "NPC",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[NPC\\]|-NPC\\b"
      }
    },
    {
      "name": "RedBlade",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(RedBlade)\\b"
      }
    },
    {
      "name": "RH",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(RH)\\b"
      }
    },
    {
      "name": "SEV",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(SEV)\\b"
      }
    },
    {
      "name": "STRiFE",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[STRiFE\\]|-STRiFE\\b"
      }
    },
    {
      "name": "TENEIGHTY",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(TENEIGHTY)\\b"
      }
    },
    {
      "name": "WaLMaRT",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(WaLMaRT)\\b"
      }
    }
  ]
}

TOP


Anime BD Tier 08 (Mini Encodes)

Anime BD Tier 08 (Mini Encodes) - [CLICK TO EXPAND]

Know groups that do mini encodes

JSON - [CLICK TO EXPAND]
{
  "trash_id": "6115ccd6640b978234cc47f2c1f2cadc",
  "trash_score": "700",
  "name": "Anime BD Tier 08 (Mini Encodes)",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Bluray",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 9
      }
    },
    {
      "name": "DVD",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 5
      }
    },
    {
      "name": "AkihitoSubs",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(AkihitoSubs)\\b"
      }
    },
    {
      "name": "Arukoru",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Arukoru)\\b"
      }
    },
    {
      "name": "EDGE",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[EDGE\\]|-EDGE\\b"
      }
    },
    {
      "name": "EMBER",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[EMBER\\]|-EMBER\\b"
      }
    },
    {
      "name": "GHOST",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[GHOST\\]|-GHOST\\b"
      }
    },
    {
      "name": "Judas",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Judas\\]|-Judas"
      }
    },
    {
      "name": "naiyas",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[naiyas\\]|-naiyas\\b"
      }
    },
    {
      "name": "Nep_Blanc",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Nep[ ._-]Blanc)\\b"
      }
    },
    {
      "name": "Prof",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Prof\\]|-Prof\\b"
      }
    },
    {
      "name": "Shirσ",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Shirσ)\\b"
      }
    },
    {
      "name": "YURASAKA",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[YURASUKA\\]|-YURASUKA\\b"
      }
    }
  ]
}

TOP


Anime Web Tier 01 (Muxers)

Anime Web Tier 01 (Muxers) - [CLICK TO EXPAND]

Groups that do the best releases as per SeaDex. They are more consistent and trump others

JSON - [CLICK TO EXPAND]
{
  "trash_id": "8167cffba4febfb9a6988ef24f274e7e",
  "trash_score": "600",
  "name": "Anime Web Tier 01 (Muxers)",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "WEBDL",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 7
      }
    },
    {
      "name": "WEBRIP",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 8
      }
    },
    {
      "name": "Arid",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Arid\\]|-Arid\\b"
      }
    },
    {
      "name": "Baws",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Baws)\\b"
      }
    },
    {
      "name": "LostYears",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(LostYears)\\b"
      }
    },
    {
      "name": "Reza",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Reza)\\b"
      }
    },
    {
      "name": "SCY",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(SCY)\\b"
      }
    },
    {
      "name": "Setsugen",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Setsugen)\\b"
      }
    },
    {
      "name": "Vodes",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Vodes)\\b"
      }
    },
    {
      "name": "Z4ST1N",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Z4ST1N)\\b"
      }
    }
  ]
}

TOP


Anime Web Tier 02 (Top FanSubs)

Anime Web Tier 02 (Top FanSubs) - [CLICK TO EXPAND]

Groups that do the best releases as per SeaDex. They are more consistent and trump others

JSON - [CLICK TO EXPAND]
{
  "trash_id": "8526c54e36b4962d340fce52ef030e76",
  "trash_score": "500",
  "name": "Anime Web Tier 02 (Top FanSubs)",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "WEBDL",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 7
      }
    },
    {
      "name": "WEBRIP",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 8
      }
    },
    {
      "name": "0x539",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(0x539)\\b"
      }
    },
    {
      "name": "Asakura",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Asakura\\]|-Asakura\\b"
      }
    },
    {
      "name": "Cyan",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Cyan\\]|-Cyan\\b"
      }
    },
    {
      "name": "Dae",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Dae\\]|-Dae\\b"
      }
    },
    {
      "name": "Foxtrot",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Foxtrot\\]|-Foxtrot\\b"
      }
    },
    {
      "name": "Gao",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Gao\\]|-Gao\\b"
      }
    },
    {
      "name": "GSK_kun",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(GSK[._-]kun)\\b"
      }
    },
    {
      "name": "MTBB",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(MTBB)\\b"
      }
    },
    {
      "name": "Okay-Subs",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Okay-Subs)\\b"
      }
    },
    {
      "name": "Pizza",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Pizza\\]|-Pizza\\b"
      }
    },
    {
      "name": "Slyfox",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Slyfox)\\b"
      }
    },
    {
      "name": "SoLCE",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(SoLCE)\\b"
      }
    },
    {
      "name": "Tenshi",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[tenshi\\]|-tenshi\\b"
      }
    }
  ]
}

TOP


Anime Web Tier 03 (Official Subs)

Anime Web Tier 03 Official Subs) - [CLICK TO EXPAND]

Official sub groups that tend to be more consistent and release fast

JSON - [CLICK TO EXPAND]
{
  "trash_id": "de41e72708d2c856fa261094c85e965d",
  "trash_score": "400",
  "name": "Anime Web Tier 03 (Official Subs)",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "WEBDL",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 3
      }
    },
    {
      "name": "WEBRIP",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 4
      }
    },
    {
      "name": "WEB",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 1
      }
    },
    {
      "name": "SubsPlease",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(SubsPlease)\\b"
      }
    },
    {
      "name": "VARYG",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(VARYG)\\b"
      }
    },
    {
      "name": "ZR",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(ZR)\\b"
      }
    }
  ]
}

TOP


Anime Web Tier 04 (Official Subs)

Anime Web Tier 04 (Official Subs) - [CLICK TO EXPAND]

Official sub groups

JSON - [CLICK TO EXPAND]
{
  "trash_id": "9edaeee9ea3bcd585da9b7c0ac3fc54f",
  "trash_score": "300",
  "name": "Anime Web Tier 04 (Official Subs)",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "WEBDL",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 7
      }
    },
    {
      "name": "WEBRIP",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 8
      }
    },
    {
      "name": "BlueLobster",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(BlueLobster)\\b"
      }
    },
    {
      "name": "Erai-Raws",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Erai-raws)\\b"
      }
    },
    {
      "name": "GST",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(GST)\\b"
      }
    },
    {
      "name": "HorribleRips",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(HorribleRips)\\b"
      }
    },
    {
      "name": "HorribleSubs",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(HorribleSubs)\\b"
      }
    },
    {
      "name": "KAN3D2M",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(KAN3D2M)\\b"
      }
    },
    {
      "name": "KiyoshiStar",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(KS|KiyoshiStar)\\b"
      }
    },
    {
      "name": "Lia",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Lia\\]|-Lia\\b"
      }
    },
    {
      "name": "NanDesuKa",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(NanDesuKa)\\b"
      }
    },
    {
      "name": "URANIME",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(URANIME)\\b"
      }
    }
  ]
}

TOP


Anime Web Tier 05 (FanSubs)

Anime Web Tier 05 (FanSubs) - [CLICK TO EXPAND]

FanSub groups that are consistent

JSON - [CLICK TO EXPAND]
{
  "trash_id": "22d953bbe897857b517928f3652b8dd3",
  "trash_score": "200",
  "name": "Anime Web Tier 05 (FanSubs)",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "WEBDL",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 7
      }
    },
    {
      "name": "WEBRIP",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 8
      }
    },
    {
      "name": "9volt",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(9volt)\\b"
      }
    },
    {
      "name": "GJM",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(GJM)\\b"
      }
    },
    {
      "name": "Kaleido",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Kaleido)\\b"
      }
    },
    {
      "name": "Kantai",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Kantai\\]|-Kantai\\b"
      }
    }
  ]
}

TOP


Anime Web Tier 06 (FanSubs)

Anime Web Tier 06 (FanSubs) - [CLICK TO EXPAND]

FanSub groups that are consistent

JSON - [CLICK TO EXPAND]
{
  "trash_id": "a786fbc0eae05afe3bb51aee3c83a9d4",
  "trash_score": "100",
  "name": "Anime Web Tier 06 (FanSubs)",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "WEBDL",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 7
      }
    },
    {
      "name": "WEBRIP",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 8
      }
    },
    {
      "name": "Asenshi",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Asenshi)\\b"
      }
    },
    {
      "name": "Chihiro",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Chihiro\\]|-Chihiro\\b"
      }
    },
    {
      "name": "Commie",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Commie)\\b"
      }
    },
    {
      "name": "DameDesuYo",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(DameDesuYo)\\b"
      }
    },
    {
      "name": "Doki",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Doki\\]|-Doki\\b"
      }
    },
    {
      "name": "Tsundere",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Tsundere\\]|-Tsundere\\b"
      }
    }
  ]
}

TOP


Anime Raws

Anime Raws - [CLICK TO EXPAND]

A collection of know groups that release raws

JSON - [CLICK TO EXPAND]
{
  "trash_id": "06b6542a47037d1e33b15aa3677c2365",
  "trash_score": "-10000",
  "name": "Anime Raws",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Beatrice-raws",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "Beatrice[ ._-]?(raws)"
      }
    },
    {
      "name": "Daddy-raws",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "Daddy[ ._-]?(raws)"
      }
    },
    {
      "name": "Iriza-raws",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "Iriza[ ._-]?(raws)"
      }
    },
    {
      "name": "Kawaiika-raws",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "Kawaiika[ ._-]?(raws)"
      }
    },
    {
      "name": "km",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[km\\]|-km\\b "
      }
    },
    {
      "name": "LowPower-raws",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "LowPower[ ._-]?(raws)"
      }
    },
    {
      "name": "NC-raws",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "NC[ ._-]?(raws)"
      }
    },
    {
      "name": "neko-raws",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "neko[ ._-]?(raws)"
      }
    },
    {
      "name": "Ohys-raws",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "Ohys[ ._-]?(raws)"
      }
    },
    {
      "name": "Pandoratv-raws",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "Pandoratv[ ._-]?(raws)"
      }
    },
    {
      "name": "Raws-Maji",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Raws-Maji)\\b"
      }
    },
    {
      "name": "Scryous-raws",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "Scryous[ ._-]?(raws)"
      }
    },
    {
      "name": "Seicher",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Seicher)\\b"
      }
    }
  ]
}

TOP


Anime LQ Groups

Anime LQ Groups - [CLICK TO EXPAND]

A collection of known Low Quality groups.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "b0fdc5897f68c9a68c70c25169f77447",
  "trash_score": "-10000",
  "name": "Anime LQ Groups",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "$tore-Chill",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(\\$tore-Chill)\\b"
      }
    },
    {
      "name": "0neshot",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(0neshot)\\b"
      }
    },
    {
      "name": "224",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[224\\]|-224\\b"
      }
    },
    {
      "name": "A-Destiny",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(A-Destiny)\\b"
      }
    },
    {
      "name": "AbemaTV",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(AbemaTV)\\b"
      }
    },
    {
      "name": "AceAres",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(AceAres)\\b"
      }
    },
    {
      "name": "AhmadDev",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(AhmadDev)\\b"
      }
    },
    {
      "name": "Amb3r",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Amb3r)\\b"
      }
    },
    {
      "name": "Anime Chap",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Anime[ .-]?Chap)\\b"
      }
    },
    {
      "name": "Anime Land",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Anime[ .-]?Land)\\b"
      }
    },
    {
      "name": "Anime Time",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Anime[ .-]?Time)\\b"
      }
    },
    {
      "name": "AnimeDynastyEN",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(AnimeDynastyEN)\\b"
      }
    },
    {
      "name": "AnimeKuro",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(AnimeKuro)\\b"
      }
    },
    {
      "name": "AnimeRG",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(AnimeRG)\\b"
      }
    },
    {
      "name": "Animesubs",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Animesubs)\\b"
      }
    },
    {
      "name": "AnimeTR",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(AnimeTR)\\b"
      }
    },
    {
      "name": "AniVoid",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(AniVoid)\\b"
      }
    },
    {
      "name": "ArataEnc",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(ArataEnc)\\b"
      }
    },
    {
      "name": "AREY",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(AREY)\\b"
      }
    },
    {
      "name": "Ari",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Ari\\]|-Ari\\b"
      }
    },
    {
      "name": "ASW",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(ASW)\\b"
      }
    },
    {
      "name": "BJX",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(BJX)\\b"
      }
    },
    {
      "name": "BlackLuster",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(BlackLuster)\\b"
      }
    },
    {
      "name": "bonkai77",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(bonkai77)\\b"
      }
    },
    {
      "name": "CameEsp",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(CameEsp)\\b"
      }
    },
    {
      "name": "Cat66",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Cat66)\\b"
      }
    },
    {
      "name": "CBB",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(CBB)\\b"
      }
    },
    {
      "name": "Cerberus",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Cerberus\\]|-Cerberus\\b"
      }
    },
    {
      "name": "Cleo",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Cleo\\]|-Cleo"
      }
    },
    {
      "name": "CuaP",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(CuaP)\\b"
      }
    },
    {
      "name": "DaddySubs",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Daddy(Subs)?\\]|-Daddy(Subs)?\\b"
      }
    },
    {
      "name": "DARKFLiX",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(DARKFLiX)\\b"
      }
    },
    {
      "name": "DB",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[DB\\]"
      }
    },
    {
      "name": "DBArabic",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(DBArabic)\\b"
      }
    },
    {
      "name": "Deadmau- RAWS",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Deadmau[ .-]?[ .-]?RAWS)\\b"
      }
    },
    {
      "name": "DKB",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(DKB)\\b"
      }
    },
    {
      "name": "DP",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(DP)\\b"
      }
    },
    {
      "name": "DsunS",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(DsunS)\\b"
      }
    },
    {
      "name": "ExREN",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(ExREN)\\b"
      }
    },
    {
      "name": "FAV",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[FAV\\]|-FAV\\b"
      }
    },
    {
      "name": "Fish",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b((Baked|Dead|Space)Fish)\\b"
      }
    },
    {
      "name": "FunArts",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(FunArts)\\b"
      }
    },
    {
      "name": "GERMini",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(GERMini)\\b"
      }
    },
    {
      "name": "Hakata Ramen",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Hakata[ .-]?Ramen)\\b"
      }
    },
    {
      "name": "Hall_of_C",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Hall_of_C)\\b"
      }
    },
    {
      "name": "Hatsuyuki",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Hatsuyuki\\]|-Hatsuyuki\\b"
      }
    },
    {
      "name": "HAV1T",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(HAV1T)\\b"
      }
    },
    {
      "name": "HENiL",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(HENiL)\\b"
      }
    },
    {
      "name": "Hitoku",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Hitoku\\]|-Hitoki\\b"
      }
    },
    {
      "name": "HollowRoxas",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(HollowRoxas)\\b"
      }
    },
    {
      "name": "HR",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(HR)\\b"
      }
    },
    {
      "name": "ICEBLUE",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(ICEBLUE)\\b"
      }
    },
    {
      "name": "iPUNISHER",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(iPUNISHER)\\b"
      }
    },
    {
      "name": "JacobSwaggedUp",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(JacobSwaggedUp)\\b"
      }
    },
    {
      "name": "Johnny-englishsubs",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Johnny-englishsubs)\\b"
      }
    },
    {
      "name": "Kaerizaki-Fansub",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Kaerizaki-Fansub)\\b"
      }
    },
    {
      "name": "Kanjouteki",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Kanjouteki)\\b"
      }
    },
    {
      "name": "KEKMASTERS",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(KEKMASTERS)\\b"
      }
    },
    {
      "name": "Kirion",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Kirion)\\b"
      }
    },
    {
      "name": "KRP",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(KRP)\\b"
      }
    },
    {
      "name": "LoliHouse",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(LoliHouse)\\b"
      }
    },
    {
      "name": "M@nI",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(M@nI)\\b"
      }
    },
    {
      "name": "mal lu zen",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(mal[ .-]lu[ .-]zen)\\b"
      }
    },
    {
      "name": "Man.K",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Man\\.K)\\b"
      }
    },
    {
      "name": "Maximus",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Maximus\\]|-Maximus\\b"
      }
    },
    {
      "name": "MD",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[MD\\]|-MD\\b"
      }
    },
    {
      "name": "mdcx",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(mdcx)\\b"
      }
    },
    {
      "name": "Metaljerk",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Metaljerk)\\b"
      }
    },
    {
      "name": "MGD",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(MGD)\\b"
      }
    },
    {
      "name": "MiniFreeza",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(MiniFreeza)\\b"
      }
    },
    {
      "name": "MinisCuba",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(MinisCuba)\\b"
      }
    },
    {
      "name": "MiniTheatre",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(MiniTheatre)\\b"
      }
    },
    {
      "name": "Mites",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Mites)\\b"
      }
    },
    {
      "name": "Modders Bay",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Modders[ .-]?Bay)\\b"
      }
    },
    {
      "name": "Mr. Deadpool",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Mr\\.Deadpool)\\b"
      }
    },
    {
      "name": "NemDiggers",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(NemDiggers)\\b"
      }
    },
    {
      "name": "neoHEVC",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(neoHEVC)\\b"
      }
    },
    {
      "name": "Nokou",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Nokou)\\b"
      }
    },
    {
      "name": "NoobSubs",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(N[eo][wo]b[ ._-]?Subs)\\b"
      }
    },
    {
      "name": "NS",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(NS)\\b"
      }
    },
    {
      "name": "Nyanpasu",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Nyanpasu)\\b"
      }
    },
    {
      "name": "OldCastle",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(OldCastle)\\b"
      }
    },
    {
      "name": "Pantsu",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Pantsu\\]|-Pantsu\\b"
      }
    },
    {
      "name": "Pao",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Pao\\]|-Pao\\b"
      }
    },
    {
      "name": "phazer11",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(phazer11)\\b"
      }
    },
    {
      "name": "Pixel",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Pixel\\]|-Pixel\\b"
      }
    },
    {
      "name": "Plex Friendly",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Plex[ .-]?Friendly)\\b"
      }
    },
    {
      "name": "PnPSubs",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(PnPSubs)\\b"
      }
    },
    {
      "name": "Polarwindz",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Polarwindz)\\b"
      }
    },
    {
      "name": "Project-gxs",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Project-gxs)\\b"
      }
    },
    {
      "name": "PuyaSubs",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(PuyaSubs)\\b"
      }
    },
    {
      "name": "QaS",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(QAS)\\b"
      }
    },
    {
      "name": "QCE",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(QCE)\\b"
      }
    },
    {
      "name": "Rando235",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Rando235)\\b"
      }
    },
    {
      "name": "Ranger",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Ranger\\]|-Ranger\\b"
      }
    },
    {
      "name": "Rapta",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Rapta\\]|-Rapta\\b"
      }
    },
    {
      "name": "Raw Files",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(M2TS|BDMV|BDVD)\\b"
      }
    },
    {
      "name": "Raze",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Raze\\]|-Raze\\b"
      }
    },
    {
      "name": "Reaktor",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Reaktor)\\b"
      }
    },
    {
      "name": "RightShiftBy2",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(RightShiftBy2)\\b"
      }
    },
    {
      "name": "Rip Time",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Rip[ .-]?Time)\\b"
      }
    },
    {
      "name": "SAD",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[SAD\\]|-SAD\\b"
      }
    },
    {
      "name": "Salieri",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Salieri)\\b"
      }
    },
    {
      "name": "Samir755",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Samir755)\\b"
      }
    },
    {
      "name": "SanKyuu",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(SanKyuu)\\b"
      }
    },
    {
      "name": "SEiN",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[SEiN\\]|-SEiN\\b"
      }
    },
    {
      "name": "sekkusu&ok",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(sekkusu&ok)\\b"
      }
    },
    {
      "name": "SHFS",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(SHFS)\\b"
      }
    },
    {
      "name": "SLAX",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(SLAX)\\b"
      }
    },
    {
      "name": "SRW",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(SRW)\\b"
      }
    },
    {
      "name": "SSA",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(SSA)\\b"
      }
    },
    {
      "name": "StrayGods",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(StrayGods)\\b"
      }
    },
    {
      "name": "Suki Desu",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Suki[ .-]?Desu\\]|-Suki[ .-]?Desu\\b"
      }
    },
    {
      "name": "TeamTurquoize",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(TeamTurquoize)\\b"
      }
    },
    {
      "name": "Tenrai Sensei",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Tenrai[ .-]?Sensei)\\b"
      }
    },
    {
      "name": "TnF",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(TnF)\\b"
      }
    },
    {
      "name": "TOPKEK",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(TOPKEK)\\b"
      }
    },
    {
      "name": "Trix",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Trix\\]|-Trix\\b"
      }
    },
    {
      "name": "U3-Web",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(U3-Web)\\b"
      }
    },
    {
      "name": "UNBIASED",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[UNBIASED\\]|-UNBIASED\\b"
      }
    },
    {
      "name": "USD",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[USD\\]|-USD\\b"
      }
    },
    {
      "name": "Valenciano",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Valenciano)\\b"
      }
    },
    {
      "name": "VipapkStudios",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(VipapkStudios)\\b"
      }
    },
    {
      "name": "VOSTFR",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(VOSTFR)\\b"
      }
    },
    {
      "name": "Wardevil",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Wardevil\\]|-Wardevil\\b"
      }
    },
    {
      "name": "WtF Anime",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(WtF[ ._-]?Anime)\\b"
      }
    },
    {
      "name": "xiao-av1",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(xiao-av1)\\b"
      }
    },
    {
      "name": "Yabai_Desu_NeRandomRemux",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Yabai_Desu_NeRandomRemux)\\b"
      }
    },
    {
      "name": "YakuboEncodes",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(YakuboEncodes)\\b"
      }
    },
    {
      "name": "youshikibi",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(youshikibi)\\b"
      }
    },
    {
      "name": "YuiSubs",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(YuiSubs)\\b"
      }
    },
    {
      "name": "Yun",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Yun\\]|-Yun\\b"
      }
    },
    {
      "name": "zza",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[zza\\]|-zza\\b"
      }
    }
  ]
}

TOP


Uncensored

Uncensored - [CLICK TO EXPAND]

This CF covers releases that are uncensored

JSON - [CLICK TO EXPAND]
{
    "trash_id": "064af5f084a0a24458cc8ecd3220f93f",
    "name": "Uncensored",
    "includeCustomFormatWhenRenaming": true,
    "specifications": [
      {
        "name": "Uncensored",
        "implementation": "ReleaseTitleSpecification",
        "negate": false,
        "required": true,
        "fields": {
          "value": "\\b(Uncut|Unrated|Uncensored|AT[-_. ]?X)\\b"
        }
      }
    ]
  }

TOP


v0

v0 - [CLICK TO EXPAND]

CF to cover releases named with v0 which we don't want

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

TOP


v1

v1 - [CLICK TO EXPAND]

CF to cover v1 releases

JSON - [CLICK TO EXPAND]
{
  "trash_id": "5f400539421b8fcf71d51e6384434573",
  "trash_score": "1",
  "name": "v1",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "v1",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "(\\b|\\d)(v1)\\b"
      }
    }
  ]
}

TOP


v2

v2 - [CLICK TO EXPAND]

CF to cover v2 releases

JSON - [CLICK TO EXPAND]
{
  "trash_id": "3df5e6dfef4b09bb6002f732bed5b774",
  "trash_score": "2",
  "name": "v2",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "v2",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "(\\b|\\d)(v2)\\b"
      }
    }
  ]
}

TOP


v3

v3 - [CLICK TO EXPAND]

CF to cover v3 releases

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

TOP


v4

v4 - [CLICK TO EXPAND]

CF to cover v4 releases

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

TOP


VRV

VRV - [CLICK TO EXPAND]

From Wikipedia, the free encyclopedia

JSON - [CLICK TO EXPAND]
{
  "trash_id": "60f6d50cbd3cfc3e9a8c00e3a30c3114",
  "trash_score": "10",
  "name": "VRV",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "VRV",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\b(vrv)\\b"
      }
    }
  ]
}

TOP


10bit

10bit - [CLICK TO EXPAND]

This CF covers releases that are 10bit

JSON - [CLICK TO EXPAND]
{
  "trash_id": "a5d148168c4506b55cf53984107c396e",
  "name": "10bit",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "10bit",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "10\\.?bit"
      }
    },
    {
      "name": "hi10p",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "hi10p"
      }
    }
  ]
}

TOP


Anime Dual Audio

Anime Dual Audio - [CLICK TO EXPAND]

This CF covers releases that have Dual Audio

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

TOP


Dubs Only

Dubs Only - [CLICK TO EXPAND]

This CF covers releases that only have Dubs

JSON - [CLICK TO EXPAND]
{
  "trash_id": "b23eae459cc960816f2d6ba84af45055",
  "trash_score": "-10000",
  "name": "Dubs Only",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Dubbed",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(dub(bed)?)\\b|(funi|eng(lish)?)_?dub"
      }
    },
    {
      "name": "Golumpa",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Golumpa)\\b"
      }
    },
    {
      "name": "KaiDubs",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(KaiDubs)\\b"
      }
    },
    {
      "name": "KamiFS",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(KamiFS)\\b"
      }
    },
    {
      "name": "KS (Not Dual Audio)",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "^(?!.*Dual[-_. ]?Audio).*\\bKS\\b"
      }
    },
    {
      "name": "torenter69",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(torenter69)\\b"
      }
    },
    {
      "name": "Yameii",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\[Yameii\\]|-Yameii\\b"
      }
    }
  ]
}

TOP


French Audio Version


Multi-French

Multi-French - [CLICK TO EXPAND]

Recognize movies that include the original and the french audio. Work only after import as it need the result from FFprobe to get which audio are present. Will rename the release to keep the recognition of 'Multi' by the Multi-Audio custom format.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "d5f3a1afdb77e6b95e489f7654532d04",
  "name": "Multi-French",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "MULTi",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\b(MULTi)(\\b|\\d)"
      }
    },
    {
      "name": "Original Audio",
      "implementation": "LanguageSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": -2
      }
    },
    {
      "name": "French Audio",
      "implementation": "LanguageSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": 2
      }
    }
  ]
}

TOP


Multi-Audio

Multi-Audio - [CLICK TO EXPAND]

A slightly modified Multi Custom Formats that recognize VF and VO inside the name.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "72b1548df1ac3175ca105a9ce7043c91",
  "trash_score": "300",
  "trash_regex": "https://regex101.com/r/hcMa1f/1",
  "name": "Multi-Audio",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "MULTi",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(MULTi)(\\d|\\b)"
      }
    },
    {
      "name": "VO and VF",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "^(?=.*\\b(VO)\\b)(?=.*\\b(VF(F|I)?)\\b)"
      }
    }
  ]
}

TOP


French Audio

French Audio - [CLICK TO EXPAND]

This will recognize every kind of French Audio.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "6d27683346c78d6a3f772e30877910a7",
  "trash_score": "1",
  "trash_regex": "See individual French Audio CFs: VFF, VFI, VOF, VFQ, VQ, VFB",
  "name": "French Audio",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "French Language",
      "implementation": "LanguageSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 2
      }
    },
    {
      "name": "French Original Version",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\bVOF\\b"
      }
    },
    {
      "name": "TRUEFRENCH",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(TRUEFRENCH|VFF?)\\b"
      }
    },
    {
      "name": "FRENCH",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\bFR(A|ENCH)?\\b"
      }
    },
    {
      "name": "French International",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\bVF(I|\\d)\\b"
      }
    },
    {
      "name": "Belgian French",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\bVFB\\b"
      }
    },
    {
      "name": "Canadian French",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\bVFQ\\b"
      }
    },
    {
      "name": "Version Québécoise",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\bVQ\\b"
      }
    }
  ]
}

TOP


VFF

VFF - [CLICK TO EXPAND]

Full French version (dubbing done in France) and French version (normally equivalent to VFQ).

JSON - [CLICK TO EXPAND]
{
  "trash_id": "404c08fd0bd67f39b4d8e5709319094e",
  "trash_regex": "https://regex101.com/r/5fR55c/1",
  "name": "VFF",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "TRUEFRENCH",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(TRUEFRENCH|VFF?)\\b"
      }
    },
    {
      "name": "FRENCH",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(?<!Multi-)FR(A|ENCH)?\\b"
      }
    }
  ]
}

TOP


VOF

VOF - [CLICK TO EXPAND]

Original French Version.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "4cafa20d5584f6ba1871d1b8941aa3cb",
  "trash_regex": "https://regex101.com/r/wOw8az/1",
  "name": "VOF",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "French Original Version",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\bVOF\\b"
      }
    }
  ]
}

TOP


VFI

VFI - [CLICK TO EXPAND]

International French Version. VF[1-9] or FR[1-9] indicates the number of dubs present (normally VF2 being VFF and VFQ) and is considered as an International French release.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "52772f1cad6b5d26c2551f79bc538a50",
  "trash_regex": "https://regex101.com/r/YA7mOH/1",
  "name": "VFI",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "French International",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\bVF(I|\\d)\\b"
      }
    }
  ]
}

TOP


VFQ

VFQ - [CLICK TO EXPAND]

Canadian French Version.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "b6ace47331a1d3b77942fc18156f6df6",
  "trash_regex": "https://regex101.com/r/j1wmmv/1",
  "name": "VFQ",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "Canadian French",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\bVFQ\\b"
      }
    }
  ]
}

TOP


VQ

VQ - [CLICK TO EXPAND]

Quebec Version (strong Quebec accent, ex: The Simpsons movie).

JSON - [CLICK TO EXPAND]
{
  "trash_id": "95aa50f71a01c82354a7a2b385f1c4d8",
  "trash_regex": "https://regex101.com/r/MGfk6d/1",
  "name": "VQ",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "Version Québécoise",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\bVQ\\b"
      }
    }
  ]
}

TOP


VFB

VFB - [CLICK TO EXPAND]

Belgian French Version.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "b3fb499641d7b3c2006be1d9eb014cb3",
  "trash_regex": "https://regex101.com/r/1arrX4/1",
  "name": "VFB",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "Belgian French",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\bVFB\\b"
      }
    }
  ]
}

TOP


VOSTFR

VOSTFR - [CLICK TO EXPAND]

Indicates soundtrack in the original language, with French subtitles. It should be noted that SUBFRENCH is included inside this Custom Format. However, SUB often mean that the subtitle was embedded inside the picture (hardcoded). French releases tend to mix both, leading some VOSTFR being labelled as SUBFRENCH and SUBFRENCH as VOSTFR.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "9172b2f683f6223e3a1846427b417a3d",
  "trash_regex": "https://regex101.com/r/sWCfAN/1",
  "name": "VOSTFR",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "VOSTFR",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\bVOST.*?FR(E|A)?\\b"
      }
    },
    {
      "name": "SUBFRENCH",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\bSUBFR(A|ENCH)?\\b"
      }
    }
  ]
}

TOP


French HQ Source Groups


FR HQ

French HQ-Releases = FR HQ

FR HQ - [CLICK TO EXPAND]

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

JSON - [CLICK TO EXPAND]
{
  "trash_id": "7737330faad260830b9cabff1a59c4a5",
  "trash_score": "2100",
  "name": "FR HQ",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Not Remux",
      "implementation": "QualityModifierSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": 5
      }
    },
    {
      "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 2160p",
      "implementation": "ResolutionSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": 2160
      }
    },
    {
      "name": "BEO",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-]BEO\\b"
      }
    },
    {
      "name": "D3L0P@tte",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-]D3L0P(@tte)?\\b"
      }
    },
    {
      "name": "DUSTiN",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-]DUSTiN\\b"
      }
    },
    {
      "name": "FLOP",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-]FLOP\\b"
      }
    },
    {
      "name": "FoX",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-]FoX\\b"
      }
    },
    {
      "name": "FRATERNiTY",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-]FRATERNiTY\\b"
      }
    },
    {
      "name": "FrIeNdS",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-]FrIeNdS\\b"
      }
    },
    {
      "name": "FUJiSAN",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-]FUJiSAN\\b"
      }
    },
    {
      "name": "HeavyWeight",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-]HeavyWeight\\b"
      }
    },
    {
      "name": "HLX (not Light)",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "(?<!(m(ini|icro)?HD|(HD|4K)Light).*?)[\\[ .-]HLX\\b"
      }
    },
    {
      "name": "JKF-2D",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-]JKF-2D\\b"
      }
    },
    {
      "name": "LAZARUS",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-]LAZARUS\\b"
      }
    },
    {
      "name": "MARBLECAKE (not Light)",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "(?<!(m(ini|icro)?HD|(HD|4K)Light).*?)[\\[ .-]MARBLECAKE\\b"
      }
    },
    {
      "name": "NEO",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-]NEO\\b"
      }
    },
    {
      "name": "NoNe",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-]NoNe\\b"
      }
    },
    {
      "name": "NoTag",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-]NoTag\\b"
      }
    },
    {
      "name": "SowHD",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-]SowHD\\b"
      }
    },
    {
      "name": "Smaller interesting groups (few releases)",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-](DiEBEX|TkHD|UTT)"
      }
    }
  ]
}

TOP


FR HQ-WEBDL

FR HQ-WEBDL - [CLICK TO EXPAND]

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

JSON - [CLICK TO EXPAND]
{
  "trash_id": "ea29a21b16f8cb189bf7e8c1923daf6c",
  "trash_score": "1750",
  "name": "FR HQ-WEBDL",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "WEBDL",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 7
      }
    },
    {
      "name": "WEBRIP",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 8
      }
    },
    {
      "name": "ALLDAYiN",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-]ALLDAYiN\\b"
      }
    },
    {
      "name": "BEO",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-]BEO\\b"
      }
    },
    {
      "name": "FCK",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-]FCK\\b"
      }
    },
    {
      "name": "FRATERNiTY",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-]FRATERNiTY\\b"
      }
    },
    {
      "name": "FrIeNdS",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-]FrIeNdS\\b"
      }
    },
    {
      "name": "HANAMi",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-]HANAMi\\b"
      }
    },
    {
      "name": "HeavyWeight",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-]HeavyWeight\\b"
      }
    },
    {
      "name": "LAZARUS",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-]LAZARUS\\b"
      }
    },
    {
      "name": "MTDK",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-]MTDK\\b"
      }
    },
    {
      "name": "NEO",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-]NEO\\b"
      }
    },
    {
      "name": "NoNe",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-]NoNe\\b"
      }
    },
    {
      "name": "ONLYMOViE",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-]ONLYMOViE\\b"
      }
    },
    {
      "name": "Slay3R",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-]Slay3R\\b"
      }
    }
  ]
}

TOP


FR HQ-Remux

FR HQ-Remux - [CLICK TO EXPAND]

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

JSON - [CLICK TO EXPAND]
{
  "trash_id": "e99b70d7cfb114fca0e376f87b550d30",
  "trash_score": "1900",
  "name": "FR HQ-Remux",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Remux",
      "implementation": "QualityModifierSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": 5
      }
    },
    {
      "name": "BDHD (no VC1)",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "(?<!VC[ .-]?1.*?)[\\[ .-]BDHD\\b"
      }
    },
    {
      "name": "HDForever",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-]HDForever\\b"
      }
    },
    {
      "name": "HeavyWeight",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-]HeavyWeight\\b"
      }
    },
    {
      "name": "MARBLECAKE",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-]MARBLECAKE\\b"
      }
    },
    {
      "name": "NoTag",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-]NoTag\\b"
      }
    },
    {
      "name": "Obi",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-]Obi\\b"
      }
    },
    {
      "name": "ONLY",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-]ONLY\\b"
      }
    },
    {
      "name": "Psaro",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-]Psaro\\b"
      }
    },
    {
      "name": "Quebec63",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-](Quebec|QC)63\\b"
      }
    },
    {
      "name": "Sicario",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "[\\[ .-]Sicario\\b"
      }
    }
  ]
}

TOP


FR Scene Groups

FR Scene Groups - [CLICK TO EXPAND]

Known French Scene groups.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "0d94489c0d5828cd3bf9409d309fb32b",
  "trash_score": "1500",
  "name": "FR Scene Groups",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "A",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(AiRDOCS|AiRLiNE|AiRTV|AKLHD|AZR)\\b"
      }
    },
    {
      "name": "B",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(BAWLS|BiPOLAR|BLACKPANTERS|BRiNK)\\b"
      }
    },
    {
      "name": "C",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(CARAPiLS|CiELOS|CMBHD|COUAC|CRYPT0)\\b"
      }
    },
    {
      "name": "D",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(D4KiD|DEAL|DiEBEX|DUSS)\\b"
      }
    },
    {
      "name": "E",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(EUBDS)\\b"
      }
    },
    {
      "name": "F",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(FHD|FiDELiO|FiDO|ForceBleue|FREAMON|FRENCHDEADPOOL2)\\b"
      }
    },
    {
      "name": "G",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(GHOULS|GiMNAP|GLiMMER|Goatlove)\\b"
      }
    },
    {
      "name": "H",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(HERC|HYBRiS|HyDe)\\b"
      }
    },
    {
      "name": "J",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(JMT|JUSTICELEAGUE)\\b"
      }
    },
    {
      "name": "K",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(KAZETV|KOGi)\\b"
      }
    },
    {
      "name": "L",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(L0SERNiGHT|LaoZi|LeON|LOFiDEL|LOST)\\b"
      }
    },
    {
      "name": "M",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(MAGiCAL|MANGACiTY|MAXAGAZ|MaxiBeNoul|MELBA|MORELAND|MUNSTER|MUxHD)\\b"
      }
    },
    {
      "name": "N",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(NERDHD|NERO|NrZ|NTK)\\b"
      }
    },
    {
      "name": "O",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(OBSTACLE|OohLaLa)\\b"
      }
    },
    {
      "name": "P",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(PANZeR|PiNKPANTERS|PKPTRS|PRiDEHD|PROPJOE|PURE|PUREWASTEOFBW)\\b"
      }
    },
    {
      "name": "R",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(ROUGH|Ryotox)\\b"
      }
    },
    {
      "name": "S",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(SAFETY|SASHiMi|SEiGHT|SESKAPiLE|SharpHD|SHEEEiT|SHiNiGAMi(UHD)?|SiGeRiS|SILVIODANTE|SLEEPINGFOREST|SODAPOP|SPINE|SPOiLER|STRINGERBELL)\\b"
      }
    },
    {
      "name": "T",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(THENiGHTMAREiNHD|THiNK|THREESOME|TiMELiNE|TSuNaMi)\\b"
      }
    },
    {
      "name": "U",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(UKDHD|UKDTV|ULSHD|Ulysse|USURY)\\b"
      }
    },
    {
      "name": "V",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(VENUE|VoMiT)\\b"
      }
    },
    {
      "name": "W",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Wednesday29th)\\b"
      }
    },
    {
      "name": "Z",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(ZEST)\\b"
      }
    }
  ]
}

TOP


FR LQ

French Low Quality Releases = FR LQ

FR LQ - [CLICK TO EXPAND]

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

Note

  • Ads/Watermarks = Groups that are know to put ads or watermark in their releases.
  • Bad/False releases = Groups that are known for lying on the quality, type or the name of their releases.
  • DeTAG/ReTAG = Detagging or stealing groups.
  • Other reasons = Banned Release Groups.
JSON - [CLICK TO EXPAND]
{
  "trash_id": "48f031e76111f17ea94898f4cdc34fdc",
  "trash_score": "-10000",
  "name": "FR LQ",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Ads/Watermarks",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Avitech|CZ\\d+|EXTREME|GA(Ï|I)A|HMiDiMADRiDi|Hush|KILLERMIX|NEWCINE|RPZ|RZP|ShowFR|Wawa-?(city|mania|porno)?|ZW)\\b"
      }
    },
    {
      "name": "Bad/False releases",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(ACOOL|AlioZ|ASPHiXiAS|BLABLASTREAM|FReeZeR|GHOSTSPiRiT|GHZ|HEVCBay|JiHeff|KR4K3N|Matmatha|MKVXTEAM|Monchat|NOMAD|NORRIS|PiCKLES|PREUMS|qctimb3rlandqc|ROLLED|SCREEN|SHiFT|SKRiN|TicaDow|Tokushi|TOXIC|TUTUTE|UNiKORN|Zombie)\\b"
      }
    },
    {
      "name": "DeTAG/ReTAG",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b((Cpasbien|CPB)|AT|bigZT|Boheme|CINeHD|DOLL4R|Dread[ .-]?Team|EZTV|FGT|Firetown|FUN|HDMIDIMADRIDI|JetAnime|L-O-L|NewZT|RARBG|SubZero|T9|Time2Watch|TIREXO|Torrent9|WaNeZt|WebAnime|YIFY|YTS|ZONE|ZT)\\b"
      }
    },
    {
      "name": "Other reasons",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(ARKRiL|BossBaby|Champion9|Copycomic|EASPORTS|EliteT|FUNKKY|FUNKY|GOBO2S|HD2|LNA3d|LTTM|MACK4|MeMyl|METALLIKA|MGD|Moorea81|Muxman|Mzsys|N3TFL1X|NoelMaison|nutella|Papaya|PIKACHU|PULSE|RELiC|SHARKS|SP3CTR|STVFRV|TeamSuW|TORRiD|TSN999|TVPSLO|Upmix|VIKY47|Wakanim|WINCHESTER|Wita)\\b"
      }
    }
  ]
}

TOP


Last update: October 8, 2022 13:57:32