Collection of Custom Formats
Below is a collection of what we've come to regard as the most needed and commonly used Custom Formats. These CFs have been collected from discussions on Discord or created with help from others.
Special thanks to everyone who has helped in the creation and testing of these Custom Formats, my team at TRaSH guides, Team Radarr, and the community.
With Radarr V3, Custom Formats are much more advanced/powerful than with V2, although this also means a Custom Format can require more knowledge to set up or create.
After requesting with Team Radarr, we now have the option to import/export the Custom Formats in a JSON format. This provides everyone with an easy way to share and use Custom Formats.
We've made 3 guides related to this.
- How to import Custom Formats - Explains how to import the Custom Formats.
- How to upgrade Custom Formats - Explains how to upgrade your existing Custom Formats.
- How to set up Quality Profiles - Explains how to make the most use of Custom Formats and shows some specifics of our recommended configuration. You can use these examples to get an idea of how to set up your preferences.
Tip
It also is recommended to change the Propers and Repacks settings in Radarr's Settings
.
Media Management
=> File Management
to Do Not Prefer
and use the Repack/Proper Custom Format.
This way you make sure the Custom Format scoring and preferences will be fully utilized.
Questions or Suggestions?
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 HDR10 |
ATMOS (undefined) | DTS-HD HRA | 3.0 Sound | DV |
DD+ ATMOS | AAC | 4.0 Sound | DV HLG |
TrueHD | DD | 5.1 Surround | DV SDR |
DTS-HD MA | MP3 | 6.1 Surround | HDR10+ |
DD+ | Opus | 7.1 Surround | HDR10 |
DTS-ES | HDR | ||
DTS | HDR (undefined) | ||
PQ | |||
HLG |
General Streaming Services | Asian Streaming Services | Dutch Streaming Services |
---|---|---|
Amazon | FOD | Pathe Thuis |
Apple TV+ | Disney+ Hotstar | Videoland |
Bravia Core | TVer | |
Criterion Channel | TVING | |
Disney+ | U-NEXT | |
HBO | VIU | |
HBO Max | ||
Hulu | ||
iTunes | ||
Max | ||
Movies Anywhere | ||
Netflix | ||
Peacock TV | ||
Paramount+ | ||
Stan |
UK Streaming Services | Misc Streaming Services | Anime Streaming Services |
---|---|---|
BBC iPlayer | AUBC | VRV |
ITVX | CBC | |
MY5 | Crave | |
NOW | OViD | |
Star+ | ||
Audio Advanced
TrueHD ATMOS
TrueHD ATMOS - [Click to show/hide]
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 - [Click to show/hide]
{
"trash_id": "496f355514737f7d83bf7aa4d24f8169",
"trash_scores": {
"default": 5000,
"sqp-1-1080p": -10000,
"sqp-1-web-1080p": -10000,
"sqp-1-2160p": -10000
},
"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-)\\b(ac-?3)\\b"
}
},
{
"name": "Not Dolby Digital Plus ",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bDD[P+]|\\b(e[-_. ]?ac-?3)\\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[-_.: ]?x7?)\\b(?![-_. ]?(26[456]))"
}
},
{
"name": "Not FLAC",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bFLAC(\\b|\\d)"
}
}
]
}
DTS X
DTS:X - [Click to show/hide]
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”. You may think that sounds similar to Dolby Atmos, and you’d be right, but where DTS:X's differences lie in the required speaker configuration. While Dolby Atmos requires adding additional overhead channels to your 5.1 or 7.1 setup, DTS:X works with standard surround speaker setups – just like the one you might already have at home. It can support up to 32 speaker locations and an 11.2-channel system. DTS:X, like other higher-quality DTS formats (e.g. DTS-HD MA), is lossless.
JSON - [Click to show/hide]
{
"trash_id": "2f22d89048b01681dde8afe203bf2e95",
"trash_scores": {
"default": 4500,
"sqp-1-1080p": -10000,
"sqp-1-web-1080p": -10000,
"sqp-1-2160p": -10000
},
"trash_regex": "https://regex101.com/r/VWCW8c/1",
"name": "DTS X",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "DTS X",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(dts[-_.: ]?x7?)\\b(?![-_. ]?(26[456]))"
}
},
{
"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-)\\b(ac-?3)\\b"
}
},
{
"name": "Not Dolby Digital Plus",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bDD[P+]|\\b(e[-_. ]?ac-?3)\\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)"
}
}
]
}
ATMOS (undefined)
ATMOS (undefined) - [Click to show/hide]
ATMOS (undefined)
This custom format covers cases where ONLY "Atmos" is specified in the release title, without noting DD+ (Lossy) or TrueHD (Lossless).
Note
Apply the same score as Lossy (DD+) Atmos. On import, it will be updated to reflect either lossy or lossless based on the media's info using ffprobe.
JSON - [Click to show/hide]
{
"trash_id": "417804f7f2c4308c1f4c5d380d4c4475",
"trash_scores": {
"default": 3000,
"sqp-1-1080p": 0,
"sqp-1-web-1080p": 0,
"sqp-1-2160p": 0
},
"name": "ATMOS (undefined)",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "ATMOS",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bATMOS(\\b|\\d)"
}
},
{
"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-)\\b(ac-?3)\\b"
}
},
{
"name": "Not Dolby Digital Plus",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bDD[P+]|\\b(e[-_. ]?ac-?3)\\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 PCM",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(l?)PCM(\\b|\\d)"
}
},
{
"name": "Not RlsGrp (Atmos Only)",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(W4NK3R|HQMUX)\\b"
}
},
{
"name": "Not TrueHD",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "True[ .-]?HD"
}
}
]
}
DDPlus ATMOS
DD+ ATMOS - [Click to show/hide]
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 - [Click to show/hide]
{
"trash_id": "1af239278386be2919e1bcee0bde047e",
"trash_scores": {
"default": 3000,
"sqp-1-1080p": 135,
"sqp-1-web-1080p": 135,
"sqp-1-2160p": 135
},
"name": "DD+ ATMOS",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Dolby Digital Plus",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bDD[P+]|\\b(e[-_. ]?ac-?3)\\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-)\\b(ac-?3)\\b"
}
},
{
"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
TrueHD - [Click to show/hide]
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 Discs and compatible hardware.
JSON - [Click to show/hide]
{
"trash_id": "3cafb66171b47f226146a0770576870f",
"trash_scores": {
"default": 2750,
"sqp-1-1080p": -10000,
"sqp-1-web-1080p": -10000,
"sqp-1-2160p": -10000
},
"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[-_. ]?ac-?3)\\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-)\\b(ac-?3)\\b"
}
},
{
"name": "Not RlsGrp (TrueHD only)",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(CtrlHD|W4NK3R|DON)\\b"
}
}
]
}
DTS-HD MA
DTS-HD MA - [Click to show/hide]
DTS-HD MA
From Wikipedia, the free encyclopedia
DTS-HD Master Audio is a multi-channel lossless audio codec developed by DTS that extends the lossy DTS Coherent Acoustics codec (DTS CA; usually referred to as simply "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 show/hide]
{
"trash_id": "dcf3ec6938fa32445f590a4da84256cd",
"trash_scores": {
"default": 2500,
"sqp-1-1080p": -10000,
"sqp-1-web-1080p": -10000,
"sqp-1-2160p": -10000
},
"trash_regex": "https://regex101.com/r/U1asQG/1",
"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|\\d)"
}
},
{
"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[-_. ]?ac-?3)\\b"
}
},
{
"name": "Not Basic Dolby Digital ",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bDD[^a-z+]|(?<!e-)\\b(ac-?3)\\b"
}
},
{
"name": "Not DTS X",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(dts[-_.: ]?x7?)\\b(?![-_. ]?(26[456]))"
}
},
{
"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 - [Click to show/hide]
FLAC
FLAC stands for Free Lossless Audio Codec, an audio format similar to MP3 - but lossless, meaning that the audio compressed with FLAC does not receive 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 show/hide]
{
"trash_id": "a570d4a0e56a2874b64e5bfa55202a1b",
"trash_scores": {
"default": 2250,
"sqp-1-1080p": 0,
"sqp-1-web-1080p": 0,
"sqp-1-2160p": 0
},
"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-)\\b(ac-?3)\\b"
}
},
{
"name": "Not Dolby Digital Plus ",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bDD[P+]|\\b(e[-_. ]?ac-?3)\\b"
}
}
]
}
PCM
PCM - [Click to show/hide]
PCM
PCM is the method of encoding typically used for uncompressed digital audio.
JSON - [Click to show/hide]
{
"trash_id": "e7c2fcae07cbada050a0af3357491d7b",
"trash_scores": {
"default": 2250,
"sqp-1-1080p": 0,
"sqp-1-web-1080p": 0,
"sqp-1-2160p": 0
},
"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-)\\b(ac-?3)\\b"
}
},
{
"name": "Not Dolby Digital Plus ",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bDD[P+]|\\b(e[-_. ]?ac-?3)\\b"
}
}
]
}
DTS-HD HRA
DTS-HD HRA - [Click to show/hide]
DTS-HD HRA
Codec | Page | Paragraph |
---|---|---|
DTS-HD MA | Page 6 | 5.1.1 |
DTS-HD HRA | Page 7 | 5.1.2 |
DTS-HD HRA is the lossy version of DTS-HD MA.
Codec | DTS-HRA | DTS-MA |
---|---|---|
Lossy/lossless | Lossy | Lossless |
Data rate | 1.5 - 6.0 Mbit/s | VBR - 24.5 Mbit/s |
Channels | Up to 7.1 ch | Up to 7.1 ch |
Sampling Freq. | 96 kHz | 192 kHz |
Resolution | - | Up to 24-bit |
JSON - [Click to show/hide]
{
"trash_id": "8e109e50e0a0b83a5098b056e13bf6db",
"trash_scores": {
"default": 2000,
"sqp-1-1080p": -10000,
"sqp-1-web-1080p": -10000,
"sqp-1-2160p": -10000
},
"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[-_. ]?ac-?3)\\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-)\\b(ac-?3)\\b"
}
},
{
"name": "Not DTS X",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(dts[-_.: ]?x7?)\\b(?![-_. ]?(26[456]))"
}
},
{
"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]"
}
}
]
}
DDPlus
Dolby Digital Plus = DD+ = DDPlus
DD+ - [Click to show/hide]
DD+ aka E-AC3
From Wikipedia, the free encyclopedia
Dolby Digital Plus, also known as Enhanced AC-3 (commonly abbreviated as DD+ or E-AC-3, or EC-3), is the successor to Dolby Digital (AC-3). It is a digital audio compression scheme developed by Dolby Labs for the transport and storage of multi-channel digital audio.
JSON - [Click to show/hide]
{
"trash_id": "185f1dd7264c4562b9022d963ac37424",
"trash_scores": {
"default": 1750,
"sqp-1-1080p": 125,
"sqp-1-web-1080p": 125,
"sqp-1-2160p": 125
},
"name": "DD+",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Dolby Digital Plus",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bDD[P+](?!A)|\\b(e[-_. ]?ac-?3)\\b"
}
},
{
"name": "Not TrueHD/ATMOS",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(True[ .-]?HD|ATMOS|DDPA)(\\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)"
}
}
]
}
DTS-ES
DTS-ES - [Click to show/hide]
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 - [Click to show/hide]
{
"trash_id": "f9f847ac70a0af62ea4a08280b859636",
"trash_scores": {
"default": 1500,
"sqp-1-1080p": 0,
"sqp-1-web-1080p": 0,
"sqp-1-2160p": 0
},
"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[-_. ]?ac-?3)\\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-)\\b(ac-?3)\\b"
}
},
{
"name": "Not DTS X",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(dts[-_.: ]?x7?)\\b(?![-_. ]?(26[456]))"
}
},
{
"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
DTS = Basic DTS
DTS - [Click to show/hide]
DTS
Digital Theater Sound (DTS) is a digital audio technology developed by DTS, Inc, which focuses on digital surround sound formats for consumer and commercial applications as well as theatrical purposes. Compared to the Dolby Digital standard, DTS uses four times less compression and digitizes audio sounds at 20 bits instead of 16 bits. This makes DTS-based audio richer in sound and more detailed than Dolby Digital-based ones.
JSON - [Click to show/hide]
{
"trash_id": "1c1a4c5e823891c75bc50380a6866f73",
"trash_scores": {
"default": 1250,
"sqp-1-1080p": 0,
"sqp-1-web-1080p": 0,
"sqp-1-2160p": 0
},
"trash_regex": "https://regex101.com/r/U1asQG/1",
"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|\\d)"
}
},
{
"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[-_. ]?ac-?3)\\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-)\\b(ac-?3)\\b"
}
},
{
"name": "Not DTS X",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(dts[-_.: ]?x7?)\\b(?![-_. ]?(26[456]))"
}
},
{
"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
AAC - [Click to show/hide]
AAC
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 show/hide]
{
"trash_id": "240770601cc226190c367ef59aba7463",
"trash_scores": {
"default": 1000,
"sqp-1-1080p": 0,
"sqp-1-web-1080p": 0,
"sqp-1-2160p": 0
},
"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[-_. ]?ac-?3)\\b"
}
},
{
"name": "Not Basic Dolby Digital",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bDD[^a-z+]|(?<!e-)\\b(ac-?3)\\b"
}
},
{
"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)"
}
}
]
}
DD
(Basic) Dolby Digital = DD
DD - [Click to show/hide]
DD aka AC3
From Wikipedia, the free encyclopedia
Dolby Digital, also known as Dolby AC-3, is a lossy audio compression format.
JSON - [Click to show/hide]
{
"trash_id": "c2998bd0d90ed5621d8df281e839436e",
"trash_scores": {
"default": 750,
"sqp-1-1080p": 115,
"sqp-1-web-1080p": 115,
"sqp-1-2160p": 115
},
"name": "DD",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Basic Dolby Digital",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bDD[^a-z+]|(?<!e-)\\b(ac-?3)\\b"
}
},
{
"name": "Not Dolby Digital Plus",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bDD[P+]|\\b(e[-_. ]?ac-?3)\\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)"
}
}
]
}
MP3
MP3 - [Click to show/hide]
MP3
MP3 (MPEG-1 and/or MPEG-2 Audio Layer 3) is a lossy data compression format for audio.
JSON - [Click to show/hide]
{
"trash_id": "6ba9033150e7896bdc9ec4b44f2b230f",
"trash_scores": {
"default": 500
},
"name": "MP3",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "MP3",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "mp3"
}
}
]
}
Opus
Opus - [Click to show/hide]
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 - [Click to show/hide]
{
"trash_id": "a061e2e700f81932daf888599f8a8273",
"trash_scores": {
"default": 250
},
"trash_regex": "https://regex101.com/r/SsIWo3/1",
"name": "Opus",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Opus",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bOPUS(\\b|\\d)(?!.*[ ._-](\\d{3,4}p))"
}
},
{
"name": "Not OPUS Release Group",
"implementation": "ReleaseGroupSpecification",
"negate": true,
"required": true,
"fields": {
"value": "OPUS"
}
}
]
}
Audio Channels
1.0 Mono
JSON - [Click to show/hide]
{
"trash_id": "b124be9b146540f8e62f98fe32e49a2a",
"name": "1.0 Mono",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Mono",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "[^0-9]1[ .]0\\b|\\bMono\\b|\\[PCM \\]"
}
},
{
"name": "Not 3.0ch",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9]3[ .]0\\b"
}
},
{
"name": "Not 4.0ch",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9]4[ .]0\\b"
}
},
{
"name": "Not High Channel Count",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9][5-9][ .][0-1]\\b"
}
}
]
}
2.0 Stereo
JSON - [Click to show/hide]
{
"trash_id": "89dac1be53d5268a7e10a19d3c896826",
"trash_scores": {
"sqp-1-web-1080p": -175
},
"name": "2.0 Stereo",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Stereo",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "(?<!repac)[^0-9]2[ .]0\\b|\\bStereo\\b"
}
},
{
"name": "Not 3.0ch",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9]3[ .]0\\b"
}
},
{
"name": "Not 4.0ch",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9]4[ .]0\\b"
}
},
{
"name": "Not High Channel Count",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9][5-9][ .][0-1]\\b"
}
},
{
"name": "Not Mono",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9]1[ .]0\\b|\\bMono\\b|\\[PCM \\]"
}
}
]
}
3.0 Sound
JSON - [Click to show/hide]
{
"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\\b"
}
},
{
"name": "Not Mono",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9]1[ .]0\\b|\\bMono\\b|\\[PCM \\]"
}
},
{
"name": "Not Stereo",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "(?<!repac)[^0-9]2[ .]0\\b|\\bStereo\\b"
}
},
{
"name": "Not 4.0ch",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9]4[ .]0\\b"
}
},
{
"name": "Not High Channel Count",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9][5-9][ .][0-1]\\b"
}
}
]
}
4.0 Sound
JSON - [Click to show/hide]
{
"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\\b"
}
},
{
"name": "Not Mono",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9]1[ .]0\\b|\\bMono\\b|\\[PCM \\]"
}
},
{
"name": "Not Stereo",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "(?<!repac)[^0-9]2[ .]0\\b|\\bStereo\\b"
}
},
{
"name": "Not 3.0ch",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9]3[ .]0\\b"
}
},
{
"name": "Not High Channel Count",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9][5-9][ .][0-1]\\b"
}
}
]
}
5.1 Surround
JSON - [Click to show/hide]
{
"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]\\b"
}
},
{
"name": "6.1 Surround",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9]6[ .][0-1]\\b"
}
},
{
"name": "Not 7.1 Surround",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9][7-8][ .][0-1]\\b"
}
},
{
"name": "Not Low Channel Count",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "(?<!repac)[^0-9][1-4][ .][0-1]\\b|\\b(Stereo|Mono)\\b"
}
}
]
}
6.1 Surround
JSON - [Click to show/hide]
{
"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]\\b"
}
},
{
"name": "Not 7.1 Surround",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9][7-8][ .][0-1]\\b"
}
},
{
"name": "Not 5.1 Surround",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9]5[ .][0-1]\\b"
}
},
{
"name": "Not Low Channel Count",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "(?<!repac)[^0-9][1-4][ .][0-1]\\b|\\b(Stereo|Mono)\\b"
}
}
]
}
7.1 Surround
JSON - [Click to show/hide]
{
"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]\\b"
}
},
{
"name": "5.1 Surround",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9]5[ .][0-1]\\b"
}
},
{
"name": "6.1 Surround",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9]6[ .][0-1]\\b"
}
},
{
"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 Formats
DV HDR10Plus
DV = DoVi = Dolby Vision
HDR10+ = HDR10P = HDR10Plus
DV HDR10+ - [Click to show/hide]
This Custom Format will only match on DV HDR10+
This format provides Dolby Vision with HDR10+ fallback (with HDR10+ having native HDR10 fallback). You will find this mainly with:
- Hybrid Remuxes (Hybrid isn't always mentioned)
- Hybrid Bluray encodes (Hybrid isn't always mentioned)
- Hybrid WEB-DL (Hybrid isn't always mentioned)
Dolby Vision
Dolby Vision is a dynamic HDR format. It can offer better visual experiences relative to HDR10. The most significant difference is that it uses dynamic metadata which allows varying brightness levels within HDR content which enables filmmakers to have more precise control over the overall image appearance. HDR10 relies on static metadata which limits the HDR effect to a per-movie or per-episode basis.
HDR10+
HDR10+ improves upon HDR10 by making its metadata dynamic, allowing for it to change for each frame of video. This means every frame is adjusted to its own set of colors, brightness, and contrast parameters, making for a much more vibrant and realistic-looking image. Areas of the screen that might have been over-saturated with HDR10 will display their full contrast and detail with HDR10+.
💡 Any form of HDR will look significantly better than SDR on supporting equipment. The overall result will ultimately end up varying, though, based on your hardware and how the studio and filmmaker implemented HDR.
JSON - [Click to show/hide]
{
"trash_id": "c53085ddbd027d9624b320627748612f",
"trash_scores": {
"default": 1500
},
"trash_regex": "https://regex101.com/r/60gMpz/1",
"name": "DV HDR10+",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "DV HDR10+",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?V(ision)?)\\b)(?=.*\\b((HDR10(?=(P(lus)?)\\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"
}
}
]
}
DV HDR10
DV = DoVi = Dolby Vision
DV HDR10 - [Click to show/hide]
This Custom Format will only match on DV HDR10
This format provides Dolby Vision with HDR10 fallback. You will find this mainly with:
- Remuxes
- Bluray encodes
- Hybrid WEB-DL (Hybrid isn't always mentioned)
Dolby Vision
Dolby Vision is a dynamic HDR format. It can offer better visual experiences relative to HDR10. The most significant difference is that it uses dynamic metadata which allows varying brightness levels within HDR content which enables filmmakers to have more precise control over the overall image appearance. HDR10 relies on static metadata which limits the HDR effect to a per-movie or per-episode basis.
HDR10
HDR10 is the most basic HDR format used in consumer media and is supported by all HDR-supported devices.
HDR10 relies on static metadata which limits its effect to a per-movie or per-episode basis. Because of this, it lacks the information for how the content should be adjusted for your specific display. The interaction between display capabilities, video metadata, and the ultimate output (i.e., the presentation of the video) is controlled by the display, which may result in quality that is ultimately not how was originally intended.
💡 Any form of HDR will look significantly better than SDR on supporting equipment. The overall result will ultimately end up varying, though, based on your hardware and how the studio and filmmaker implemented HDR.
JSON - [Click to show/hide]
{
"trash_id": "e23edd2482476e595fb990b12e7c609c",
"trash_scores": {
"default": 1500
},
"trash_regex": "https://regex101.com/r/voMQ5g/1",
"name": "DV HDR10",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "DV HDR10",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?V(ision)?)\\b)(?=.*\\b((HDR10(?!(P(lus)?)\\b|\\+))|(HDR))\\b)"
}
},
{
"name": "Not DV HDR10Plus",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?V(ision)?)\\b)(?=.*\\b((HDR10(?=(P(lus)?)\\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"
}
}
]
}
DV
DV = DoVi = Dolby Vision
DV - [Click to show/hide]
This Custom Format will only match on DV
NOT on DV HDR10
etc.
Depending on the source (WEB-DL, Bluray, or Remux) this format will match the following:
- With Remuxes, it means that it will have
DV HDR10
. - With Bluray encodes, it means it will have
DV HDR10
. - With WEB-DL, it means 99% it will only support Dolby Vision without
HDR10
fallback (Incompatible devices will playback with blown out pinks and greens, if you have this issue always make sure you also add the following Custom Format with a score of-10000
)
JSON - [Click to show/hide]
{
"trash_id": "58d6a88f13e2db7f5059c41047876f00",
"trash_scores": {
"default": 1500
},
"name": "DV",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "DV",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]?v(ision)?)\\b"
}
},
{
"name": "Not DV HDR10",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?V(ision)?)\\b)(?=.*\\b(HDR(10)?(P(lus)?)?)\\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"
}
}
]
}
DV HLG
DV = DoVi = Dolby Vision
DV HLG - [Click to show/hide]
This Custom Format will only match on DV HLG
DV HLG
This is a very rare HDR Format that was created by NHK (JP) and the BBC for cable, satellite, and over-the-air TV broadcasts.
Dolby Vision
Dolby Vision is a dynamic HDR format. It can offer better visual experiences relative to HDR10. The most significant difference is that it uses dynamic metadata which allows varying brightness levels within HDR content which enables filmmakers to have more precise control over the overall image appearance. HDR10 relies on static metadata which limits the HDR effect to a per-movie or per-episode basis.
This Custom Format will only match on DV HLG
HLG
HLG or HLG10 is an HDR format created by NHK (JP) and the BBC that can be used for both video and still images. This format is backward compatible with SDR UHD TV, but not with older SDR displays that do not implement the Rec. 2020 color standards.
You will find this mainly with cable, satellite, and over-the-air TV broadcast series and movies from the likes of BBC and National Geographic.
JSON - [Click to show/hide]
{
"trash_id": "55d53828b9d81cbe20b02efd00aa0efd",
"trash_scores": {
"default": 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(DV|DoVi|Dolby[ .]?V(ision)?)\\b)(?=.*\\b(HDR(10)?(P(lus)?)?)\\b)"
}
},
{
"name": "Not DV SDR",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ .]SDR)\\b"
}
}
]
}
DV SDR
DV = DoVi = Dolby Vision
DV SDR - [Click to show/hide]
This Custom Format will only match on DV SDR
DV SDR
This is a very rare HDR Format.
JSON - [Click to show/hide]
{
"trash_id": "a3e19f8f627608af0211acd02bf89735",
"trash_scores": {
"default": 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(DV|DoVi|Dolby[ .]?V(ision)?)\\b)(?=.*\\b(HDR(10)?(P(lus)?)?)\\b)"
}
},
{
"name": "Not DV HLG",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ .]HLG)\\b"
}
}
]
}
HDR10Plus
HDR10+ = HDR10P = HDR10Plus
HDR10+ - [Click to show/hide]
HDR10+
HDR10+ improves upon HDR10 by making its metadata dynamic, allowing for it to change for each frame of video. This means every frame is adjusted to its own set of colors, brightness, and contrast parameters, making for a much more vibrant and realistic-looking image. Areas of the screen that might have been over-saturated with HDR10 will display their full contrast and detail with HDR10+.
JSON - [Click to show/hide]
{
"trash_id": "b974a6cd08c1066250f1f177d7aa1225",
"trash_scores": {
"default": 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(DV|DoVi|Dolby[ .]?V(ision)?)\\b)(?=.*\\b(HDR(10)?(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[ .]?v(ision)?)\\b"
}
}
]
}
HDR10
HDR10
HDR10 - [Click to show/hide]
HDR10
HDR10 is the most basic HDR format used in consumer media and is supported by all HDR-supported devices.
HDR10 relies on static metadata which limits its effect to a per-movie or per-episode basis. Because of this, it lacks the information for how the content should be adjusted for your specific display. The interaction between display capabilities, video metadata, and the ultimate output (i.e., the presentation of the video) is controlled by the display, which may result in quality that is ultimately not how was originally intended.
JSON - [Click to show/hide]
{
"trash_id": "dfb86d5941bc9075d6af23b09c2aeecd",
"trash_scores": {
"default": 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(DV|DoVi|Dolby[ .]?V(ision)?)\\b)(?=.*\\b(HDR(10)?(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[ .]?v(ision)?)\\b"
}
}
]
}
HDR
HDR
HDR - [Click to show/hide]
This Custom Format will only match on HDR
NOT on HDR10
, HDR10+
etc
This Custom Format is a sort of "catch-all" for the HDR
scene naming scheme where we don't know, based on name alone, which HDR formats are included - it could be HDR10
, HDR10+
or even PQ
.
JSON - [Click to show/hide]
{
"trash_id": "e61e28db95d22bedcadf030b8f156d96",
"trash_scores": {
"default": 500
},
"name": "HDR",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "HDR",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(HDR)\\b"
}
},
{
"name": "Not DV",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]?v(ision)?)\\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": "\\bHLG(\\b|\\d)"
}
},
{
"name": "Not PQ",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(PQ)\\b"
}
},
{
"name": "Not RlsGrp (Missing HDR)",
"implementation": "ReleaseGroupSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(FraMeSToR|HQMUX|SiCFoI)\\b"
}
},
{
"name": "Not SDR",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bSDR(\\b|\\d)"
}
}
]
}
HDR (undefined)
HDR (undefined) - [Click to show/hide]
Some release groups don't add HDR to their 4K release naming scheme.
Currently, only FraMeSToR and HQMUX do not include the 'HDR' tag. In the future, we can add more when it's needed.
Add this Custom Format with the same score you use for HDR10
.
JSON - [Click to show/hide]
{
"trash_id": "2a4d9069cc1fe3242ff9bdaebed239bb",
"trash_scores": {
"default": 500
},
"name": "HDR (undefined)",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "RlsGrp (Missing HDR)",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(FraMeSToR|HQMUX|SiCFoI)\\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[ .]?v(ision)?)\\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)"
}
}
]
}
PQ
PQ = PQ10
PQ - [Click to show/hide]
PQ10
PQ (perceptual quantizer) or PQ10 is the most basic HDR format that can be used for both video and still images. It is the same as the HDR10 format without any metadata.
You will find this mainly with older movies.
JSON - [Click to show/hide]
{
"trash_id": "08d6d8834ad9ec87b1dc7ec8148e7a1f",
"trash_scores": {
"default": 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[ .]?v(ision)?)\\b"
}
},
{
"name": "Not HDR10+",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bHDR10(\\+|P(lus)?\\b)"
}
},
{
"name": "Not HDR10",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bHDR10(\\b[^+|Plus])"
}
},
{
"name": "Not HLG",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(HLG)\\b"
}
},
{
"name": "Not SDR",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bSDR(\\b|\\d)"
}
}
]
}
HLG
HLG = HLG10
HLG - [Click to show/hide]
This Custom Format will only match on DV HLG
HLG
HLG or HLG10 is an HDR format created by NHK (JP) and the BBC that can be used for both video and still images. This format is backward compatible with SDR UHD TV, but not with older SDR displays that do not implement the Rec. 2020 color standards.
You will find this mainly with cable, satellite, and over-the-air TV broadcast series and movies from the likes of BBC and National Geographic.
JSON - [Click to show/hide]
{
"trash_id": "9364dd386c9b4a1100dde8264690add7",
"trash_scores": {
"default": 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[ .]?v(ision)?)\\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"
}
}
]
}
Movie Versions
Hybrid
Hybrid - [Click to show/hide]
A hybrid release means any combination of sources (video + audio) and not a direct encoding 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 show/hide]
{
"trash_id": "0f12c086e289cf966fa5948eac571f44",
"trash_scores": {
"default": 100
},
"name": "Hybrid",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Hybrid",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bhybrid(\\b|\\d)"
}
},
{
"name": "Not Hybrid Release Group",
"implementation": "ReleaseGroupSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(HYBRID)\\b"
}
},
{
"name": "Bluray",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 9
}
}
]
}
Remaster
Remaster - [Click to show/hide]
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 show/hide]
{
"trash_id": "570bc9ebecd92723d2d21500f4be314c",
"trash_scores": {
"default": 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"
}
}
]
}
4K Remaster
4K Remaster - [Click to show/hide]
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 current release of the movie.
To be clear, the final digital films on the Mastered in 4K Blu-rays still only have the same 1920 x 1080 pixels of actual resolution as normal Blu-rays. But the argument goes that because these full HD files were derived from higher-resolution masters, their images will be more precise, with better colors, less noise, and enhanced sharpness and detail. Not least because the higher-resolution mastering process will provide more detail from the original print for the Blu-ray masters to draw on when going through their (hopefully…) frame-by-frame compression process.
Another important element of the Mastered in 4K discs is that they’re all mastered with ‘x.v.YCC’ color specification. This delivers an expanded color range closer to that contained in source material.
JSON - [Click to show/hide]
{
"trash_id": "eca37840c13c6ef2dd0262b141a5482f",
"trash_scores": {
"default": 25
},
"name": "4K Remaster",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Remaster",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "Remaster"
}
},
{
"name": "4K",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "4k"
}
},
{
"name": "Not 4K Resolution",
"implementation": "ResolutionSpecification",
"negate": true,
"required": true,
"fields": {
"value": 2160
}
}
]
}
Criterion Collection
Criterion Collection - [Click to show/hide]
The Criterion Collection, Inc. (or simply Criterion) is an American home video distribution company that focuses on licensing "important classic and contemporary films" and selling them to film aficionados. Criterion has helped to standardize characteristics of home video such as film restoration, using the letterbox format for widescreen films, and adding bonus features and commentary tracks.
JSON - [Click to show/hide]
{
"trash_id": "e0c07d59beb37348e975a930d5e50319",
"trash_scores": {
"default": 25
},
"name": "Criterion Collection",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Bluray",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 9
}
},
{
"name": "DVD",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 5
}
},
{
"name": "Criterion",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(Criterion)\\b"
}
},
{
"name": "CC",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(CC)\\b"
}
},
{
"name": "Not Criterion RlsGrp",
"implementation": "ReleaseGroupSpecification",
"negate": true,
"required": true,
"fields": {
"value": "^(Criterion)$"
}
}
]
}
Masters of Cinema
Masters of Cinema - [Click to show/hide]
Masters of Cinema is a line of DVD and Blu-ray releases published through Eureka Entertainment. Because of the uniformly branded and spine-numbered packaging and the standard inclusion of booklets and analysis by recurring film historians, the line is often perceived as the UK equivalent of The Criterion Collection.
JSON - [Click to show/hide}
{
"trash_id": "9d27d9d2181838f76dee150882bdc58c",
"trash_scores": {
"default": 25
},
"name": "Masters of Cinema",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Masters of Cinema",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(Masters[ .-]?Of[ .-]?Cinema)(\\b|\\d)"
}
},
{
"name": "MoC",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(MoC)\\b"
}
}
]
}
Vinegar Syndrome
Vinegar Syndrome - [Click to show/hide]
Vinegar Syndrome is a US-based company founded in 2012 to preserve and distribute old X-rated films. Over time, they expanded their catalog to include other types of cult and exploitation films, specializing in horror and action genres.
JSON - [Click to show/hide}
{
"trash_id": "db9b4c4b53d312a3ca5f1378f6440fc9",
"trash_scores": {
"default": 25
},
"name": "Vinegar Syndrome",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Vinegar Syndrome",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(Vinegar[ ._-]Syndrome)\\b"
}
},
{
"name": "VS",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(V-S)\\b"
}
},
{
"name": "VinSyn",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(VinSyn)\\b"
}
}
]
}
Theatrical Cut
Theatrical Cut - [Click to show/hide]
The Theatrical Cut is the version of the film that was shown at cinemas.
JSON - [Click to show/hide]
{
"trash_id": "e9001909a4c88013a359d0b9920d7bea",
"name": "Theatrical Cut",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Theatrical",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "Theatrical"
}
}
]
}
Special Edition
Special Edition - [Click to show/hide]
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 that is longer than the theatrical cut (though in very rare cases, its shorter).
JSON - [Click to show/hide]
{
"trash_id": "957d0f44b592285f26449575e8b1167e",
"trash_scores": {
"default": 125
},
"trash_regex": "https://regex101.com/r/44pLFg/1",
"name": "Special Edition",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Special Edition",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "(?<!^|{)\\b(extended|uncut|directors|special|unrated|uncensored|cut|version|edition)(\\b|\\d)"
}
},
{
"name": "Not IMAX Edition",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(IMAX[ ._-]Edition)\\b"
}
},
{
"name": "Not Open Matte",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(Open[ ._-]?Matte)\\b"
}
},
{
"name": "Not Theatrical",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "Theatrical"
}
},
{
"name": "Not Extended Clip",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(Extended[ ._-]Clip)\\b"
}
}
]
}
IMAX
IMAX - [Click to show/hide]
IMAX films are shot in tall aspect ratios, typically 1.9:1 or sometimes 1.43:1. Most IMAX film releases also have scenes shot at wider aspect ratios and, as a result, the aspect ratio will change throughout. Because they are shot on large format cameras, there is often less film grain present. This results in a clearer picture.
JSON - [Click to show/hide]
{
"trash_id": "eecf3a857724171f968a66cb5719e152",
"trash_scores": {
"default": 800
},
"trash_regex": "https://regex101.com/r/e7ugxU/1",
"name": "IMAX",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "IMAX",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b((?<!NON[ ._-])IMAX)\\b"
}
},
{
"name": "NOT: IMAX Enhanced",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "^(?=.*\\b((DSNP|Disney\\+|BC|B?CORE)(?=[ ._-]web[ ._-]?(dl|rip)\\b)))(?=.*\\b((?<!NON[ ._-])IMAX)\\b)|^(?=.*\\b(IMAX[ ._-]Enhanced)\\b)"
}
}
]
}
IMAX Enhanced
IMAX Enhanced - [Click to show/hide]
Get more picture and less black bars (letterboxing).
IMAX Enhanced is a standard for digital releases. It features scenes shot on IMAX cameras and produced in HDR10 DV. IMAX Enhanced releases are often higher bitrate than other WEB options and are encoded into various formats, including SDR conversions.
As a result of the higher bitrate and implied picture quality improvement, it is recommended to enable the IMAX Enhanced custom format on WEB profiles, especially for those seeking 'The IMAX Experience' - including fewer "black bars" or letterboxing.
JSON - [Click to show/hide]
{
"trash_id": "9f6cbff8cfe4ebbc1bde14c7b7bec0de",
"trash_scores": {
"default": 800
},
"trash_regex": "https://regex101.com/r/e7ugxU/1",
"name": "IMAX Enhanced",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "IMAX Enhanced",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "^(?=.*\\b((DSNP|Disney\\+|BC|B?CORE)(?=[ ._-]web[ ._-]?(dl|rip)\\b)))(?=.*\\b((?<!NON[ ._-])IMAX)\\b)|^(?=.*\\b(IMAX[ ._-]Enhanced)\\b)"
}
}
]
}
Open Matte
Open Matte - [Click to show/hide]
Open matte is a filming technique that involves matting out the top and bottom of the film frame in the movie projector (known as a soft matte) for the widescreen theatrical release and then scanning the film without a matte (at an Academy ratio) for a full-screen home video release.
JSON - [Click to show/hide}
{
"trash_id": "09d9dd29a0fc958f9796e65c2a8864b4",
"trash_scores": {
"default": 25
},
"name": "Open Matte",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Open Matte",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(Open[ ._-]?Matte)\\b"
}
}
]
}
Unwanted
AV1
AV1 - [Click to show/hide]
AV1 encodes are currently targeting small file sizes, rather than good visual quality.
- 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 show/hide]
{
"trash_id": "cae4ca30163749b891686f95532519bd",
"trash_scores": {
"default": -10000,
"sqp-1-2160p": -10000,
"anime-radarr": -10000
},
"name": "AV1",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "AV1",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bAV1\\b"
}
}
]
}
BR-DISK
BR-DISK - [Click to show/hide]
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 -10000
.
Note
Depending on your renaming scheme it could happen that Radarr will match renamed files after they are downloaded and imported as BR-DISK
,
This is a cosmetic annoyance until we come up with another way to solve this,
being that this Custom Format is used to not download BR-DISK it does its purpose as intended.
Several reasons why this is happening:
- Blame the often wrongly used naming of x265 encodes.
- Radarr v3/v4 uses dynamic custom formats.
JSON - [Click to show/hide]
{
"trash_id": "ed38b889b31be83fda192888e2286d83",
"trash_scores": {
"default": -10000
},
"trash_regex": "https://regex101.com/r/UpA3I7/2",
"name": "BR-DISK",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "BR-DISK",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "^(?!.*\\b((?<!HD[._ -]|HD)DVD|BDRip|720p|MKV|XviD|WMV|d3g|(BD)?REMUX|^(?=.*1080p)(?=.*HEVC)|[xh][-_. ]?26[45]|German.*[DM]L|((?<=\\d{4}).*German.*([DM]L)?)(?=.*\\b(AVC|HEVC|VC[-_. ]?1|MVC|MPEG[-_. ]?2)\\b))\\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)))))))).*"
}
}
]
}
LQ
Low-Quality Releases = LQ
LQ - [Click to show/hide]
- A collection of known low-quality groups (often banned from the top trackers due to their lack of quality), banned or dishonest release groups, or rips/encodes from the scene and quick-to-release P2P groups that, while adequate, are usually not considered high quality.
- Release Groups that break the Starr apps automation because their bad naming could potentially cause download loops, even if their overall quality is perfect.
JSON - [Click to show/hide]
{
"trash_id": "90a6f9a284dff5103f6346090e6280c8",
"trash_scores": {
"default": -10000
},
"name": "LQ",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "24xHD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(24xHD)\\b"
}
},
{
"name": "41RGB",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(41RGB)$"
}
},
{
"name": "4K4U",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(4K4U)$"
}
},
{
"name": "AROMA",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(AROMA)$"
}
},
{
"name": "aXXo",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(aXXo)$"
}
},
{
"name": "AZAZE",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(AZAZE)$"
}
},
{
"name": "BARC0DE",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(BARC0DE)$"
}
},
{
"name": "BdC",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(BdC)$"
}
},
{
"name": "beAst",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(beAst)$"
}
},
{
"name": "C4K",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(C4K)$"
}
},
{
"name": "CDDHD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(CDDHD)$"
}
},
{
"name": "CHAOS",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(CHAOS)$"
}
},
{
"name": "CHD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(CHD)$"
}
},
{
"name": "CiNE",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(CiNE)$"
}
},
{
"name": "CREATiVE24",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(CREATiVE24)$"
}
},
{
"name": "CrEwSaDe",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(CrEwSaDe)$"
}
},
{
"name": "CTFOH",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(CTFOH)$"
}
},
{
"name": "d3g",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(d3g)$"
}
},
{
"name": "DDR",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(DDR)$"
}
},
{
"name": "DepraveD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(DepraveD)$"
}
},
{
"name": "DNL",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(DNL)$"
}
},
{
"name": "EPiC",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(EPiC)$"
}
},
{
"name": "EuReKA",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(EuReKA)$"
}
},
{
"name": "FaNGDiNG0",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(FaNGDiNG0)$"
}
},
{
"name": "FGT",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(FGT)$"
}
},
{
"name": "FRDS",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(FRDS)$"
}
},
{
"name": "FZHD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(FZHD)$"
}
},
{
"name": "GalaxyRG",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(GalaxyRG)$"
}
},
{
"name": "GHD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(GHD)$"
}
},
{
"name": "GPTHD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(GPTHD)$"
}
},
{
"name": "HDS",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(HDS)$"
}
},
{
"name": "HDT",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(HDT)$"
}
},
{
"name": "HDTime",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(HDTime)$"
}
},
{
"name": "HDWinG",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(HDWinG)$"
}
},
{
"name": "iNTENSO",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(iNTENSO)$"
}
},
{
"name": "iPlanet",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(iPlanet)$"
}
},
{
"name": "iVy",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(iVy)$"
}
},
{
"name": "jennaortega",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(jennaortega(UHD)?)$"
}
},
{
"name": "JFF",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(JFF)$"
}
},
{
"name": "KC",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(KC)$"
}
},
{
"name": "KiNGDOM",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(KiNGDOM)$"
}
},
{
"name": "KIRA",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(KIRA)$"
}
},
{
"name": "L0SERNIGHT",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(L0SERNIGHT)$"
}
},
{
"name": "LAMA",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(LAMA)$"
}
},
{
"name": "Leffe",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(Leffe)$"
}
},
{
"name": "Liber8",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(Liber8)$"
}
},
{
"name": "LiGaS",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(LiGaS)$"
}
},
{
"name": "MarkII",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(MarkII)$"
}
},
{
"name": "MeGusta",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(MeGusta)$"
}
},
{
"name": "mHD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(mHD)$"
}
},
{
"name": "mSD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(mSD)$"
}
},
{
"name": "MTeam",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(MTeam|MT)$"
}
},
{
"name": "MySiLU",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(MySiLU)$"
}
},
{
"name": "NhaNc3",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(NhaNc3)$"
}
},
{
"name": "nHD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(nHD)$"
}
},
{
"name": "nikt0",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(nikt0)$"
}
},
{
"name": "NoGroup",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "NoGr(ou)?p"
}
},
{
"name": "nSD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(nSD)$"
}
},
{
"name": "OFT",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(OFT)$"
}
},
{
"name": "Pahe",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "Pahe(\\.(ph|in))?\\b"
}
},
{
"name": "PATOMiEL",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(PATOMiEL)$"
}
},
{
"name": "PiRaTeS",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(PiRaTeS)$"
}
},
{
"name": "PRODJi",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(PRODJi)$"
}
},
{
"name": "PSA",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(PSA)$"
}
},
{
"name": "PTNK",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(PTNK)$"
}
},
{
"name": "RARBG",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(RARBG)$"
}
},
{
"name": "RDN",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(RDN)$"
}
},
{
"name": "RiffTrax",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(Rifftrax)$"
}
},
{
"name": "RU4HD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(RU4HD)$"
}
},
{
"name": "SANTi",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(SANTi)$"
}
},
{
"name": "SasukeducK",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(SasukeducK)$"
}
},
{
"name": "Scene",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(Scene)$"
}
},
{
"name": "SHD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(SHD)$"
}
},
{
"name": "ShieldBearer",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(ShieldBearer)$"
}
},
{
"name": "STUTTERSHIT",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(STUTTERSHIT)$"
}
},
{
"name": "tarunk9c",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(tarunk9c)$"
}
},
{
"name": "TBS",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(TBS)$"
}
},
{
"name": "TEKNO3D",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(TEKNO3D)$"
}
},
{
"name": "Tigole",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(Tigole)$"
}
},
{
"name": "TIKO",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(TIKO)$"
}
},
{
"name": "VECTOR",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(VECTOR)$"
}
},
{
"name": "VISIONPLUSHDR",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(VISIONPLUSHDR(-X|1000)?)$"
}
},
{
"name": "WAF",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(WAF)$"
}
},
{
"name": "WiKi",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(WiKi)$"
}
},
{
"name": "x0r",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(x0r)$"
}
},
{
"name": "YIFY",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(YIFY)$"
}
},
{
"name": "YTS",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(YTS(.(MX|LT|AG))?)$"
}
},
{
"name": "Zeus",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(Zeus)$"
}
}
]
}
LQ (Release Title)
Low-Quality Releases = LQ
LQ (Release Title)- [Click to show/hide]
A collection of terms seen in the titles of Low-Quality releases that are not captured by using a release group name.
JSON - [Click to show/hide]
{
"trash_id": "e204b80c87be9497a8a6eaff48f72905",
"trash_scores": {
"default": -10000
},
"name": "LQ (Release Title)",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "1XBET",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(1XBET)\\b"
}
},
{
"name": "BEN THE MEN",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(BEN[ ._-]THE[ ._-]MEN)\\b"
}
},
{
"name": "BiTOR (2160p)",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(?=.*?(\\b2160p\\b))(?=.*?(\\bBiTOR\\b))"
}
},
{
"name": "GalaxyRG",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(GalaxyRG)\\b"
}
},
{
"name": "jennaortega",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(?<!-)\\b(jennaortega(UHD)?)\\b"
}
},
{
"name": "SWTYBLZ",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(SWTYBLZ)\\b"
}
},
{
"name": "TeeWee",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(TeeWee)\\b"
}
},
{
"name": "TEKNO3D",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(TEKNO3D)\\b"
}
},
{
"name": "Will1869",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(Will1869)\\b"
}
}
]
}
3D
3D - [Click to show/hide]
If you prefer or not prefer 3D.
You can use Custom Format or use Restrictions (Settings
=> Indexers
=> Restrictions
) what ever you prefer.
JSON - [Click to show/hide]
{
"trash_id": "b8cd450cbfa689c0259a01d9e29ba3d6",
"trash_scores": {
"default": -10000
},
"trash_regex": "https://regex101.com/r/c6Dobc/1",
"name": "3D",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "3D",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(?<=\\b[12]\\d{3}\\b).*\\b(3d|sbs|half[ .-]ou|half[ .-]sbs)\\b"
}
},
{
"name": "BluRay3D",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(BluRay3D)\\b"
}
},
{
"name": "BD3D",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(BD3D)\\b"
}
}
]
}
x265 (HD)
720/1080p no x265 = x265 (720/1080p) = x265 (HD)
x265 (HD) - [Click to show/hide]
This blocks all 720/1080p (HD) releases that are encoded in x265.
In your quality profile use the following score for this Custom Format: -10000
Why block 720/1080p encodes in x265? - [Click to show/hide]
Quote
x265 is good for 4k stuff or 1080p if they used the remuxes as the 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 of 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 the best quality x265, you need high-quality source 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 a source which results in low-quality releases. And the few groups that do use the correct source suffer from it.
Golden Rule
That's why we created our own golden rule.
- 720/1080p => x264
- 2160p/4k => x265
If you have also added x265 (no HDR/DV) to your Radarr,
then one of them should be scored as 0
in your quality profile.
JSON - [Click to show/hide]
{
"trash_id": "dc98083864ea246d05a42df0d05f81cc",
"trash_scores": {
"default": -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
}
}
]
}
Upscaled
Upscaled - [Click to show/hide]
This custom format is used to prevent Radarr from grabbing upscaled releases.
JSON - [Click to show/hide]
{
"trash_id": "bfd8eb01832d646a0a89c4deb46f8564",
"trash_scores": {
"default": -10000
},
"trash_regex": "https://regex101.com/r/MDx42o/latest",
"name": "Upscaled",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "AI Upscales",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(?<=\\b[12]\\d{3}\\b)(?=.*\\b(HEVC)\\b)(?=.*\\b(AI)\\b)"
}
},
{
"name": "AIUS",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(AIUS)\\b"
}
},
{
"name": "Regrade",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b((Upscale)?Re-?graded?)\\b"
}
},
{
"name": "TheUpscaler",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(The[ ._-]?Upscaler)\\b"
}
},
{
"name": "Upscaled",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(?<=\\b[12]\\d{3}\\b).*\\b(UPS|Up(s(caled?|UHD)|(Rez)))\\b"
}
}
]
}
Extras
Extras - [Click to show/hide]
This custom format is used to prevent Radarr from grabbing releases containing only extras/bonus material.
JSON - [Click to show/hide]
{
"trash_id": "0a3f082873eb454bde444150b70253cc",
"trash_scores": {
"default": -10000
},
"trash_regex": "https://regex101.com/r/nzK5TQ/1",
"name": "Extras",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Extras",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "(?<=\\b[12]\\d{3}\\b).*\\b(Extras|Bonus|Extended[ ._-]Clip)\\b"
}
}
]
}
Miscellaneous
Bad Dual Groups
Bad dual groups - [Click to show/hide]
These groups take the original release and add their language (ex. Portuguese) as the main audio track (AAC 2.0), What results after renaming and FFprobe is that the media file will be recognized as Portuguese AAC audio. It's a common rule that you add the best audio as the first track. Also they often even translate/rename the release name to Portuguese.
JSON - [Click to show/hide]
{
"trash_id": "b6832f586342ef70d9c128d40c07b872",
"trash_scores": {
"default": -10000,
"french-multi-vf": 0,
"french-multi-vo": 0
},
"name": "Bad Dual Groups",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "alfaHD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(alfaHD.*)$"
}
},
{
"name": "BAT",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(BAT)$"
}
},
{
"name": "BlackBit",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(BlackBit)$"
}
},
{
"name": "BNd",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(BNd)$"
}
},
{
"name": "C.A.A",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(C\\.A\\.A)$"
}
},
{
"name": "Cory",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(Cory)$"
}
},
{
"name": "EXTREME",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(EXTREME)$"
}
},
{
"name": "FF",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(FF)$"
}
},
{
"name": "FOXX",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(FOXX)$"
}
},
{
"name": "G4RiS",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(G4RiS)$"
}
},
{
"name": "GUEIRA",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(GUEIRA)$"
}
},
{
"name": "LCD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(LCD)$"
}
},
{
"name": "N3G4N",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(N3G4N)$"
}
},
{
"name": "ONLYMOViE",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(ONLYMOViE)$"
}
},
{
"name": "PD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(PD)$"
}
},
{
"name": "PTHome",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(PTHome)$"
}
},
{
"name": "RiPER",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(RiPER)$"
}
},
{
"name": "RK",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(RK)$"
}
},
{
"name": "SiGLA",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(SiGLA)$"
}
},
{
"name": "Tars",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(Tars)$"
}
},
{
"name": "TvR",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(TvR)$"
}
},
{
"name": "vnlls",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(vnlls)$"
}
},
{
"name": "WTV",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(WTV)$"
}
},
{
"name": "Yatogam1",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(Yatogam1)$"
}
},
{
"name": "YusukeFLA",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(YusukeFLA)$"
}
},
{
"name": "ZigZag",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(ZigZag)$"
}
},
{
"name": "ZNM",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(ZNM)$"
}
}
]
}
DV (WEBDL)
DV = DoVi = Dolby Vision
DV (WEBDL) - [Click to show/hide]
This is a special Custom Format that blocks WEBDLs with Dolby Vision but without HDR10 fallback.
You will need to add the following as a new Custom Format, and when created adjust the scoring in your Quality Profile (Setting
=> Profiles
) to -10000
.
This Custom Format works together with the normal DV Custom Format that you would use to prefer Dolby Vision.
Most WEBDL from Streaming Services don't have the fallback to HDR10. What can result during playback is issues with weird colors (typically a green hue) when you attempt to play it on a non-Dolby Vision-compatible setup.
Remuxes and Bluray have a fallback to HDR10.
JSON - [Click to show/hide]
{
"trash_id": "923b6abef9b17f937fab56cfcf89e1f1",
"trash_scores": {
"default": -10000
},
"name": "DV (WEBDL)",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Dolby Vision",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]?V(ision)?)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 7
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 8
}
},
{
"name": "Not RlsGrp",
"implementation": "ReleaseGroupSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(Flights)\\b"
}
},
{
"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"
}
}
]
}
EVO (no WEBDL)
EVO (no WEBDL) - [Click to show/hide]
This group is often banned for low-quality Blu-ray releases, but their WEB-DLs are okay.
You will need to add the following as a new Custom Format, and when created adjust the scoring in your Quality Profile (Setting
=> Profiles
) to -10000
.
JSON - [Click to show/hide]
{
"trash_id": "90cedc1fea7ea5d11298bebd3d1d3223",
"trash_scores": {
"default": -10000
},
"name": "EVO (no WEBDL)",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "EVO",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": true,
"fields": {
"value": "^(EVO(TGX)?)$"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": true,
"required": true,
"fields": {
"value": 7
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": true,
"required": true,
"fields": {
"value": 8
}
}
]
}
HDR10Plus Boost
HDR10+ Boost - [Click to show/hide]
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 show/hide]
{
"trash_id": "b17886cb4158d9fea189859409975758",
"trash_scores": {
"default": 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(DV|DoVi|Dolby[ .]?V(ision)?)\\b)(?=.*\\b(HDR(10)?(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[ .]?v(ision)?)\\b"
}
}
]
}
DV HDR10Plus Boost
DV HDR10+ Boost - [Click to show/hide]
Optional: use this one if you want to upgrade from DV HDR10 to DV HDR10+ to support the best of both worlds.
JSON - [Click to show/hide]
{
"trash_id": "55a5b50cb416dea5a50c4955896217ab",
"trash_scores": {
"default": 100
},
"trash_regex": "https://regex101.com/r/60gMpz/1",
"name": "DV HDR10+ Boost",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "DV HDR10+",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?V(ision)?)\\b)(?=.*\\b((HDR10(?=(P(lus)?)\\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"
}
}
]
}
No-RlsGroup
No-RlsGroup - [Click to show/hide]
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 stripped of 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 show/hide]
{
"trash_id": "ae9b7c9ebde1f3bd336a8cbd1ec4c5e5",
"trash_scores": {
"default": -10000
},
"name": "No-RlsGroup",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "No Parsed Group",
"implementation": "ReleaseGroupSpecification",
"negate": true,
"required": false,
"fields": {
"value": "."
}
}
]
}
Obfuscated
Obfuscated - [Click to show/hide]
Obfuscated
Obfuscated are used on usenet, mostly with non-tier-1 indexers, to do re-posts of common/popular releases. Use this only if you've access to tier 1 Usenet indexers.
JSON - [Click to show/hide]
{
"trash_id": "7357cf5161efbf8c4d5d0c30b4815ee2",
"trash_scores": {
"default": -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": "(?<=\\b[12]\\d{3}\\b).*(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"
}
}
]
}
Retags
Retags - [Click to show/hide]
Retags
Retags are something you often see on public trackers where the tracker or uploader adds their name to the torrent. It is also possible that it could show up on some Usenet indexers.
JSON - [Click to show/hide]
{
"trash_id": "5c44f52a8714fdd79bb4d98e2673be1f",
"trash_scores": {
"default": -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([ ._-]re)?\\]"
}
},
{
"name": "[TGx]",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\[TGx\\]"
}
},
{
"name": ".VAV",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "[.]VAV\\b"
}
},
{
"name": ".heb",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "[.]heb\\b"
}
},
{
"name": "ORARBG",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(ORARBG)\\b"
}
}
]
}
Scene
Scene - [Click to show/hide]
This Custom Format will try to recognize so-called "scene releases". Depending on your preferences, you can give it a negative score -10000
, a positive score, or just skip adding it altogether.
JSON - [Click to show/hide]
{
"trash_id": "f537cf427b64c38c8e36298f657e4828",
"trash_scores": {
"default": -10000
},
"trash_regex": "https://regex101.com/r/BoIGFA/1",
"name": "Scene",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Scene Groups + Naming",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "^(?=.*(\\b\\d{3,4}p\\b).*([_. ]WEB[_. ])(?!DL)\\b)|\\b(-CAKES|-GGEZ|-GGWP|-GLHF|-GOSSIP|-NAISU|-KOGI|-PECULATE|-SLOT|-EDITH|-ETHEL|-ELEANOR|-B2B|-SPAMnEGGS|-FTP|-DiRT|-SYNCOPY|-BAE|-SuccessfulCrab|-NHTFS|-SURCODE|-B0MBARDIERS)"
}
},
{
"name": "Not INFLATE/DEFLATE",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(INFLATE|DEFLATE)\\b"
}
}
]
}
x265 (no HDR/DV)
x265 (no HDR/DV) - [Click to show/hide]
This blocks most 720/1080p (HD) releases that are encoded in x265, But it will allow 720/1080p x265 releases if they have HDR and/or DV
Since some NF releases won't be released as 4k, this allows you to still have the DV/HDR releases.
In your quality profile use the following score for this Custom Format: -10000
Why block 720/1080p encodes in x265? - [Click to show/hide]
Quote
x265 is good for 4k stuff or 1080p if they used the remuxes as the 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 of 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 the best quality x265, you need high-quality source 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 a source which results in low-quality releases. And the few groups that do use the correct source suffer from it.
Golden Rule
That's why we created our own golden rule.
- 720/1080p => x264
- 2160p/4k => x265
If you have also added x265 (HD) to your Radarr,
then one of them should be scored as 0
in your quality profile.
JSON - [Click to show/hide]
{
"trash_id": "839bea857ed2c0a8e084f3cbdbd65ecb",
"trash_scores": {
"default": -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[ .]?v(ision)?|hdr(10(P(lus)?)?)?|pq)\\b"
}
},
{
"name": "Not 2160p",
"implementation": "ResolutionSpecification",
"negate": true,
"required": true,
"fields": {
"value": 2160
}
}
]
}
VC-1
VC-1 - [Click to show/hide]
VC-1
From Wikipedia, the free encyclopedia
VC-1 is a video compression codec primarily developed by Microsoft. It is often associated with older Blu-ray discs and some HD digital video content. While VC-1 was a popular choice in the early days of HD content, it has been largely supplanted by more efficient codecs, such as AVC (H.264) for 1080p Remuxes and HEVC (H.265) for 2160p Remuxes.
When it comes to remuxing, many release groups upgrade older VC-1 encoded content to AVC (If a disc is released as AVC), especially for 1080p Remuxes. This is because AVC is generally more efficient in terms of compression while maintaining better quality at lower bitrates. As a result, content encoded with AVC will typically have improved visual quality and smaller file sizes compared to its VC-1 counterparts.
If you are looking for better quality versions of films or shows that were originally released in VC-1, it's common for modern remuxes to include AVC encoding, making them more compatible with current playback devices and ensuring a better viewing experience.
JSON - [Click to show/hide]
{
"trash_id": "11cd1db7165d6a7ad9a83bc97b8b1060",
"name": "VC-1",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "VC-1",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bVC[-_. ]?1\\b"
}
}
]
}
VP9
VP9 - [Click to show/hide]
- 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 using it (yet).
- It's better to ignore this new codec to prevent compatibility issues.
JSON - [Click to show/hide]
{
"trash_id": "ae4cfaa9283a4f2150ac3da08e388723",
"name": "VP9",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "VP9",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bVP9\\b"
}
}
]
}
Internal
Internal - [Click to show/hide]
- For those who prefer scene releases may want to boost internals as they generally have higher settings that may not conform to the ruleset.
- In some rare cases P2P use is also INTERNAL.
JSON - [Click to show/hide]
{
"trash_id": "182fa1c42a2468f8488e6dcf75a81b81",
"trash_scores": {
"default": 10
},
"trash_regex": "https://regex101.com/r/T7vznB/1",
"name": "INTERNAL",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "INTERNAL",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(INTERNAL)\\b"
}
}
]
}
SDR
SDR - [Click to show/hide]
This will prevent grabbing UHD/4k releases without HDR Formats.
JSON - [Click to show/hide]
{
"trash_id": "9c38ebb7384dada637be8899efa68e6f",
"trash_scores": {
"default": -10000
},
"name": "SDR",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "2160p",
"implementation": "ResolutionSpecification",
"negate": false,
"required": true,
"fields": {
"value": 2160
}
},
{
"name": "HDR Formats",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": false,
"fields": {
"value": "\\bHDR(\\b|\\d)|\\b(dv|dovi|dolby[ .]?v(ision)?)\\b|\\b(FraMeSToR|HQMUX|SICFoI)\\b|\\b(PQ)\\b|\\bHLG(\\b|\\d)"
}
},
{
"name": "SDR",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bSDR\\b"
}
}
]
}
SDR (no WEBDL)
SDR (no WEBDL) - [Click to show/hide]
This will prevent grabbing UHD/4k Remux and Bluray encode releases without HDR Formats. - i.e., SDR WEB releases will still be allowed since 4K SDR WEB releases can often look better than the 1080p version due to the improved bitrate.
If you have also added SDR to your Radarr,
then one of them should be scored as 0
in your quality profile.
JSON - [Click to show/hide]
{
"trash_id": "25c12f78430a3a23413652cbd1d48d77",
"trash_scores": {
"default": -10000
},
"name": "SDR (no WEBDL)",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "2160p",
"implementation": "ResolutionSpecification",
"negate": false,
"required": true,
"fields": {
"value": 2160
}
},
{
"name": "HDR Formats",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": false,
"fields": {
"value": "\\bHDR(\\b|\\d)|\\b(dv|dovi|dolby[ .]?v(ision)?)\\b|\\b(FraMeSToR|HQMUX|SICFoI)\\b|\\b(PQ)\\b|\\bHLG(\\b|\\d)"
}
},
{
"name": "SDR",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bSDR\\b"
}
},
{
"name": "Not WEBDL",
"implementation": "SourceSpecification",
"negate": true,
"required": true,
"fields": {
"value": 7
}
},
{
"name": "Not WEBRIP",
"implementation": "SourceSpecification",
"negate": true,
"required": true,
"fields": {
"value": 8
}
}
]
}
DV (Disk)
DV (Disk) - [Click to show/hide]
- This will boost the score for Dolby Vision Releases using the original full-quality Dolby Vision layer from the disc release to replace the old WEBDL HYBRID release.
JSON - [Click to show/hide]
{
"trash_id": "f700d29429c023a5734505e77daeaea7",
"trash_scores": {
"default": 101
},
"name": "DV (Disk)",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "FraMeSToR",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(FraMeSToR)\\b"
}
},
{
"name": "DV",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]?v(ision)?)\\b"
}
},
{
"name": "No FANRES",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(FANRES)\\b"
}
},
{
"name": "Not Hybrid",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bhybrid(\\b|\\d)"
}
},
{
"name": "Not Hybrid Release Group",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "-HYBRID"
}
}
]
}
Line/Mic Dubbed
Line/Mic Dubbed - [Click to show/hide]
- This seems to be often used with German releases, and this will block the low-quality audio.
- Line Dubbed = Sound extracted in the cinema by cable.
- Mic Dubbed = Sound extracted in the cinema by a microphone.
JSON - [Click to show/hide]
{
"trash_id": "c465ccc73923871b3eb1802042331306",
"trash_scores": {
"default": -10000
},
"trash_regex": "https://regex101.com/r/6vHBAD/1",
"name": "Line/Mic Dubbed",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Line Dubbed",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(LD|AC3LD|Line[ .-]?Dubbed)\\b"
}
},
{
"name": "Mic Dubbed",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(MD|AC3MD|Mic[ .-]?Dubbed)\\b"
}
}
]
}
HFR
HFR - [Click to show/hide]
- This will boost the score for HFR releases. HFR stands for High Frame Rate and refers to a video format that uses a higher number of frames per second than traditional video, resulting in smoother and more detailed motion.
JSON - [Click to show/hide]
{
"trash_id": "73613461ac2cea99d52c4cd6e177ab82",
"name": "HFR",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "HFR",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(HFR)\\b"
}
}
]
}
Repack/Proper
JSON - [Click to show/hide]
{
"trash_id": "e7718d7a3ce595f289bfee26adc178f5",
"trash_scores": {
"default": 5
},
"trash_regex": "https://regex101.com/r/S91wR8/2",
"name": "Repack/Proper",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Repack",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(Repack)\\b"
}
},
{
"name": "Proper",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(Proper)\\b"
}
},
{
"name": "Rerip",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(Rerip)\\b"
}
}
]
}
Repack2
JSON - [Click to show/hide]
{
"trash_id": "ae43b294509409a6a13919dedd4764c4",
"trash_scores": {
"default": 6
},
"trash_regex": "https://regex101.com/r/kQ4oeP/1",
"name": "Repack2",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Repack2",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(Repack2)\\b"
}
},
{
"name": "Proper2",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(Proper2)\\b"
}
}
]
}
Repack3
JSON - [Click to show/hide]
{
"trash_id": "5caaaa1c08c1742aa4342d8c4cc463f2",
"trash_scores": {
"default": 7
},
"trash_regex": "https://regex101.com/r/7YIkWD/1",
"name": "Repack3",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Repack3",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(Repack3)\\b"
}
},
{
"name": "Proper3",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(Proper3)\\b"
}
}
]
}
x264
x264 - [Click to show/hide]
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 show/hide]
{
"trash_id": "2899d84dc9372de3408e6d8cc18e9666",
"trash_scores": {
"sqp-2": -10000,
"sqp-3": -10000,
"sqp-4": -10000,
"sqp-5": -10000
},
"name": "x264",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "x|h264",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "[xh][ ._-]?264|\\bAVC(\\b|\\d)"
}
},
{
"name": "Remux",
"implementation": "QualityModifierSpecification",
"negate": true,
"required": true,
"fields": {
"value": 5
}
}
]
}
x265
x265 - [Click to show/hide]
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.
This applies to all x265/HEVC releases that are not Remux.
Please don't forget to read the following Microsized & Wrong Source
JSON - [Click to show/hide]
{
"trash_id": "9170d55c319f4fe40da8711ba9d8050d",
"name": "x265",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "x|h265",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "[xh][ ._-]?265|\\bHEVC(\\b|\\d)"
}
},
{
"name": "Not Remux",
"implementation": "QualityModifierSpecification",
"negate": true,
"required": true,
"fields": {
"value": 5
}
}
]
}
x266
x266 - [Click to show/hide]
Versatile Video Coding (VVC), also known as H.266, ISO/IEC 23090-3, and MPEG-I Part 3, is a video compression standard finalized on 6 July 2020. Wikipedia.
This applies to all x266/VVC releases that are not Remux.
JSON - [Click to show/hide]
{
"trash_id": "390455c22a9cac81a738f6cbad705c3c",
"trash_scores": {
"default": -10000
},
"name": "x266",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "x|h266",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "[xh][ ._-]?266|\\bVVC(\\b|\\d)"
}
},
{
"name": "Not Remux",
"implementation": "QualityModifierSpecification",
"negate": true,
"required": true,
"fields": {
"value": 5
}
}
]
}
FreeLeech
FreeLeech - [Click to show/hide]
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 useful if you do not have the best ratio yet.
Warning
Keep in mind not all trackers support this option.
JSON - [Click to show/hide]
{
"trash_id": "0d91270a7255a1e388fa85e959f359d8",
"trash_scores": {
"default": 1
},
"name": "FreeLeech",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "FreeLeech",
"implementation": "IndexerFlagSpecification",
"negate": false,
"required": false,
"fields": {
"value": 1
}
}
]
}
Dutch Groups
Dutch Groups - [Click to show/hide]
If you prefer movies with also a Dutch audio track.
JSON - [Click to show/hide]
{
"trash_id": "9de657fd3d327ecf144ec73dfe3a3e9a",
"name": "Dutch Groups",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Dutch Groups",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "-CyTSuNee|-SHiTSoNy|-QoQ"
}
}
]
}
MPEG2
JSON - [Click to show/hide]
{
"trash_id": "ff86c4326018682f817830ced463332b",
"name": "MPEG2",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "MPEG2",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "MPEG[-.]?2"
}
}
]
}
Multi
JSON - [Click to show/hide]
{
"trash_id": "4b900e171accbfb172729b63323ea8ca",
"name": "MULTi",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Multi",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(Multi)(?![ ._-]?sub(s)?)(\\b|\\d)"
}
}
]
}
HQ Release Groups
Remux Tier 01
Remux Tier 01 - [Click to show/hide]
Groups that:
- Have established themselves as consistently delivering high-quality releases.
- Produce remuxes from multiple sources (discs) and combine them to produce the best end result.
- Follow the Contributing General Guidelines.
JSON - [Click to show/hide]
{
"trash_id": "3a3ff47579026e76d6504ebea39390de",
"trash_scores": {
"default": 1950,
"anime-radarr": 1050,
"french-multi-vf": 0
},
"name": "Remux Tier 01",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Remux",
"implementation": "QualityModifierSpecification",
"negate": false,
"required": true,
"fields": {
"value": 5
}
},
{
"name": "3L",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(3L)$"
}
},
{
"name": "BiZKiT",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(BiZKiT)$"
}
},
{
"name": "BLURANiUM",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(BLURANiUM)$"
}
},
{
"name": "BMF",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(BMF)$"
}
},
{
"name": "CiNEPHiLES",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(CiNEPHiLES)$"
}
},
{
"name": "FraMeSToR",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(FraMeSToR)$"
}
},
{
"name": "PmP",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(PmP)$"
}
},
{
"name": "WiLDCAT",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(WiLDCAT)$"
}
},
{
"name": "ZQ",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(ZQ)$"
}
}
]
}
Remux Tier 02
Remux Tier 02 - [Click to show/hide]
Groups that:
- Haven't released much. (yet)
- Produce remuxes from multiple sources (discs) and combine them to produce the best end result.
- Follow the Contributing General Guidelines.
JSON - [Click to show/hide]
{
"trash_id": "9f98181fe5a3fbeb0cc29340da2a468a",
"trash_scores": {
"default": 1900,
"anime-radarr": 1000,
"french-multi-vf": 0
},
"name": "Remux Tier 02",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Remux",
"implementation": "QualityModifierSpecification",
"negate": false,
"required": true,
"fields": {
"value": 5
}
},
{
"name": "Flights",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(Flights)$"
}
},
{
"name": "NCmt",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(NCmt)$"
}
},
{
"name": "playBD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(playBD)$"
}
},
{
"name": "SiCFoI",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(SiCFoI)$"
}
},
{
"name": "SURFINBIRD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(SURFINBIRD)$"
}
},
{
"name": "TEPES",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(TEPES)$"
}
}
]
}
Remux Tier 03
Remux Tier 03 - [Click to show/hide]
Groups that:
- Only use one source (poetically dubbed "one disc wonders").
- Use a fully automated method without double-checking.
- Don't check/review their releases prior to uploading.
- Haven't released much. (yet)
- Have retired and don't have the best quality by today's standards
- Follow the Contributing General Guidelines.
JSON - [Click to show/hide]
{
"trash_id": "8baaf0b3142bf4d94c42a724f034e27a",
"trash_scores": {
"default": 1850,
"anime-radarr": 950,
"french-multi-vf": 0
},
"name": "Remux Tier 03",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Remux",
"implementation": "QualityModifierSpecification",
"negate": false,
"required": true,
"fields": {
"value": 5
}
},
{
"name": "decibeL",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(decibeL)$"
}
},
{
"name": "EPSiLON",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(EPSiLON)$"
}
},
{
"name": "HiFi",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(HiFi)$"
}
},
{
"name": "iFT",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(iFT)$"
}
},
{
"name": "KRaLiMaRKo",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(KRaLiMaRKo)$"
}
},
{
"name": "NTb",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(NTb)$"
}
},
{
"name": "PTP",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(PTP)$"
}
},
{
"name": "SumVision",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(SumVision)$"
}
},
{
"name": "TOA",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(TOA)$"
}
},
{
"name": "TRiToN",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(TRiToN)$"
}
}
]
}
UHD Bluray Tier 01
UHD Bluray Tier 01 - [Click to show/hide]
Groups that:
- Have established themselves as consistently delivering high-quality releases.
- Use remuxes as their source without micro-sizing them.
- HDR/DoVi (Depending on what's offered and often both).
- Use Lossless Audio (TrueHD, DTS-X, DTS-HD, etc).
- Follow the Contributing General Guidelines.
JSON - [Click to show/hide]
{
"trash_id": "4d74ac4c4db0b64bff6ce0cffef99bf0",
"trash_scores": {
"default": 1800,
"sqp-1-2160p": 1100,
"sqp-2": 2300,
"sqp-5": 2300,
"french-multi-vf": 0
},
"name": "UHD Bluray Tier 01",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Not REMUX",
"implementation": "QualityModifierSpecification",
"negate": true,
"required": true,
"fields": {
"value": 5
}
},
{
"name": "Not WEBDL",
"implementation": "SourceSpecification",
"negate": true,
"required": true,
"fields": {
"value": 7
}
},
{
"name": "Not WEBRIP",
"implementation": "SourceSpecification",
"negate": true,
"required": true,
"fields": {
"value": 8
}
},
{
"name": "2160p",
"implementation": "ResolutionSpecification",
"negate": false,
"required": true,
"fields": {
"value": 2160
}
},
{
"name": "CtrlHD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(CtrlHD)$"
}
},
{
"name": "MainFrame",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(MainFrame)$"
}
},
{
"name": "DON",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(DON)$"
}
},
{
"name": "W4NK3R",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(W4NK3R)$"
}
}
]
}
UHD Bluray Tier 02
UHD Bluray Tier 02 - [Click to show/hide]
Groups that:
- Use remuxes as their source without micro-sizing them.
- HDR/DoVi (Depending on what's offered and often both).
- Use Lossless Audio (TrueHD, DTS-X, DTS-HD, etc).
- Follow the Contributing General Guidelines.
JSON - [Click to show/hide]
{
"trash_id": "a58f517a70193f8e578056642178419d",
"trash_scores": {
"default": 1750,
"sqp-1-2160p": 1050,
"sqp-2": 2200,
"sqp-5": 2200,
"french-multi-vf": 0
},
"name": "UHD Bluray Tier 02",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Not REMUX",
"implementation": "QualityModifierSpecification",
"negate": true,
"required": true,
"fields": {
"value": 5
}
},
{
"name": "Not WEBDL",
"implementation": "SourceSpecification",
"negate": true,
"required": true,
"fields": {
"value": 7
}
},
{
"name": "Not WEBRIP",
"implementation": "SourceSpecification",
"negate": true,
"required": true,
"fields": {
"value": 8
}
},
{
"name": "2160p",
"implementation": "ResolutionSpecification",
"negate": false,
"required": true,
"fields": {
"value": 2160
}
},
{
"name": "HQMUX",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(HQMUX)$"
}
}
]
}
UHD Bluray Tier 03
UHD Bluray Tier 03 - [Click to show/hide]
Groups that:
- Use remuxes as their source without micro-sizing them.
- HDR/DoVi (Depending on what's offered and often both).
- Use Lossless Audio (TrueHD, DTS-X, DTS-HD, etc) or Lossy audio formats (DD, DD+, etc).
- That are added for a specific reason for other guides quality profiles.
- Follow the Contributing General Guidelines.
JSON - [Click to show/hide]
{
"trash_id": "e71939fae578037e7aed3ee219bbe7c1",
"trash_scores": {
"default": 1700,
"sqp-1-2160p": 1000,
"sqp-2": 2100,
"sqp-5": 2100,
"french-multi-vf": 0
},
"name": "UHD Bluray Tier 03",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Not REMUX",
"implementation": "QualityModifierSpecification",
"negate": true,
"required": true,
"fields": {
"value": 5
}
},
{
"name": "Not WEBDL",
"implementation": "SourceSpecification",
"negate": true,
"required": true,
"fields": {
"value": 7
}
},
{
"name": "Not WEBRIP",
"implementation": "SourceSpecification",
"negate": true,
"required": true,
"fields": {
"value": 8
}
},
{
"name": "2160p",
"implementation": "ResolutionSpecification",
"negate": false,
"required": true,
"fields": {
"value": 2160
}
},
{
"name": "BHDStudio",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(BHDStudio)$"
}
},
{
"name": "hallowed",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(hallowed)$"
}
},
{
"name": "HONE",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(HONE)$"
}
},
{
"name": "PTer",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(PTer)$"
}
},
{
"name": "SPHD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(SPHD)$"
}
},
{
"name": "WEBDV",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(WEBDV)$"
}
}
]
}
HD Bluray Tier 01
HD Bluray Tier 01 - [Click to show/hide]
Groups that:
- Have established themselves as consistently delivering high-quality releases.
- Use remuxes as their source without micro-sizing them.
- Have a minimum of GP releases. (best encode in it's class 1080p and lower)
- Follow the Contributing General Guidelines.
JSON - [Click to show/hide]
{
"trash_id": "ed27ebfef2f323e964fb1f61391bcb35",
"trash_scores": {
"default": 1800,
"sqp-1-1080p": 1100,
"sqp-1-web-1080p": 1100,
"sqp-1-2160p": 1100,
"french-multi-vf": 0
},
"name": "HD Bluray Tier 01",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "BLURAY",
"implementation": "SourceSpecification",
"negate": false,
"required": true,
"fields": {
"value": 9
}
},
{
"name": "Not REMUX",
"implementation": "QualityModifierSpecification",
"negate": true,
"required": true,
"fields": {
"value": 5
}
},
{
"name": "Not 2160p",
"implementation": "ResolutionSpecification",
"negate": true,
"required": true,
"fields": {
"value": 2160
}
},
{
"name": "BBQ",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(BBQ)$"
}
},
{
"name": "BMF",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(BMF)$"
}
},
{
"name": "c0kE",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(c0kE)$"
}
},
{
"name": "Chotab",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(Chotab)$"
}
},
{
"name": "CRiSC",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(CRiSC)$"
}
},
{
"name": "CtrlHD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(CtrlHD)$"
}
},
{
"name": "D-Z0N3",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(D-Z0N3)$"
}
},
{
"name": "Dariush",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(Dariush)$"
}
},
{
"name": "decibeL",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(decibeL)$"
}
},
{
"name": "DON",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(DON)$"
}
},
{
"name": "EbP",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(EbP)$"
}
},
{
"name": "EDPH",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(EDPH)$"
}
},
{
"name": "Geek",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(Geek)$"
}
},
{
"name": "LolHD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(LolHD)$"
}
},
{
"name": "NCmt",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(NCmt)$"
}
},
{
"name": "PTer",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(PTer)$"
}
},
{
"name": "TayTO",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(TayTO)$"
}
},
{
"name": "TDD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(TDD)$"
}
},
{
"name": "TnP",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(TnP)$"
}
},
{
"name": "VietHD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(VietHD)$"
}
},
{
"name": "ZQ",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(ZQ)$"
}
}
]
}
HD Bluray Tier 02
HD Bluray Tier 02 - [Click to show/hide]
Groups that:
- Use remuxes as their source without micro-sizing them.
- Follow the Contributing General Guidelines.
JSON - [Click to show/hide]
{
"trash_id": "c20c8647f2746a1f4c4262b0fbbeeeae",
"trash_scores": {
"default": 1750,
"sqp-1-1080p": 1050,
"sqp-1-web-1080p": 1050,
"sqp-1-2160p": 1050,
"french-multi-vf": 0
},
"name": "HD Bluray Tier 02",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "BLURAY",
"implementation": "SourceSpecification",
"negate": false,
"required": true,
"fields": {
"value": 9
}
},
{
"name": "Not REMUX",
"implementation": "QualityModifierSpecification",
"negate": true,
"required": true,
"fields": {
"value": 5
}
},
{
"name": "Not 2160p",
"implementation": "ResolutionSpecification",
"negate": true,
"required": true,
"fields": {
"value": 2160
}
},
{
"name": "EA",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(EA)$"
}
},
{
"name": "HiDt",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(HiDt)$"
}
},
{
"name": "HiSD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(HiSD)$"
}
},
{
"name": "iFT",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(iFT)$"
}
},
{
"name": "NTb",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(NTb)$"
}
},
{
"name": "QOQ",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(QOQ)$"
}
},
{
"name": "SA89",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(SA89)$"
}
},
{
"name": "sbR",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(sbR)$"
}
}
]
}
HD Bluray Tier 03
HD Bluray Tier 03 - [Click to show/hide]
Groups that:
- Use remuxes as their source without micro-sizing them.
- That are added for a specific reason for other guides quality profiles.
- Follow the Contributing General Guidelines.
JSON - [Click to show/hide]
{
"trash_id": "5608c71bcebba0a5e666223bae8c9227",
"trash_scores": {
"default": 1700,
"sqp-1-1080p": 1000,
"sqp-1-web-1080p": 1000,
"sqp-1-2160p": 1000,
"french-multi-vf": 0
},
"name": "HD Bluray Tier 03",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "BLURAY",
"implementation": "SourceSpecification",
"negate": false,
"required": true,
"fields": {
"value": 9
}
},
{
"name": "Not REMUX",
"implementation": "QualityModifierSpecification",
"negate": true,
"required": true,
"fields": {
"value": 5
}
},
{
"name": "Not 2160p",
"implementation": "ResolutionSpecification",
"negate": true,
"required": true,
"fields": {
"value": 2160
}
},
{
"name": "BHDStudio",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(BHDStudio)$"
}
},
{
"name": "hallowed",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(hallowed)$"
}
},
{
"name": "HONE",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(HONE)$"
}
},
{
"name": "LoRD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(LoRD)$"
}
},
{
"name": "playHD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(playHD)$"
}
},
{
"name": "SPHD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(SPHD)$"
}
},
{
"name": "W4NK3R",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(W4NK3R)$"
}
}
]
}
WEB Tier 01
WEB Tier 01 - [Click to show/hide]
Groups that:
- Have established themselves as consistently delivering high-quality releases.
- Create hybrids.
- Follow the Contributing General Guidelines.
JSON - [Click to show/hide]
{
"trash_id": "c20f169ef63c5f40c2def54abaf4438e",
"trash_scores": {
"default": 1700,
"anime-radarr": 350,
"french-multi-vf": 0
},
"name": "WEB Tier 01",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 7
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 8
}
},
{
"name": "ABBIE",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(ABBIE)$"
}
},
{
"name": "AJP69",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(AJP69)$"
}
},
{
"name": "APEX",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(APEX|PAXA|PEXA|XEPA)$"
}
},
{
"name": "BLUTONiUM",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(BLUTONiUM)$"
}
},
{
"name": "CMRG",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(CMRG)$"
}
},
{
"name": "CRFW",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(CRFW)$"
}
},
{
"name": "CRUD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(CRUD)$"
}
},
{
"name": "FLUX",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(FLUX)$"
}
},
{
"name": "GNOME",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(GNOME)$"
}
},
{
"name": "HONE",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(HONE)$"
}
},
{
"name": "KiNGS",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(KiNGS)$"
}
},
{
"name": "Kitsune",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(Kitsune)$"
}
},
{
"name": "NOSiViD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(NOSiViD)$"
}
},
{
"name": "NTb",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(NTb)$"
}
},
{
"name": "NTG",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(NTG)$"
}
},
{
"name": "SiC",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(SiC)$"
}
},
{
"name": "TEPES",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(TEPES)$"
}
}
]
}
WEB Tier 02
WEB Tier 02 - [Click to show/hide]
Groups that:
- Only have done a few releases
- Follow the Contributing General Guidelines.
JSON - [Click to show/hide]
{
"trash_id": "403816d65392c79236dcb6dd591aeda4",
"trash_scores": {
"default": 1650,
"anime-radarr": 250,
"french-multi-vf": 0
},
"name": "WEB Tier 02",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 7
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 8
}
},
{
"name": "dB",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(dB)$"
}
},
{
"name": "Flights",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(Flights)$"
}
},
{
"name": "MiU",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(MiU)$"
}
},
{
"name": "monkee",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(monkee)$"
}
},
{
"name": "MZABI",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields"