Skip to content

DISCLAIMER

The current Sonarr v4 branch is for dev and testing purposes internally only.
It is not supported nor officially released and still considered pre-alpha.
It is not advised to run pre-alpha software in a production environment.
Any issues encountered including glitches or data loss are not supported and you're on your own.

⚠ - What ever issue you find related to Sonarr DO NOT report it in Sonarr Discord. - ⚠

Any questions related to the guide can be asked in TRaSH-Guides Discord.

perhaps this disclaimer will be removed soon(tm)

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 everyone that helped testing and creating these Custom Formats.

With Sonarr V4+, Custom Formats are much more advanced/powerful than with the release profiles, although this also means a Custom Format is much more complicated to setup.

I also made 3 guides related to this one.

Tip

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

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

Series Versions Unwanted HQ Source Groups Streaming Services
Hybrid BR-DISK WEB Tier 01 Amazon
Remaster LQ WEB Tier 02 Apple TV+
x265 (HD) WEB Tier 03 DC Universe
WEB Scene Disney+
HBO Max
HBO
Hulu
Netflix
Paramount+
Peacock TV
Quibi
SHOWTIME
YouTube Red
iTunes

Misc Optional    
Repack/Proper Bad Dual Groups    
Repack v2 DV (WEBDL)    
Repack v3 HDR10+ Boost    
Multi No-RlsGroup    
MPEG2 Obfuscated    
x264 Retags    
x265 Scene    
Season Packs    
x265 (no HDR/DV)    
AV1    

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": "0d7824bb924701997f874e7ff7d4844a",
  "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": "9d00418ba386a083fbf4d58235fc37ef",
  "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": "b6fbafa7942952a13e17e2b1152b539a",
  "trash_score": "3000",
  "name": "ATMOS (undefined)",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "ATMOS",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\bATMOS(\\b|\\d)"
      }
    },
    {
      "name": "Dolby Digital Plus",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
      }
    },
    {
      "name": "Not AAC",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\bAAC(\\b|\\d)"
      }
    },
    {
      "name": "Not Basic Dolby Digital ",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\bDD[^a-z+]|(?<!e)ac3"
      }
    },
    {
      "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 PCM",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(l?)PCM(\\b|\\d)"
      }
    },
    {
      "name": "Not TrueHD",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "True[ .-]?HD"
      }
    }
  ]
}

TOP


DDPlus ATMOS

DDPlus = DD+

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": "4232a509ce60c4e208d13825b7c06264",
  "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": "1808e4b9cee74e064dfae3f1db99dbfe",
  "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"
      }
    }
  ]
}

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": "c429417a57ea8c41d57e6990a8b0033f",
  "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": "851bd64e04c9374c51102be3dd9ae4cc",
  "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": "30f70576671ca933adbdcfc736a69718",
  "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": "cfa5fbd8f02a86fc55d8d223d06a5e1f",
  "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": "63487786a8b01b7f20dd2bc90dd4a477",
  "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": "c1a25cd67b5d2e08287c957b1eb903ec",
  "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": "5964f2a8b3be407d083498e4459d05d0",
  "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": "a50b8a0c62274a7c38b09a9619ba9d86",
  "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": "dbe00161b08a25ac6154c55f95e6318d",
  "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": "3e8b714263b26f486972ee1e0fe7606c",
  "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": "28f6ef16d61e2d1adfce3156ed8257e3",
  "trash_score": "250",
  "name": "Opus",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
      "name": "Opus",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
          "value": "\\bOPUS(\\b|\\d)"
      }
    },
    {
      "name": "Not OPUS Release Group",
      "implementation": "ReleaseGroupSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "OPUS"
      }
  }]
}

TOP


Audio Channels


1.0 Mono

