|
|
@ -22,6 +22,15 @@
|
|
|
|
"value": "\\b(ATMOS|CtrlHD|W4NK3R|DON)(\\b|\\d)"
|
|
|
|
"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)ac3"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"name": "Not Dolby Digital Plus ",
|
|
|
|
"name": "Not Dolby Digital Plus ",
|
|
|
|
"implementation": "ReleaseTitleSpecification",
|
|
|
|
"implementation": "ReleaseTitleSpecification",
|
|
|
@ -41,12 +50,12 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"name": "Not Basic Dolby Digital",
|
|
|
|
"name": "Not DTS X",
|
|
|
|
"implementation": "ReleaseTitleSpecification",
|
|
|
|
"implementation": "ReleaseTitleSpecification",
|
|
|
|
"negate": true,
|
|
|
|
"negate": true,
|
|
|
|
"required": true,
|
|
|
|
"required": true,
|
|
|
|
"fields": {
|
|
|
|
"fields": {
|
|
|
|
"value": "\\bDD[^a-z+]|(?<!e)ac3"
|
|
|
|
"value": "\\b(dts[-_. ]?x)\\b(?!\\d)"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|