Collection of Custom Formats¶
Here I will try to collect a collection of the most needed and commonly used Custom Formats. These have been collected from either discussions on discord or that I created with help from others. Special thanks to rg9400, bakerboy448 and Team Radarr.
With Radarr V3, Custom Formats are much more advanced/powerful than with v0.2, although this also means a Custom Format is much more complicated to setup.
After requesting at Team Radarr we now have the options to import/export the Custom Formats in a JSON format that we can use here what makes it easier to share the different kind of Custom Formats.
I also made 3 guides related to this one.
- How to import Custom Formats. Where I will try to explain how to import the Custom Formats.
- How to upgrade Custom Formats. Where I will try to explain how to upgrade your existing the Custom Formats.
- How to setup Custom Formats Where I will try to explain how to make the most use of Custom Formats and show some personal examples that I'm using. That you can use to get a idea how to setup yours.
Tip
I also suggest to change the Propers and Repacks settings in Radarr
Media Management
=> File Management
to Do Not Prefer
and use the Repack/Proper Custom Format.
This way you make sure the Custom Formats preferences will be used and not ignored.
Questions or Suggestions?
If you have questions or suggestions click the chat badge to join the Discord Support Channel where you can ask your questions directly and get live support.
INDEX¶
Audio Advanced #1 | Audio Advanced #2 | Audio Channels | HDR Metadata |
---|---|---|---|
TrueHD ATMOS | FLAC | 1.0 Mono | Dolby Vision |
DTS X | PCM | 2.0 Stereo | Dolby Vision (Single Layer) |
ATMOS (undefined) | DTS-HD HRA | 3.0 Sound | HDR |
DD+ ATMOS | AAC | 4.0 Sound | HDR (undefined) |
TrueHD | Dolby Digital | 5.1 Surround | 10 Bit |
DTS-HD MA | MP3 | 6.1 Surround | |
Dolby Digital Plus | Opus | 7.1 Surround | |
DTS-ES | 9.1 Surround | ||
DTS |
Audio Advanced¶
TrueHD ATMOS¶
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
{
"trash_id": "496f355514737f7d83bf7aa4d24f8169",
"trash_score": "2000",
"name": "TrueHD ATMOS",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "TrueHD",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "TrueHD"
}
},
{
"name": "ATMOS",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bATMOS(\\b|\\d)"
}
},
{
"name": "Not Dolby Digital Plus ",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^-]dd[p+]|eac3"
}
},
{
"name": "Not DTS",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bDTS(\\b|\\d)"
}
},
{
"name": "Not Basic Dolby Digital",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "(?<!e)ac3"
}
},
{
"name": "Not FLAC",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bFLAC(\\b|\\d)"
}
}
]
}
DTS X¶
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
{
"trash_id": "2f22d89048b01681dde8afe203bf2e95",
"trash_score": "1900",
"name": "DTS X",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "DTS X",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "dts[-. ]?x(?!\\d)"
}
},
{
"name": "Not Basic DTS",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "DTS[ .]?[1-9]"
}
},
{
"name": "Not Basic Dolby Digital",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bDD(\\b|\\d)|(?<!e)ac3"
}
},
{
"name": "Not Dolby Digital Plus",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^-]dd[p+]|eac3"
}
},
{
"name": "Not TrueHD/ATMOS",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "TrueHD|\\bATMOS(\\b|\\d)"
}
},
{
"name": "Not FLAC",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bFLAC(\\b|\\d)"
}
},
{
"name": "Not AAC",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bAAC(\\b|\\d)"
}
},
{
"name": "Not PCM",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(l?)PCM(\\b|\\d)"
}
}
]
}
ATMOS (undefined)¶
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
{
"trash_id": "417804f7f2c4308c1f4c5d380d4c4475",
"trash_score": "1800",
"name": "ATMOS (undefined)",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "Dolby Digital Plus",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^-]dd[p+]|eac3"
}
},
{
"name": "ATMOS",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bATMOS(\\b|\\d)"
}
},
{
"name": "Not TrueHD",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "TrueHD"
}
},
{
"name": "Not DTS",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bDTS(\\b|\\d)"
}
},
{
"name": "Not Basic Dolby Digital ",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "(?<!e)ac3"
}
},
{
"name": "Not FLAC",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bFLAC(\\b|\\d)"
}
},
{
"name": "Not AAC",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bAAC(\\b|\\d)"
}
},
{
"name": "Not PCM",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(l?)PCM(\\b|\\d)"
}
}
]
}
DD+ ATMOS¶
Atmos via UHD Blu-ray will be lossless, or lossy via streaming services so in this case it will be lossy + Atmos
json
{
"trash_id": "1af239278386be2919e1bcee0bde047e",
"trash_score": "1800",
"name": "DD+ ATMOS",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Dolby Digital Plus",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "[^-]dd[p+]|eac3"
}
},
{
"name": "ATMOS",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(ATMOS|DDPA)(\\b|\\d)"
}
},
{
"name": "Not TrueHD",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "TrueHD"
}
},
{
"name": "Not DTS",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bDTS(\\b|\\d)"
}
},
{
"name": "Not Basic Dolby Digital ",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "(?<!e)ac3"
}
},
{
"name": "Not FLAC",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bFLAC(\\b|\\d)"
}
},
{
"name": "Not AAC",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bAAC(\\b|\\d)"
}
},
{
"name": "Not PCM",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(l?)PCM(\\b|\\d)"
}
}
]
}
TrueHD¶
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
{
"trash_id": "3cafb66171b47f226146a0770576870f",
"trash_score": "1700",
"name": "TrueHD",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "TrueHD",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "TrueHD"
}
},
{
"name": "ATMOS",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bATMOS(\\b|\\d)"
}
},
{
"name": "Not Dolby Digital Plus",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^-]dd[p+]|eac3"
}
},
{
"name": "Not DTS",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bDTS(\\b|\\d)"
}
},
{
"name": "Not FLAC",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bFLAC(\\b|\\d)"
}
},
{
"name": "Not Basic Dolby Digital",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "(?<!e)ac3"
}
}
]
}
DTS-HD MA¶
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
{
"trash_id": "dcf3ec6938fa32445f590a4da84256cd",
"trash_score": "1600",
"name": "DTS-HD MA",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "DTS-HD MA",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "(dts(?>[-. ](?>ma|hd(?!china))))"
}
},
{
"name": "Not TrueHD/ATMOS",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "TrueHD|\\bATMOS(\\b|\\d)"
}
},
{
"name": "Not Dolby Digital Plus",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^-]dd[p+]|eac3"
}
},
{
"name": "Not Basic DTS",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "DTS[ .]?[1-9]"
}
},
{
"name": "Not Basic Dolby Digital ",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bDD(\\b|\\d)|(?<!e)ac3"
}
},
{
"name": "Not DTS X",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "dts[-. ]?x(?!\\d)"
}
},
{
"name": "Not FLAC",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bFLAC(\\b|\\d)"
}
},
{
"name": "Not AAC",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bAAC(\\b|\\d)"
}
},
{
"name": "Not PCM",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(l?)PCM(\\b|\\d)"
}
},
{
"name": "Not DTS-HD HRA/ES",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "dts[-. ]?(es|(hd[. ]?)?(hr|hi))"
}
}
]
}
FLAC¶
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
{
"trash_id": "a570d4a0e56a2874b64e5bfa55202a1b",
"trash_score": "1500",
"name": "FLAC",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "FLAC",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bFLAC(\\b|\\d)"
}
},
{
"name": "Not PCM",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(l?)PCM(\\b|\\d)"
}
},
{
"name": "Not AAC",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bAAC(\\b|\\d)"
}
},
{
"name": "Not DTS",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bDTS(\\b|\\d)"
}
},
{
"name": "Not TrueHD/ATMOS",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "TrueHD|\\bATMOS(\\b|\\d)"
}
},
{
"name": "Not Basic Dolby Digital",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "(?<!e)ac3"
}
},
{
"name": "Not Dolby Digital Plus ",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^-]dd[p+]|eac3"
}
}
]
}
PCM¶
PCM is the method of encoding typically used for uncompressed digital audio
json
{
"trash_id": "e7c2fcae07cbada050a0af3357491d7b",
"trash_score": "1500",
"name": "PCM",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "PCM",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(l?)PCM(\\b|\\d)"
}
},
{
"name": "Not AAC",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bAAC(\\b|\\d)"
}
},
{
"name": "Not FLAC",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bFLAC(\\b|\\d)"
}
},
{
"name": "Not DTS",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bDTS(\\b|\\d)"
}
},
{
"name": "Not TrueHD/ATMOS",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "TrueHD|\\bATMOS(\\b|\\d)"
}
},
{
"name": "Not Basic Dolby Digital",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "(?<!e)ac3"
}
},
{
"name": "Not Dolby Digital Plus ",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^-]dd[p+]|eac3"
}
}
]
}
DTS-HD HRA¶
Description placeholder
json
{
"trash_id": "8e109e50e0a0b83a5098b056e13bf6db",
"trash_score": "1400",
"name": "DTS-HD HRA",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "DTS-HD HRA",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "dts[-. ]?(hd[. ]?)?(hr|hi)"
}
},
{
"name": "Not TrueHD/ATMOS",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "TrueHD|\\bATMOS(\\b|\\d)"
}
},
{
"name": "Not Dolby Digital Plus",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^-]dd[p+]|eac3"
}
},
{
"name": "Not Basic DTS",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "DTS[ .]?[1-9]"
}
},
{
"name": "Not Basic Dolby Digital ",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bDD(\\b|\\d)|(?<!e)ac3"
}
},
{
"name": "Not DTS X",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "dts[-. ]?x(?!\\d)"
}
},
{
"name": "Not FLAC",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bFLAC(\\b|\\d)"
}
},
{
"name": "Not AAC",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bAAC(\\b|\\d)"
}
},
{
"name": "Not PCM",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(l?)PCM(\\b|\\d)"
}
},
{
"name": "Not DTS-ES",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "dts.?es"
}
},
{
"name": "Not 6.1 Surround",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9]6[ .][0-1]"
}
}
]
}
Dolby Digital Plus¶
Dolby Digital Plus = DD+
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
{
"trash_id": "185f1dd7264c4562b9022d963ac37424",
"trash_score": "1300",
"name": "DD+",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "Dolby Digital Plus",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "[^-]DD[P+](?!A)|eac3"
}
},
{
"name": "Not TrueHD/ATMOS",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "TrueHD|\\bATMOS(\\b|\\d)"
}
},
{
"name": "Not DTS",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bDTS(\\b|\\d)"
}
},
{
"name": "Not Basic Dolby Digital",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "(?<!e)ac3"
}
},
{
"name": "Not FLAC",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bFLAC(\\b|\\d)"
}
},
{
"name": "Not AAC",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bAAC(\\b|\\d)"
}
},
{
"name": "Not PCM",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(l?)PCM(\\b|\\d)"
}
}
]
}
DTS-ES¶
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
{
"trash_id": "f9f847ac70a0af62ea4a08280b859636",
"trash_score": "1200",
"name": "DTS-ES",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "DTS-ES",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "dts[-. ]?(es|(hd[. ]?)?(hr|hi))"
}
},
{
"name": "Not TrueHD/ATMOS",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "TrueHD|\\bATMOS(\\b|\\d)"
}
},
{
"name": "Not Dolby Digital Plus",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^-]dd[p+]|eac3"
}
},
{
"name": "Not Basic DTS",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "DTS[ .]?[1-9]"
}
},
{
"name": "Not Basic Dolby Digital ",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bDD(\\b|\\d)|(?<!e)ac3"
}
},
{
"name": "Not DTS X",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "dts[-. ]?x(?!\\d)"
}
},
{
"name": "Not FLAC",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bFLAC(\\b|\\d)"
}
},
{
"name": "Not AAC",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bAAC(\\b|\\d)"
}
},
{
"name": "Not PCM",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(l?)PCM(\\b|\\d)"
}
},
{
"name": "6.1 Surround",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "[^0-9]6[ .][0-1]"
}
}
]
}
DTS¶
DTS = Basic DTS
Description placeholder
json
{
"trash_id": "1c1a4c5e823891c75bc50380a6866f73",
"trash_score": "1100",
"name": "DTS",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "Basic DTS",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bDTS(\\b|\\d)"
}
},
{
"name": "Not DTS-HD",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "dts.?(hd|ma|es|hi|hr)"
}
},
{
"name": "Not Dolby Digital Plus",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^-]dd[p+]|eac3"
}
},
{
"name": "Not TrueHD/ATMOS",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "TrueHD|\\bATMOS(\\b|\\d)"
}
},
{
"name": "Not Basic Dolby Digital",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bDD(\\b|\\d)|(?<!e)ac3"
}
},
{
"name": "Not DTS X",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "dts[-. ]?x(?!\\d)"
}
},
{
"name": "Not FLAC",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bFLAC(\\b|\\d)"
}
},
{
"name": "Not AAC",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bAAC(\\b|\\d)"
}
},
{
"name": "Not PCM",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(l?)PCM(\\b|\\d)"
}
}
]
}
AAC¶
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
{
"trash_id": "240770601cc226190c367ef59aba7463",
"trash_score": "1000",
"name": "AAC",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "AAC",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bAAC(\\b|\\d)"
}
},
{
"name": "Not DTS",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bDTS(\\b|\\d)"
}
},
{
"name": "Not Dolby Digital Plus ",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^-]dd[p+]|eac3"
}
},
{
"name": "Not Basic Dolby Digital",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "(?<!e)ac3"
}
},
{
"name": "Not PCM",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(l?)PCM(\\b|\\d)"
}
},
{
"name": "Not FLAC",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bFLAC(\\b|\\d)"
}
},
{
"name": "Not TrueHD/ATMOS",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "TrueHD|\\bATMOS(\\b|\\d)"
}
}
]
}
Dolby Digital¶
(Basic) Dolby Digital = DD
From Wikipedia, the free encyclopedia
Dolby Digital, also known as Dolby AC-3, the audio compression is lossy.
json
{
"trash_id": "c2998bd0d90ed5621d8df281e839436e",
"trash_score": "900",
"name": "DD",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "Basic Dolby Digital",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bDD[^a-z+]|(?<!e)ac3"
}
},
{
"name": "Not Dolby Digital Plus",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^-]dd[p+]|eac3"
}
},
{
"name": "Not TrueHD/ATMOS",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "TrueHD|\\bATMOS(\\b|\\d)"
}
},
{
"name": "Not DTS",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bDTS(\\b|\\d)"
}
},
{
"name": "Not FLAC",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bFLAC(\\b|\\d)"
}
},
{
"name": "Not AAC",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bAAC(\\b|\\d)"
}
},
{
"name": "Not PCM",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(l?)PCM(\\b|\\d)"
}
}
]
}
MP3¶
Description placeholder
json
{
"trash_id": "6ba9033150e7896bdc9ec4b44f2b230f",
"name": "MP3",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "MP3",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "mp3"
}
}]
}
Opus¶
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
{
"trash_id": "a061e2e700f81932daf888599f8a8273",
"name": "Opus",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "Opus",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bOPUS(\\b|\\d)"
}
}]
}
Audio Channels¶
1.0 Mono¶
json
{
"trash_id": "b124be9b146540f8e62f98fe32e49a2a",
"name": "1.0 Mono",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "Mono",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "[^0-9]1[ .]0|\\bMono\\b|\\[PCM \\]"
}
},
{
"name": "Not Stereo",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "(?<!repac)[^0-9]2[ .]0|\\bStereo\\b"
}
},
{
"name": "Not 3.0ch",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9]3[ .]0"
}
},
{
"name": "Not 4.0ch",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9]4[ .]0"
}
},
{
"name": "Not High Channel Count",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9][5-9][ .][0-1]"
}
}
]
}
2.0 Stereo¶
json
{
"trash_id": "89dac1be53d5268a7e10a19d3c896826",
"name": "2.0 Stereo",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "Stereo",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "(?<!repac)[^0-9]2[ .]0|\\bStereo\\b"
}
},
{
"name": "Not 3.0ch",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9]3[ .]0"
}
},
{
"name": "Not 4.0ch",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9]4[ .]0"
}
},
{
"name": "Not High Channel Count",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9][5-9][ .][0-1]"
}
},
{
"name": "Not Mono",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9]1[ .]0|\\bMono\\b|\\[PCM \\]"
}
}
]
}
3.0 Sound¶
json
{
"trash_id": "205125755c411c3b8622ca3175d27b37",
"name": "3.0 Sound",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "3.0ch",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "[^0-9]3[ .]0"
}
},
{
"name": "Not Mono",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9]1[ .]0|\\bMono\\b|\\[PCM \\]"
}
},
{
"name": "Not Stereo",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "(?<!repac)[^0-9]2[ .]0|\\bStereo\\b"
}
},
{
"name": "Not 4.0ch",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9]4[ .]0"
}
},
{
"name": "Not High Channel Count",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9][5-9][ .][0-1]"
}
}
]
}
4.0 Sound¶
json
{
"trash_id": "373b58bd188fc00c817bd8c7470ea285",
"name": "4.0 Sound",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "4.0ch",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "[^0-9]4[ .]0"
}
},
{
"name": "Not Mono",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9]1[ .]0|\\bMono\\b|\\[PCM \\]"
}
},
{
"name": "Not Stereo",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "(?<!repac)[^0-9]2[ .]0|\\bStereo\\b"
}
},
{
"name": "Not 3.0ch",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9]3[ .]0"
}
},
{
"name": "Not High Channel Count",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9][5-9][ .][0-1]"
}
}
]
}
5.1 Surround¶
json
{
"trash_id": "77ff61788dfe1097194fd8743d7b4524",
"name": "5.1 Surround",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "5.1 Surround",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "[^0-9]5[ .][0-1]"
}
},
{
"name": "Not 7.1 Surround",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9][7-8][ .][0-1]"
}
},
{
"name": "Not 9.1 Surround",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9]9[ .][0-1]"
}
},
{
"name": "Not Low Channel Count",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "(?<!repac)[^0-9][1-4][ .][0-1]|\\b(Stereo|Mono)\\b"
}
}
]
}
6.1 Surround¶
json
{
"trash_id": "6fd7b090c3f7317502ab3b63cc7f51e3",
"name": "6.1 Surround",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "6.1 Surround",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "[^0-9]6[ .][0-1]"
}
},
{
"name": "Not 7.1 Surround",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9][7-8][ .][0-1]"
}
},
{
"name": "Not 9.1 Surround",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9]9[ .][0-1]"
}
},
{
"name": "Not Low Channel Count",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "(?<!repac)[^0-9][1-4][ .][0-1]|\\b(Stereo|Mono)\\b"
}
},
{
"name": "Not 5.1 Surround",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9]5[ .][0-1]"
}
}
]
}
7.1 Surround¶
json
{
"trash_id": "e77382bcfeba57cb83744c9c5449b401",
"name": "7.1 Surround",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "7.1 Surround",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "[^0-9][7-8][ .][0-1]"
}
},
{
"name": "Not 9.1 Surround",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9]9[ .][0-1]"
}
},
{
"name": "Not Low Channel Count",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "(?<!repac)[^0-9][1-4][ .][0-1]|\\b(Stereo|Mono)\\b"
}
}
]
}
9.1 Surround¶
json
{
"trash_id": "f2aacebe2c932337fe352fa6e42c1611",
"name": "9.1 Surround",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "9.1 Surround",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "[^0-9]9[ .][0-1]"
}
},
{
"name": "Not 7.1 Surround",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9][7-8][ .][0-1]"
}
},
{
"name": "Not 5.1 Surround",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9][5-6][ .][0-1]"
}
},
{
"name": "Not Low Channel Count",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "(?<!repac)[^0-9][1-4][ .][0-1]|\\b(Stereo|Mono)\\b"
}
}
]
}
HDR metadata¶
DoVi¶
Dolby Vision = DoVi
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
{
"trash_id": "5d96ce331b98e077abb8ceb60553aa16",
"trash_score": "1000",
"name": "DoVi",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Dolby Vision",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]vision)\\b"
}
},
{
"name": "DoVi-SL: Dolby Vision (Single Layer)",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(sl[ .]dv|single[ .]layer[ .]dovi)\\b"
}
}
]
}
DoVi (SL)¶
Score [295]
Dolby Vision (Single Layer) = DoVi (SL)
Custom Format for Single Layer Dolby Vision releases.
Note
This used to be the the preferred option for PLeX with a Shield 2019 model that supports DV.
But now DV is part of the MKV spec and ExoPlayer added native support.
json
{
"trash_id": "462c511637953269a9053d1ed1ffc3a5",
"trash_score": "950",
"name": "DoVi (SL)",
"includeCustomFormatWhenRenaming": true,
"specifications": [{
"name": "Dolby Vision (Single Layer)",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(sl[ .]dv|single[ .]layer[ .]dovi)\\b"
}
},
{
"name": "Remux",
"implementation": "QualityModifierSpecification",
"negate": false,
"required": true,
"fields": {
"value": 5
}
}
]
}
HDR¶
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
{
"trash_id": "e61e28db95d22bedcadf030b8f156d96",
"trash_score": "850",
"name": "HDR",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "HDR",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bHDR(\\b|\\d)"
}
},
{
"name": "DoVi",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]vision)\\b"
}
}
]
}
HDR (undefined)¶
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 that doesn't add HDR to their release name but in the feature we can add more to it if needed.
json
{
"trash_id": "2a4d9069cc1fe3242ff9bdaebed239bb",
"trash_score": "850",
"name": "HDR (undefined)",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Groups",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(FraMeSToR|HQMUX)\\b"
}
},
{
"name": "2160p",
"implementation": "ResolutionSpecification",
"negate": false,
"required": true,
"fields": {
"value": 2160
}
},
{
"name": "HDR: HDR",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bHDR(\\b|\\d)"
}
},
{
"name": "DoVi: Dolby Vision",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]vision)\\b"
}
},
{
"name": "SDR: SDR",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bSDR(\\b|\\d)"
}
}
]
}
10 Bit¶
json
{
"trash_id": "e114f2f915fa2414b60683cd73c554f3",
"name": "10 Bit",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "10 Bit",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b10bit(\\b|\\d)"
}
}]
}
Movie Versions¶
Hybrid¶
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
{
"trash_id": "0f12c086e289cf966fa5948eac571f44",
"trash_score": "200",
"name": "Hybrid",
"includeCustomFormatWhenRenaming": true,
"specifications": [{
"name": "Hybrid",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bhybrid(\\b|\\d)"
}
},
{
"name": "Not Hybrid Release Group",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "-HYBRID"
}
}
]
}
Remaster¶
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
{
"trash_id": "570bc9ebecd92723d2d21500f4be314c",
"trash_score": "190",
"name": "Remaster",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "Remaster",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "Remaster"
}
},
{
"name": "Not 4K Remaster",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "4K"
}
}
]
}
4K Remaster¶
A remastered or mastered in 4K should give you usually the best picture and audio currently for the movie. Both are just names to describe the best possible currently for the movie.
To be clear, the final digital films on the Mastered in 4K Blu-rays still only have the same 1920 x 1080 pixels of actual resolution as normal Blu-rays. But the argument goes that because these full HD files were derived from higher-resolution masters, their images will be more precise, with better colours, less noise, and enhanced sharpness and detail. Not least because the higher-resolution mastering process will provide more detail from the original print for the Blu-ray masters to draw on when going through their (hopefully…) frame-by-frame compression process.
Another important element of the Mastered in 4K discs is that they’re all mastered with ‘x.v.YCC’ colour specification. This delivers an expanded colour range closer to that contained in original source material.
json
{
"trash_id": "eca37840c13c6ef2dd0262b141a5482f",
"trash_score": "190",
"name": "4K Remaster",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Remaster",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "Remaster"
}
},
{
"name": "4K",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "4k"
}
},
{
"name": "Not 4K Resolution",
"implementation": "ResolutionSpecification",
"negate": true,
"required": true,
"fields": {
"value": 2160
}
}
]
}
Criterion Collection¶
The Criterion Collection, Inc. (or simply Criterion) is an American home video distribution company which focuses on licensing "important classic and contemporary films" and selling them to film aficionados.Criterion has helped to standardize characteristics of home video such as film restoration, using the letterbox format for widescreen films, and adding bonus features and commentary tracks.
json
{
"trash_id": "e0c07d59beb37348e975a930d5e50319",
"trash_score": "170",
"name": "Criterion Collection",
"includeCustomFormatWhenRenaming": true,
"specifications": [{
"name": "Criterion",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "criterion"
}
},
{
"name": "CC",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bCC\\b"
}
}
]
}
Theatrical Cut¶
The Theatrical Cut is the version of the film that was shown at cinemas.
json
{
"trash_id": "e9001909a4c88013a359d0b9920d7bea",
"name": "Theatrical Cut",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "Theatrical",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "Theatrical"
}
}]
}
Special Edition¶
Custom format for several Special Editions
- The Director's Cut is the version edited by the Director, usually for additional home media releases.
- An Extended Cut is usually any version of the film which is longer than the theatrical cut (though in very rare cases, its shorter).
json
{
"trash_id": "957d0f44b592285f26449575e8b1167e",
"trash_score": "180",
"name": "Special Edition",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "Special Edition",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "(?<!^)\\b(extended|uncut|director|special|unrated|uncensored|cut|version|edition)(\\b|\\d)"
}
},
{
"name": "Not Theatrical ",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "Theatrical"
}
}
]
}
IMAX¶
Description placeholder
json
{
"trash_id": "eecf3a857724171f968a66cb5719e152",
"trash_score": "190",
"name": "IMAX",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "IMAX",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bIMAX\\b"
}
}
]
}
Misc (-10000)¶
BR-DISK¶
This is a custom format to help Radarr recognize & ignore BR-DISK (ISO's and Blu-ray folder structure) in addition to the standard BR-DISK quality.
You will need to add the following to your new Custom Format when created in your Quality Profile (
Setting
=>Profiles
) and then set the score to-1000
or even-10000
Note
Depending on your renaming scheme it could happen that Radarr will match renamed files after they are downloaded and imported as BR-DISK
,
This is a cosmetic annoyance till I come up for another way to solve this,
being that this Custom Format is used to not download BR-DISK it does its purpose as intended.
Several reasons why this is happening:
- Blame the often wrongly used naming of x265 encodes.
- Radarr v3 uses dynamic custom formats.
json
{
"trash_id": "ed38b889b31be83fda192888e2286d83",
"trash_score": "-10000",
"name": "BR-DISK",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "DOES NOT INCLUDE ANY OF THESE WORDS",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "^(?!.*((?<!HD[._ -]|HD)DVD|BDRip|720p|MKV|XviD|WMV|d3g|REMUX|[xh][-_. ]?26[45]|German[-_. ]?DL)).*"
}
},
{
"name": "BUNCH OF COMBINATIONS",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "^(((?=.*(Blu[-_. ]?ray|HD[-_. ]?DVD)\\b)(?=.*\\b(AVC|HEVC|VC[-_. ]?1|MVC|MPEG[-_. ]?2|BDMV)\\b))|^((?=.*\\b(^((?=.*(COMPLETE|\\bDis[ck]\\b))(?=.*(Blu[-_. ]?ray|HD[-_. ]?DVD)))|3D[-_. ]?BD|BR[-_. ]?DISK|Full[-_. ]?Blu[-_. ]?ray|^((?=.*((BD|UHD)[-_. ]?(25|50|66)))(?=.*ISO)?))))).*"
}
}
]
}
EVO (no WEBDL)¶
This group is often banned for the low quality Blu-ray releases, but their WEB-DL are okay.
You will need to add the following to your new Custom Format when created in your Quality Profile (
Setting
=>Profiles
) and then set the score to-1000
or even-10000
json
{
"trash_id": "90cedc1fea7ea5d11298bebd3d1d3223",
"trash_score": "-10000",
"name": "EVO (no WEBDL)",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "EVO",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bEVO(TGX)?\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": true,
"required": true,
"fields": {
"value": 7
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": true,
"required": true,
"fields": {
"value": 8
}
}
]
}
LQ¶
Low Quality Releases = LQ
A collection of known Low Quality groups that are often banned from the the top trackers because the lack of quality.
Note
You might want to add the following also EVO (no WEBDL)
- BLOCK1 = Low-Quality Releases (often banned groups)
- BLOCK2 = Another Small list of often banned groups.
- BLOCK3 = Banned release groups.
- BLOCK4 = Low-quality and/or dishonest release groups.
- BLOCK5 = Banned Release Groups.
- BLOCK6 = Rips from Scene and quick-to-release P2P groups while adequate, are not considered high quality.
- RiffTrax = RiffTrax is an American company that produces scripted humorous audio commentary tracks intended to be played in unison with particular television programs and films, In short just annoying !!!
json
{
"trash_id": "90a6f9a284dff5103f6346090e6280c8",
"trash_score": "-10000",
"name": "LQ",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "[BLOCK1]",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(aXXo|CrEwSaDe|DNL|FaNGDiNG0|FRDS|HDTime|iPlanet|-KiNGDOM|Leffe|mHD|mSD|nHD|nikt0|nSD|NhaNc3|PRODJi|RDN|SANTi|STUTTERSHIT|WAF|x0r|YIFY|YTS)\\b"
}
},
{
"name": "[BLOCK2]",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(aXXo|CrEwSaDe|DNL|FaNGDiNG0|FRDS|HDTime|iPlanet|-KiNGDOM|Leffe|mHD|mSD|nHD|nikt0|nSD|NhaNc3|PRODJi|RDN|SANTi|STUTTERSHIT|WAF|x0r|YIFY|YTS)\\b"
}
},
{
"name": "[BLOCK3]",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(x0r|nikt0|FGT|d3g|MeGusta|YIFY|YTS|tigole|C4K|RARBG|4K4U)\\b"
}
},
{
"name": "[BLOCK4]",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(-AROMA|aXXo|CrEwSaDe|d3g|DNL|FGT|FaNGDiNG0|FRDS|HDTime|iPlanet|-KiNGDOM|Leffe|MeGusta|mHD|mSD|nHD|nikt0|nSD|NhaNc3|PRODJi|RDN|SANTi|STUTTERSHIT|WAF|x0r|YIFY|YTS)\\b"
}
},
{
"name": "[BLOCK5]",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(RARBG|FGT|STUTTERSHIT|LiGaS|-DDR|-Zeus|Tigole|TBS)\\b"
}
},
{
"name": "[BLOCK6]",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(-beAst|CHD|HDWinG|MTeam|MySiLU|-WiKi)\\b"
}
},
{
"name": "RiffTrax",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(Rifftrax|RU4HD)\\b"
}
}
]
}
x265 (720/1080p)¶
720/1080p no x265 = x265 (720/1080p)
This blocks/ignores 720/1080p releases that are encoded in x265
You will need to add the following to your new Custom Format when created in your Quality Profile (
Setting
=>Profiles
) and then set the score to-1000
or even-10000
Quote
x265 is good for 4k stuff or 1080p if they used the the remuxes as source. If the media isn't source quality/remux, then there will be a loss of quality every time. Also, once you go x265, typically that file is done. It can't be changed to something else without a huge loss of quality.
Something like 95% of video files are x264 and have much better direct play support. If you have more than a couple users, you will notice much more transcoding. Just depends on your priorities.
So basically if you are storage poor and just need to save space, use x265. The catch is if you want best quality x265, you need source quality files, so you still have huge file sizes. If you want maximum compatibility and the option to change your files to something else later, then x264. It's all really dependent on specific situations for different people
Microsized & Wrong Source¶
It's a shame that most x265 groups microsize the releases or use the x264 as source what results in low quality releases. And the few groups that do use the correct source suffer from it.
Golden Rule¶
That's why I created my own golden rule.
- 720/1080p => x264
- 2160p/4k => x265
json
{
"trash_id": "dc98083864ea246d05a42df0d05f81cc",
"trash_score": "-10000",
"name": "x265 (720/1080p)",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "720p",
"implementation": "ResolutionSpecification",
"negate": false,
"required": false,
"fields": {
"value": 720
}
},
{
"name": "1080p",
"implementation": "ResolutionSpecification",
"negate": false,
"required": false,
"fields": {
"value": 1080
}
},
{
"name": "x265/HEVC",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "[xh][ .]?265|\\bHEVC(\\b|\\d)"
}
},
{
"name": "Quality Group Exceptions",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "-MZABI|-NCmt\\b"
}
}
]
}
3D¶
If you prefer or not prefer 3D.
You can use Custom Format or use Restrictions (
Settings
=>Indexers
=>Restrictions
) what ever you prefer.
json
{
"trash_id": "b8cd450cbfa689c0259a01d9e29ba3d6",
"trash_score": "-10000",
"name": "3D",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "3D",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b3d|sbs|half[ .-]ou|half[ .-]sbs\\b"
}
}]
}
No-RlsGroup¶
Some indexers strip out the release group what could result in LQ groups getting a higher score. For example a lot of EVO releases end up stripping the group name, so they appear as "upgrades", and they end up getting a decent score if other things match
Warning
If you don't use a decent filenames like not adding release groups don't add this Custom Format, except if you want to upgrade them.
json
{
"trash_id": "ae9b7c9ebde1f3bd336a8cbd1ec4c5e5",
"trash_score": "-10000",
"name": "No-RlsGroup",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "No -RlsGroup",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "-[ ]?(?!(HD|MA|ES|X)\\b)\\w+?(\\.\\w{3})?$"
}
},
{
"name": "No Weird Groups",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(Tigole|Joy|YIFY|YTS.MX|FreetheFish|afm72|Anna|Bandi|Ghost|Kappa|MONOLITH|Qman|RZeroX|SAMPA|Silence|theincognito|t3nzin|Vyndros|KRaLiMaRKo|E\\.N\\.D|PrimeHD|BluDragon|SumVision|FTW-HD)\\b"
}
}
]
}
Obfuscated¶
Optional (use these only if you dislike renamed and retagged releases)
json
{
"trash_id": "7357cf5161efbf8c4d5d0c30b4815ee2",
"trash_score": "-10000",
"name": "Obfuscated",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Obfuscated",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(-4P|-4Planet|-AsRequested|-BUYMORE|-Chamele0n|-GEROV|-iNC0GNiTO|-NZBGeek|-Obfuscated|-postbot|-Rakuv|-Scrambled|-WhiteRev|-xpost|-WRTEAM|-CAPTCHA)\\b"
}
},
{
"name": "Retagged",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(\\[rartv\\]|\\[eztv\\]|\\[TGx\\])"
}
}
]
}
DoVi (WEBDL)¶
Dolby Vision = DoVi
This is a special Custom Format that ignores DV for WEB-DL but together with the normal DoVi allows for other sources.
WEB-DL from Streaming Services don't have the fallback to HDR(10), What can results in weird playback issues like weird colors if you want to play it on a not DoVi compatible setup. Remuxes and Bluray have a fallback to HDR(10).
json
{
"trash_id": "923b6abef9b17f937fab56cfcf89e1f1",
"trash_score": "-10000",
"name": "DoVi (WEBDL)",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Dolby Vision",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]vision)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 7
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 8
}
}
]
}
Misc¶
HQ¶
HQ-Releases = HQ
A collection of P2P groups that are known for their high quality releases.
json
{
"trash_id": "1c7d7b04b15cc53ea61204bebbcc1ee2",
"trash_score": "1700",
"name": "HQ",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "[BLOCK1]",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-BMF|-decibeL|\\bD-Z0N3\\b|\\bFTW-HD\\b|-HiFi|-NCmt|-OISTiLe|-TDD|\\bZQ\\b"
}
},
{
"name": "[BLOCK2]",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-HiSD|-NTb|-ift|-geek|-tnp|-pter|-bbq"
}
},
{
"name": "[BLOCK3]",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-CRiSC|-CtrlHD|-DON|\\b-EA\\b|-EbP|-LolHD|-SbR|-TayTo|-VietHD"
}
},
{
"name": "Not WEBDL",
"implementation": "SourceSpecification",
"negate": true,
"required": true,
"fields": {
"value": 7
}
},
{
"name": "Not WEBRIP",
"implementation": "SourceSpecification",
"negate": true,
"required": true,
"fields": {
"value": 8
}
},
{
"name": "Not REMUX",
"implementation": "QualityModifierSpecification",
"negate": true,
"required": true,
"fields": {
"value": 5
}
},
{
"name": "Not 2160p",
"implementation": "ResolutionSpecification",
"negate": true,
"required": true,
"fields": {
"value": 2160
}
}
]
}
Repack Proper¶
Score [1]
json
{
"trash_id": "e7718d7a3ce595f289bfee26adc178f5",
"trash_score": "1",
"name": "Repack/Proper",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "Repack",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "Repack"
}
},
{
"name": "Proper",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "Proper"
}
},
{
"name": "Rerip",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "Rerip"
}
}
]
}
Streaming Services¶
Collection of Streaming Services
Attention
This CF only prefers the known streaming services and doesn't work the same way like the release profile that can be used in Sonarr to include the streaming service name in your renaming scheme when using {[Custom Formats]}
!!!
If you want to have this option then you need to add them all separate.
json
{
"trash_id": "fd7da02c647dd3f1b6757e150fffc5ff",
"name": "Streaming Services",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "Amazon",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(amzn|amazon).?web.?(dl|rip)"
}
},
{
"name": "Netflix",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(nf|netflix).?web.?(dl|rip)"
}
},
{
"name": "AppleTV+",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(atvp).?web.?(dl|rip)"
}
},
{
"name": "Disney+",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(dsnp|dsny|disney).?web.?(dl|rip)"
}
},
{
"name": "DCU",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(dcu).?web.?(dl|rip)"
}
},
{
"name": "HBO Max",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(hmax).?web.?(dl|rip)"
}
},
{
"name": "HBO",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(hbo).?web.?(dl|rip)"
}
},
{
"name": "Youtube Red",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(red).?web.?(dl|rip)"
}
},
{
"name": "Quibi",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(qibi).?web.?(dl|rip)"
}
},
{
"name": "iTunes",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(it).?web.?(dl|rip)"
}
},
{
"name": "Hulu",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(hulu).?web.?(dl|rip)"
}
},
{
"name": "Peacock",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(pcok|peacock).?web.?(dl|rip)"
}
}
]
}
x264¶
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
{
"trash_id": "2899d84dc9372de3408e6d8cc18e9666",
"name": "x264",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "x264",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "[xh][ .]?264|\\bAVC(\\b|\\d)"
}
},
{
"name": "Remux",
"implementation": "QualityModifierSpecification",
"negate": true,
"required": true,
"fields": {
"value": 5
}
}
]
}
x265¶
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.
Quote
x265 is good for 4k stuff or 1080p if they used the the remuxes as source. If the media isn't source quality/remux, then there will be a loss of quality every time. Also, once you go x265, typically that file is done. It can't be changed to something else without a huge loss of quality.
Something like 95% of video files are x264 and have much better direct play support. If you have more than a couple users, you will notice much more transcoding. Just depends on your priorities.
So basically if you are storage poor and just need to save space, use x265. The catch is if you want best quality x265, you need source quality files, so you still have huge file sizes. If you want maximum compatibility and the option to change your files to something else later, then x264. It's all really dependent on specific situations for different people
Microsized & Wrong Source¶
It's a shame that most x265 groups microsize the releases or use the x264 as source what results in low quality releases. And the few groups that do use the correct source suffer from it.
Golden Rule¶
That's why I created my own golden rule.
- 720/1080p => x264
- 2160p/4k => x265
json
{
"trash_id": "9170d55c319f4fe40da8711ba9d8050d",
"name": "x265",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "x265",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "[xh][ .]?265|\\bHEVC(\\b|\\d)"
}
},
{
"name": "Remux",
"implementation": "QualityModifierSpecification",
"negate": true,
"required": true,
"fields": {
"value": 5
}
}
]
}
FreeLeech¶
Sometimes, torrent sites set a torrent to be freeleech. This means, that the download of this torrent will not count towards your download quota or ratio. This is really useful, if you do not have the best ratio yet.
Attention
Keep in mind not all trackers support this option.
json
{
"trash_id": "0d91270a7255a1e388fa85e959f359d8",
"trash_score": "5",
"name": "FreeLeech",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "FreeLeech",
"implementation": "IndexerFlagSpecification",
"negate": false,
"required": false,
"fields": {
"value": 1
}
}]
}
Dutch Groups¶
If you prefer movies with also a Dutch audio track.
json
{
"trash_id": "9de657fd3d327ecf144ec73dfe3a3e9a",
"name": "Dutch Groups",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "Dutch Groups",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "-CyTSuNee|-SHiTSoNy|-QoQ"
}
}]
}
Anime Dual Audio¶
json
{
"trash_id": "4a3b087eea2ce012fcc1ce319259a3be",
"name": "Anime Dual Audio",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Dual Audio",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "dual.?audio"
}
},
{
"name": "BluDragon",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "bludragon"
}
},
{
"name": "EN+JA",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "EN\\+JA|JA\\+EN"
}
},
{
"name": "ZR",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bZR\\b"
}
},
{
"name": "Japanese Language",
"implementation": "LanguageSpecification",
"negate": false,
"required": true,
"fields": {
"value": 8
}
}
]
}
MPEG2¶
json
{
"trash_id": "ff86c4326018682f817830ced463332b",
"name": "MPEG2",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "MPEG2",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "MPEG[-.]?2"
}
}]
}
Multi¶
json
{
"trash_id": "4b900e171accbfb172729b63323ea8ca",
"name": "Multi",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "Multi",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bMulti(\\b|\\d)"
}
}]
}
HQ-WEBDL¶
A personal collection of P2P WEB-DL groups that are known for their high quality releases.
json
{
"trash_id": "26fa26253af4001701fedb56cec376dc",
"trash_score": "1700",
"name": "HQ-WEBDL",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "P2P Groups",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(-TOMMY|-BLUTONiUM|-NTG|-TEPES|-KiNGS|-NTb|-CMRG|AJP69|-PHOENiX|-monkee|-MZABI|ROCCaT|FLUX|NOSiViD)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 7
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 8
}
}
]
}
HQ-Remux¶
A personal collection of P2P Remux groups that are known for their high quality releases.
json
{
"trash_id": "403f3f6266b90439cacc1e07cae4dc2d",
"trash_score": "1700",
"name": "HQ-Remux",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Remux Groups",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(FraMeSToR|EPSiLON|KRaLiMaRKo|PmP|BLURANiUM|SiCFoI|SURFINBIRD|HiFi|iFT)\\b"
}
},
{
"name": "REMUX",
"implementation": "QualityModifierSpecification",
"negate": false,
"required": true,
"fields": {
"value": 5
}
}
]
}