JSON - [CLICK TO EXPAND]
{
  "trash_id": "bd6dd5e043aa27ff4696a08d011c7d96",
  "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": "834e534f103938853ffced4203b53e72",
  "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": "42cba7e38c7947a6d1d0a62580ee6d62",
  "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": "1895195e84767de180653914ce207245",
  "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": "3fbafa924f361e66fbc6187af82dfa85",
  "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": "9fb6d778592c293467437593ef394bf1",
  "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": "204c8c3e7315bb0ea81332774fa888d6",
  "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": "a377864de6228b252d6e28962673cedd",
  "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": "7878c33f1963fefb3d6c8657d46c2f0a",
  "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": "6d0d8de7b57e35518ac0308b0ddf404e",
  "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": "1f733af03141f068a540eec352589a89",
  "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": "27954b0a80aab882522a88a4d9eae1cd",
  "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": "a3d82cbef5039f8d295478d28a887159",
  "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": "3497799d29a085e2ac2df9d468413c94",
  "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": "3e2c4e748b64a1a1118e0ea3f4cf6875",
  "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 FraMeSToR",
      "implementation": "ReleaseGroupSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(FraMeSToR)\\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": "bb019e1cd00f304f80971c965de064dc",
  "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": "ResolutionSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": 2160
      }
    },
    {
      "name": "Not DV",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(dv|dovi|dolby[ .]?vision)\\b"
      }
    },
    {
      "name": "Not HDR10",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\bHDR10(\\b[^+|Plus])"
      }
    },
    {
      "name": "Not HDR10+",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\bHDR10(\\+|P(lus)?\\b)"
      }
    },
    {
      "name": "Not HLG",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(HLG)\\b"
      }
    },
    {
      "name": "Not PQ",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(PQ)\\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": "2a7e3be05d3861d6df7171ec74cad727",
  "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(\\b[^+|Plus])"
      }
    },
    {
      "name": "Not HDR10+",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\bHDR10(\\+|P(lus)?\\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


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": "17e889ce13117940092308f48b48b45b",
  "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


Series 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": "3a4127d8aa781b44120d907f2cd62627",
  "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": "b735f09d3c025cbb7d75a5d38325b73b",
  "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


Unwanted


BR-DISK

BR-DISK - [CLICK TO EXPAND]

This is a custom format to help Sonarr 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 Sonarr 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.
  • Sonarr v3/v4 uses dynamic custom formats.
JSON - [CLICK TO EXPAND]
{
  "trash_id": "85c61753df5da1fb2aab6f2a47426b09",
  "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.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "9c11cd3f07101cdba90a2d81cf0e56b4",
  "trash_score": "-10000",
  "name": "LQ",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "BRiNK",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\bBRiNK\\b"
      }
    },
    {
      "name": "CHX",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\bCHX\\b"
      }
    },
    {
      "name": "EVO",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\bEVO\\b"
      }
    },
    {
      "name": "GHOSTS",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\bGHOSTS\\b"
      }
    },
    {
      "name": "MeGusta",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(MeGusta)\\b"
      }
    },
    {
      "name": "NERO",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\bNERO\\b"
      }
    },
    {
      "name": "nhanc3",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\bnhanc3\\b"
      }
    },
    {
      "name": "Pahe",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "Pahe\\.(ph|in)\\b"
      }
    },
    {
      "name": "TBS",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\bTBS\\b"
      }
    },
    {
      "name": "VIDEOHOLE",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\bVIDEOHOLE\\b"
      }
    },
    {
      "name": "worldmkv",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\bworldmkv\\b"
      }
    },
    {
      "name": "XLF",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\bXLF\\b"
      }
    }
  ]
}

TOP


x265 (HD)

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

x265 (HD) - [CLICK TO EXPAND]

This blocks/ignores 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": "47435ece6b99a0b477caf360e79ba0bb",
  "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


Misc


Repack/Proper

JSON - [CLICK TO EXPAND]
{
  "trash_id": "ec8fa7296b64e8cd390a1600981f3923",
  "trash_score": "11",
  "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


Repack v2

JSON - [CLICK TO EXPAND]
{
  "trash_id": "eb3d5cc0a2be0db205fb823640db6a3c",
  "trash_score": "12",
  "name": "Repack v2",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Repack v2",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(repack2)\\b"
      }
    }
  ]
}

TOP


Repack v3

JSON - [CLICK TO EXPAND]
{
  "trash_id": "44e7c4de10ae50265753082e5dc76047",
  "trash_score": "13",
  "name": "Repack v3",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Repack v3",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(repack3)\\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": "cddfb4e32db826151d97352b8e37c648",
  "name": "x264",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "x|h264",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "[xh][ ._-]?264|\\bAVC(\\b|\\d)"
      }
    },
    {
      "name": "Not Remux",
      "implementation": "SourceSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": 7
      }
    }
  ]
}

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": "c9eafd50846d299b862ca9bb6ea91950",
  "name": "x265",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "x|h265",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "[xh][ ._-]?265|\\bHEVC(\\b|\\d)"
      }
    },
    {
      "name": "Not Remux",
      "implementation": "SourceSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": 7
      }
    }
  ]
}

TOP


MPEG2

JSON - [CLICK TO EXPAND]
{
  "trash_id": "4aee45b0868229c4fbd8bad3e315f1d0",
  "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": "7ba05c6e0e14e793538174c679126996",
  "name": "Multi",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [{
      "name": "Multi",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
          "value": "\\bMulti(\\b|\\d)"
      }
  }]
}

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": "32b367365729d530ca1c124a0b180c64",
  "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": "9b27ab6498ec0f31a3353992e19434ca",
  "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": "Not Remux",
      "implementation": "SourceSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": 7
      }
    },
    {
      "name": "Not HDR",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\bHDR(\\b|\\d)"
      }
    },
    {
      "name": "Not Hulu",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(hulu)\\b"
      }
    },
    {
      "name": "Not SiC",
      "implementation": "ReleaseGroupSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(SiC)\\b"
      }
    }
  ]
}

TOP


HDR10Plus Boost

HDR10+ Boost - [CLICK TO EXPAND]

Optional (use this one only if you have a (Samsung) TV that supports HDR10+ and you don't have a Setup that supports DV or you prefer HDR10+.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "0dad0a507451acddd754fe6dc3a7f5e7",
  "trash_score": "901",
  "trash_regex": "https://regex101.com/r/hCAQEO/4",
  "name": "HDR10+ Boost",
  "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


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": "82d40da2bc6923f41e14394075dd4b03",
  "trash_score": "-10000",
  "name": "No-RlsGroup",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "No Parsed Group",
      "implementation": "ReleaseGroupSpecification",
      "negate": true,
      "required": false,
      "fields": {
        "value": "."
      }
    }
  ]
}

TOP


Obfuscated

Obfuscated - [CLICK TO EXPAND]

Optional (use these only if you dislike renamed releases)

JSON - [CLICK TO EXPAND]
{
  "trash_id": "e1a997ddb54e3ecbfe06341ad323c458",
  "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": "06d66ab109d4d2eddb2794d21526d140",
  "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": "1b3994c551cbb92a2c781af061f4ab44",
  "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


Season Pack

Season Pack - [CLICK TO EXPAND]

This Custom Format can be used depending if you prefer or not prefer a season pack

  • Give it a score of 10 if you prefer a season pack.
  • Give it a score of -10000 if you don't prefer a season pack.
  • /\bS\d+\b(?!E\d+\b)/i season packs are preferred: however, given the folder name is ignored the error/warning/issue occurs as the file names would not be a season pack of course.
  • keep in mind this is the only way to prefer season packs if you have preferred words due to the long standing bug => Preferred Words overrule season pack preference Sonarr/Sonarr#3562

WARNING

  • This Custom Format could result in a download loop ‼
  • This will upgrade also your already downloaded single episodes ‼
JSON - [CLICK TO EXPAND]
{
  "trash_id": "3bc5f395426614e155e585a2f056cdf1",
  "name": "Season Pack",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Season Packs",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\bS\\d+\\b(?!E\\d+\\b)"
      }
    }
  ]
}

TOP


x265 (no HDR/DV)

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

This blocks/ignores 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": "9b64dff695c2115facf1b6ea59c9bd07",
  "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


AV1

AV1 - [CLICK TO EXPAND]
  • This is a new codec and you need modern devices that support it.
  • We also had reports of playback/transcoding issues.
  • No main group is actually using it (yet).
  • It's better to ignore this new codec to prevent compatibility issues.
JSON - [CLICK TO EXPAND]
{
  "trash_id": "1b3994c551cbb92a2c781af061f4ab44",
  "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


HQ Source Groups


WEB Tier 01

WEB Tier 01 - [CLICK TO EXPAND]
  • Groups that are on a certain list and active
  • Groups that are on a certain list and did a minimum of x releases
  • Groups that are not on the list but have a few releases on their name, but won't be trumped by a season pack on the top tier trackers
  • Hybrid releases
JSON - [CLICK TO EXPAND]
{
  "trash_id": "e6258996055b9fbab7e9cb2f75819294",
  "trash_score": "1700",
  "name": "WEB Tier 01",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "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": "CasStudio",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(CasStudio)\\b"
      }
    },
    {
      "name": "CRFW",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(CRFW)\\b"
      }
    },
    {
      "name": "CtrlHD",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(CtrlHD)\\b"
      }
    },
    {
      "name": "FLUX",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(FLUX)\\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": "monkee",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(monkee)\\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": "QOQ",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(QOQ)\\b"
      }
    },
    {
      "name": "RTN",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(RTN)\\b"
      }
    },
    {
      "name": "SIC",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(SIC)\\b"
      }
    },
    {
      "name": "T6D",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(T6D)\\b"
      }
    },
    {
      "name": "TOMMY",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(TOMMY)\\b"
      }
    },
    {
      "name": "ViSUM",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(ViSUM)\\b"
      }
    },
    {
      "name": "WEBDL",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 3
      }
    },
    {
      "name": "WEBRIP",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 4
      }
    }
  ]
}

TOP


WEB Tier 02

WEB Tier 02 - [CLICK TO EXPAND]
  • Groups that are on a certain list and are less or not active anymore
  • Groups that only did a few releases
  • Groups that are not on the list but have a few releases on their name
JSON - [CLICK TO EXPAND]
{
  "trash_id": "58790d4e2fdcd9733aa7ae68ba2bb503",
  "trash_score": "1650",
  "name": "WEB Tier 02",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "3cTWeB",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(3cTWeB)\\b"
      }
    },
    {
      "name": "BLUTONiUM",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(BLUTONiUM)\\b"
      }
    },
    {
      "name": "BTW",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(BTW)\\b"
      }
    },
    {
      "name": "Chotab",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Chotab)\\b"
      }
    },
    {
      "name": "Cinefeel",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Cinefeel)\\b"
      }
    },
    {
      "name": "CiT",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(CiT)\\b"
      }
    },
    {
      "name": "Coo7",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Coo7)\\b"
      }
    },
    {
      "name": "dB",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(dB)\\b"
      }
    },
    {
      "name": "DEEP",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(DEEP)\\b"
      }
    },
    {
      "name": "END",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(END)\\b"
      }
    },
    {
      "name": "ETHiCS",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(ETHiCS)\\b"
      }
    },
    {
      "name": "FC",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(FC)\\b"
      }
    },
    {
      "name": "Flights",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(Flights)\\b"
      }
    },
    {
      "name": "GNOME",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(GNOME)\\b"
      }
    },
    {
      "name": "iJP",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(iJP)\\b"
      }
    },
    {
      "name": "iKA",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(iKA)\\b"
      }
    },
    {
      "name": "iT00NZ",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(iT00NZ)\\b"
      }
    },
    {
      "name": "JETIX",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(JETIX)\\b"
      }
    },
    {
      "name": "KHN",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(KHN)\\b"
      }
    },
    {
      "name": "KiMCHI",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(KiMCHI)\\b"
      }
    },
    {
      "name": "LAZY",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(LAZY)\\b"
      }
    },
    {
      "name": "MZABI",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(MZABI)\\b"
      }
    },
    {
      "name": "NPMS",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(NPMS)\\b"
      }
    },
    {
      "name": "NYH",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(NYH)\\b"
      }
    },
    {
      "name": "orbitron",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(orbitron)\\b"
      }
    },
    {
      "name": "playWEB",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(playWEB)\\b"
      }
    },
    {
      "name": "PSiG",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(PSiG)\\b"
      }
    },
    {
      "name": "ROCCaT",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(ROCCaT)\\b"
      }
    },
    {
      "name": "RTFM",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(RTFM)\\b"
      }
    },
    {
      "name": "SA89",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(SA89)\\b"
      }
    },
    {
      "name": "SDCC",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(SDCC)\\b"
      }
    },
    {
      "name": "SIGMA",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(SIGMA)\\b"
      }
    },
    {
      "name": "SMURF",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(SMURF)\\b"
      }
    },
    {
      "name": "SPiRiT",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(SPiRiT)\\b"
      }
    },
    {
      "name": "TEPES",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(TEPES)\\b"
      }
    },
    {
      "name": "TVSmash",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(TVSmash)\\b"
      }
    },
    {
      "name": "WELP",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(WELP)\\b"
      }
    },
    {
      "name": "WEBDL",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 3
      }
    },
    {
      "name": "WEBRIP",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 4
      }
    }
  ]
}

TOP


WEB Tier 03

WEB Tier 03 - [CLICK TO EXPAND]
  • Groups that are on a certain list and are less or not active anymore
  • Groups that hardly done any releases
  • Groups that are not on the list but have a few releases on their name
JSON - [CLICK TO EXPAND]
{
  "trash_id": "d84935abd3f8556dcd51d4f27e22d0a6",
  "trash_score": "1600",
  "name": "WEB Tier 03",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "SLiGNOME",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(SLiGNOME)\\b"
      }
    },
    {
      "name": "T4H",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(T4H)\\b"
      }
    },
    {
      "name": "ViSiON",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(ViSiON)\\b"
      }
    },
    {
      "name": "WEBDL",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 3
      }
    },
    {
      "name": "WEBRIP",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 4
      }
    }
  ]
}

TOP


WEB Scene

WEB Scene - [CLICK TO EXPAND]

One of the few scene groups that released quality releases.

JSON - [CLICK TO EXPAND]
{
  "trash_id": "d0c516558625b04b363fa6c5c2c7cfd4",
  "trash_score": "1800",
  "name": "WEB Scene",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "DEFLATE",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(DEFLATE)\\b"
      }
    },
    {
      "name": "INFLATE",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(INFLATE)\\b"
      }
    }
  ]
}

TOP


Streaming Services


AMZN

Amazon

Amazon - [CLICK TO EXPAND]

From Wikipedia, the free encyclopedia

JSON - [CLICK TO EXPAND]
{
  "trash_id": "d660701077794679fd59e8bdf4ce3a29",
  "trash_score": "100",
  "name": "AMZN",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "Amazon",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(amzn|amazon)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
      }
    }
  ]
}

TOP


ATVP

Apple TV+

Apple TV+ - [CLICK TO EXPAND]

From Wikipedia, the free encyclopedia

JSON - [CLICK TO EXPAND]
{
  "trash_id": "f67c9ca88f463a48346062e8ad07713f",
  "trash_score": "100",
  "name": "ATVP",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "Apple TV+",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(atvp|aptv|Apple TV\\+)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
      }
    }
  ]
}

TOP


DCU

DC Universe

DC Universe - [CLICK TO EXPAND]

From Wikipedia, the free encyclopedia

JSON - [CLICK TO EXPAND]
{
  "trash_id": "36b72f59f4ea20aad9316f475f2d9fbb",
  "trash_score": "75",
  "name": "DCU",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "DC Universe",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(dcu|DC Universe)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
      }
    }
  ]
}

TOP


DSNP

Disney+

Disney+ - [CLICK TO EXPAND]

From Wikipedia, the free encyclopedia

JSON - [CLICK TO EXPAND]
{
  "trash_id": "89358767a60cc28783cdc3d0be9388a4",
  "trash_score": "90",
  "name": "DSNP",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "Disney+",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(dsnp|dsny|disney|Disney\\+)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
      }
    }
  ]
}

