|
|
|
@ -5,48 +5,48 @@
|
|
|
|
|
"includeCustomFormatWhenRenaming": false,
|
|
|
|
|
"specifications": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Dolby Digital Plus",
|
|
|
|
|
"name": "ATMOS",
|
|
|
|
|
"implementation": "ReleaseTitleSpecification",
|
|
|
|
|
"negate": true,
|
|
|
|
|
"negate": false,
|
|
|
|
|
"required": true,
|
|
|
|
|
"fields": {
|
|
|
|
|
"value": "[^-]dd[p+]|eac3"
|
|
|
|
|
"value": "\\bATMOS(\\b|\\d)"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "ATMOS",
|
|
|
|
|
"name": "Dolby Digital Plus",
|
|
|
|
|
"implementation": "ReleaseTitleSpecification",
|
|
|
|
|
"negate": false,
|
|
|
|
|
"negate": true,
|
|
|
|
|
"required": true,
|
|
|
|
|
"fields": {
|
|
|
|
|
"value": "\\bATMOS(\\b|\\d)"
|
|
|
|
|
"value": "[^-]dd[p+]|eac3"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Not TrueHD",
|
|
|
|
|
"name": "Not AAC",
|
|
|
|
|
"implementation": "ReleaseTitleSpecification",
|
|
|
|
|
"negate": true,
|
|
|
|
|
"required": true,
|
|
|
|
|
"fields": {
|
|
|
|
|
"value": "True[ .-]?HD"
|
|
|
|
|
"value": "\\bAAC(\\b|\\d)"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Not DTS",
|
|
|
|
|
"name": "Not Basic Dolby Digital ",
|
|
|
|
|
"implementation": "ReleaseTitleSpecification",
|
|
|
|
|
"negate": true,
|
|
|
|
|
"required": true,
|
|
|
|
|
"fields": {
|
|
|
|
|
"value": "\\bDTS(\\b|\\d)"
|
|
|
|
|
"value": "\\bDD[^a-z+]|(?<!e)ac3"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Not Basic Dolby Digital ",
|
|
|
|
|
"name": "Not DTS",
|
|
|
|
|
"implementation": "ReleaseTitleSpecification",
|
|
|
|
|
"negate": true,
|
|
|
|
|
"required": true,
|
|
|
|
|
"fields": {
|
|
|
|
|
"value": "\\bDD[^a-z+]|(?<!e)ac3"
|
|
|
|
|
"value": "\\bDTS(\\b|\\d)"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
@ -59,21 +59,21 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Not AAC",
|
|
|
|
|
"name": "Not PCM",
|
|
|
|
|
"implementation": "ReleaseTitleSpecification",
|
|
|
|
|
"negate": true,
|
|
|
|
|
"required": true,
|
|
|
|
|
"fields": {
|
|
|
|
|
"value": "\\bAAC(\\b|\\d)"
|
|
|
|
|
"value": "\\b(l?)PCM(\\b|\\d)"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Not PCM",
|
|
|
|
|
"name": "Not TrueHD",
|
|
|
|
|
"implementation": "ReleaseTitleSpecification",
|
|
|
|
|
"negate": true,
|
|
|
|
|
"required": true,
|
|
|
|
|
"fields": {
|
|
|
|
|
"value": "\\b(l?)PCM(\\b|\\d)"
|
|
|
|
|
"value": "True[ .-]?HD"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|