You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TRaSH-Guides/docs/json/radarr/cf/truehd-atmos.json

63 lines
1.4 KiB

3 years ago
{
"trash_id": "496f355514737f7d83bf7aa4d24f8169",
"trash_score": "5000",
3 years ago
"name": "TrueHD ATMOS",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "TrueHD",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "True[ .-]?HD|W4NK3R|HQMUX"
3 years ago
}
},
{
"name": "ATMOS",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(ATMOS|CtrlHD|W4NK3R|DON)(\\b|\\d)"
}
},
{
"name": "Not Dolby Digital Plus ",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^-]DD[P+]|e[-_. ]?ac3"
}
},
{
"name": "Not DTS",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bDTS(\\b|\\d)"
}
},
{
"name": "Not Basic Dolby Digital",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bDD[^a-z+]|(?<!e)ac3"
}
},
{
"name": "Not FLAC",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bFLAC(\\b|\\d)"
}
}
3 years ago
]
}