TOP


HMAX

HBO Max

HBO Max - [CLICK TO EXPAND]

From Wikipedia, the free encyclopedia

JSON - [CLICK TO EXPAND]
{
  "trash_id": "a880d6abc21e7c16884f3ae393f84179",
  "trash_score": "90",
  "name": "HMAX",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "HBO Max",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(hmax|hbom|hbo max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
      }
    }
  ]
}

TOP


HBO

HBO

HBO - [CLICK TO EXPAND]

From Wikipedia, the free encyclopedia

JSON - [CLICK TO EXPAND]
{
  "trash_id": "7a235133c87f7da4c8cccceca7e3c7a6",
  "trash_score": "75",
  "name": "HBO",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "HBO",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(hbo)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
      }
    }
  ]
}

TOP


Hulu

Hulu

Hulu - [CLICK TO EXPAND]

From Wikipedia, the free encyclopedia

JSON - [CLICK TO EXPAND]
{
  "trash_id": "f6cce30f1733d5c8194222a7507909bb",
  "trash_score": "85",
  "name": "HULU",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "Hulu",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(hulu)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
      }
    }
  ]
}

TOP


NF

Netflix

Netflix - [CLICK TO EXPAND]

From Wikipedia, the free encyclopedia

JSON - [CLICK TO EXPAND]
{
  "trash_id": "d34870697c9db575f17700212167be23",
  "trash_score": "90",
  "name": "NF",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "Netflix",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(nf|netflix)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
      }
    }
  ]
}

TOP


PMTP

Paramount+

Paramount+ - [CLICK TO EXPAND]

From Wikipedia, the free encyclopedia

JSON - [CLICK TO EXPAND]
{
  "trash_id": "c67a75ae4a1715f2bb4d492755ba4195",
  "trash_score": "75",
  "name": "PMTP",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "Paramount+",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(pmtp|Paramount\\+)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
      }
    }
  ]
}

TOP


PCOK

Peacock TV

Peacock TV - [CLICK TO EXPAND]

From Wikipedia, the free encyclopedia

JSON - [CLICK TO EXPAND]
{
  "trash_id": "1656adc6d7bb2c8cca6acfb6592db421",
  "trash_score": "85",
  "name": "PCOK",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "Peacock TV",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(pcok|Peacock TV)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
      }
    }
  ]
}

TOP


Qibi

Quibi

Quibi - [CLICK TO EXPAND]

From Wikipedia, the free encyclopedia

JSON - [CLICK TO EXPAND]
{
  "trash_id": "3ac5d84fce98bab1b531393e9c82f467",
  "trash_score": "90",
  "name": "QIBI",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "Quibi",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(qibi|quibi)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
      }
    }
  ]
}

TOP


SHO

SHOWTIME

SHOWTIME - [CLICK TO EXPAND]

From Wikipedia, the free encyclopedia

JSON - [CLICK TO EXPAND]
{
  "trash_id": "ae58039e1319178e6be73caab5c42166",
  "trash_score": "95",
  "name": "SHO",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "SHOWTIME",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(sho|showtime)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
      }
    }
  ]
}

TOP


RED

RED = Youtube Red = Youtube Premium

Youtube Red - [CLICK TO EXPAND]

From Wikipedia, the free encyclopedia

JSON - [CLICK TO EXPAND]
{
  "trash_id": "c30d2958827d1867c73318a5a2957eb1",
  "trash_score": "75",
  "name": "RED",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "YouTube Red",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(red|youtube red)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
      }
    }
  ]
}

TOP


IT

iT = iTunes

iTunes - [CLICK TO EXPAND]

From Wikipedia, the free encyclopedia

