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/sonarr/cf/dts-hd-hra.json

110 lines
2.9 KiB

{
"trash_id": "cfa5fbd8f02a86fc55d8d223d06a5e1f",
"trash_scores": {
"default": 2000
},
"trash_regex": "https://regex101.com/r/jdUH4x/2",
"name": "DTS-HD HRA",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "DTS-HD HRA",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "dts[ ._-]?(hd[ ._-]?)?(hra?|hi\\b)"
}
},
{
"name": "Not TrueHD/ATMOS",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "True[ ._-]?HD|\\bATMOS(\\b|\\d)"
}
},
{
"name": "Not Dolby Digital Plus",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
}
},
{
"name": "Not Basic DTS",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "DTS[ ._-]?[1-9]"
}
},
{
"name": "Not Basic Dolby Digital ",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bDD[^a-z+]|(?<!e)ac3"
}
},
{
"name": "Not DTS X",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(dts[-_. ]?x)\\b(?!\\d)"
}
},
{
"name": "Not FLAC",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bFLAC(\\b|\\d)"
}
},
{
"name": "Not AAC",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bAAC(\\b|\\d)"
}
},
{
"name": "Not PCM",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(l?)PCM(\\b|\\d)"
}
},
{
"name": "Not DTS-ES",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "dts.?es"
}
},
{
"name": "Not 6.1 Surround",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9]6[ .][0-1]"
}
}
]
}