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.
79 lines
2.0 KiB
79 lines
2.0 KiB
3 years ago
|
{
|
||
|
"trash_id": "417804f7f2c4308c1f4c5d380d4c4475",
|
||
|
"trash_score": "1800",
|
||
|
"name": "ATMOS (undefined)",
|
||
|
"includeCustomFormatWhenRenaming": false,
|
||
|
"specifications": [{
|
||
|
"name": "Dolby Digital Plus",
|
||
|
"implementation": "ReleaseTitleSpecification",
|
||
|
"negate": true,
|
||
|
"required": true,
|
||
|
"fields": {
|
||
|
"value": "[^-]dd[p+]|eac3"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "ATMOS",
|
||
|
"implementation": "ReleaseTitleSpecification",
|
||
|
"negate": false,
|
||
|
"required": true,
|
||
|
"fields": {
|
||
|
"value": "\\bATMOS(\\b|\\d)"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "Not TrueHD",
|
||
|
"implementation": "ReleaseTitleSpecification",
|
||
|
"negate": true,
|
||
|
"required": true,
|
||
|
"fields": {
|
||
|
"value": "TrueHD"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "Not DTS",
|
||
|
"implementation": "ReleaseTitleSpecification",
|
||
|
"negate": true,
|
||
|
"required": true,
|
||
|
"fields": {
|
||
|
"value": "\\bDTS(\\b|\\d)"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "Not Basic Dolby Digital ",
|
||
|
"implementation": "ReleaseTitleSpecification",
|
||
|
"negate": true,
|
||
|
"required": true,
|
||
|
"fields": {
|
||
|
"value": "(?<!e)ac3"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "Not FLAC",
|
||
|
"implementation": "ReleaseTitleSpecification",
|
||
|
"negate": true,
|
||
|
"required": true,
|
||
|
"fields": {
|
||
|
"value": "\\bFLAC(\\b|\\d)"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "Not AAC",
|
||
|
"implementation": "ReleaseTitleSpecification",
|
||
|
"negate": true,
|
||
|
"required": true,
|
||
|
"fields": {
|
||
|
"value": "\\bAAC(\\b|\\d)"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "Not PCM",
|
||
|
"implementation": "ReleaseTitleSpecification",
|
||
|
"negate": true,
|
||
|
"required": true,
|
||
|
"fields": {
|
||
|
"value": "\\b(l?)PCM(\\b|\\d)"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|