JSON - [CLICK TO EXPAND]
{
  "trash_id": "0ac24a2a68a9700bcb7eeca8e5cd644c",
  "trash_score": "75",
  "name": "iT",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "iTunes",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\b(it|itunes)\\b(?=[ ._-]web[ ._-]?(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": "949c16fe0a8147f50ba82cc2df9411c9",
  "trash_score": "1400",
  "name": "Anime BD Tier 01 (Top SeaDex Muxers)",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Bluray",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 6
      }
    },
    {
      "name": "Bluray Remux",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 7
      }
    },
    {
      "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": "ed7f1e315e000aef424a58517fa48727",
  "trash_score": "1300",
  "name": "Anime BD Tier 02 (SeaDex Muxers)",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Bluray",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 6
      }
    },
    {
      "name": "Bluray Remux",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 7
      }
    },
    {
      "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": "096e406c92baa713da4a72d88030b815",
  "trash_score": "1200",
  "name": "Anime BD Tier 03 (SeaDex Muxers)",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Bluray",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 6
      }
    },
    {
      "name": "Bluray Remux",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 7
      }
    },
    {
      "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": "30feba9da3030c5ed1e0f7d610bcadc4",
  "trash_score": "1100",
  "name": "Anime BD Tier 04 (SeaDex Muxers)",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Bluray",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 6
      }
    },
    {
      "name": "Bluray Remux",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 7
      }
    },
    {
      "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": "545a76b14ddc349b8b185a6344e28b04",
  "trash_score": "1000",
  "name": "Anime BD Tier 05 (Remuxes)",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Bluray",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 6
      }
    },
    {
      "name": "Bluray Remux",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 7
      }
    },
    {
      "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": "25d2afecab632b1582eaf03b63055f72",
  "trash_score": "900",
  "name": "Anime BD Tier 06 (FanSubs)",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Bluray",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 6
      }
    },
    {
      "name": "Bluray Remux",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 7
      }
    },
    {
      "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": "0329044e3d9137b08502a9f84a7e58db",
  "trash_score": "800",
  "name": "Anime BD Tier 07 (P2P/Scene)",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Bluray",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 6
      }
    },
    {
      "name": "Bluray Remux",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 7
      }
    },
    {
      "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": "c81bbfb47fed3d5a3ad027d077f889de",
  "trash_score": "700",
  "name": "Anime BD Tier 08 (Mini Encodes)",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Bluray",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 6
      }
    },
    {
      "name": "Bluray Remux",
      "implementation": "SourceSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": 7
      }
    },
    {
      "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": "e0014372773c8f0e1bef8824f00c7dc4",
  "trash_score": "600",
  "name": "Anime Web Tier 01 (Muxers)",
  "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": "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": "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": "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": "19180499de5ef2b84b6ec59aae444696",
  "trash_score": "500",
  "name": "Anime Web Tier 02 (Top FanSubs)",
  "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": "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": "c27f2ae6a4e82373b0f1da094e2489ad",
  "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": "4fd5528a3a8024e6b49f9c67053ea5f3",
  "trash_score": "300",
  "name": "Anime Web Tier 04 (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": "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": "29c2a13d091144f63307e4a8ce963a39",
  "trash_score": "200",
  "name": "Anime Web Tier 05 (FanSubs)",
  "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": "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": "dc262f88d74c651b12e9d90b39f6c753",
  "trash_score": "100",
  "name": "Anime Web Tier 06 (FanSubs)",
  "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": "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": "b4a1b3d705159cdca36d71e57ca86871",
  "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": "e3515e519f3b1360cbfc17651944354c",
  "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": "026d5aadd1a6b4e550b134cb6c72b3ca",
  "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": "d2d7b8a9d39413da5f44054080e028a3",
  "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": "273bd326df95955e1b6c26527d1df89b",
  "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": "228b8ee9aa0a609463efca874524a6b8",
  "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": "0e5833d3af2cc5fa96a0c29cd4477feb",
  "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": "4fc15eeb8f2f9a749f918217d4234ad8",
  "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": "44a8ee6403071dd7b8a3a8dd3fe8cb20",
  "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": "b2550eb333d27b75833e25b8c2557b38",
  "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": "418f50b10f1907201b6cfdf881f467b7",
  "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": "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": "9c14d194486c4014d422adc64092d794",
  "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



Last update: November 4, 2022 20:23:01