Merge pull request #649 from nuxencs/DTS-fix

Fixed: Conditions in various sound codec CFs
pull/650/head
TRaSH 2 years ago committed by GitHub
commit 7c4c6d6ccf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -36,7 +36,7 @@
"negate": true,
"required": true,
"fields": {
"value": "(?<!e)ac3"
"value": "\\bDD[^a-z+]|(?<!e)ac3"
}
},
{

@ -46,7 +46,7 @@
"negate": true,
"required": true,
"fields": {
"value": "(?<!e)ac3"
"value": "\\bDD[^a-z+]|(?<!e)ac3"
}
},
{

@ -46,7 +46,7 @@
"negate": true,
"required": true,
"fields": {
"value": "(?<!e)ac3"
"value": "\\bDD[^a-z+]|(?<!e)ac3"
}
},
{

@ -36,7 +36,7 @@
"negate": true,
"required": true,
"fields": {
"value": "(?<!e)ac3"
"value": "\\bDD[^a-z+]|(?<!e)ac3"
}
},
{

@ -9,7 +9,7 @@
"negate": false,
"required": true,
"fields": {
"value": "dts[-. ]?(es|(hd[. ]?)?(hr|hi))"
"value": "dts[-. ]?es\\b"
}
},
{
@ -45,7 +45,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\bDD(\\b|\\d)|(?<!e)ac3"
"value": "\\bDD[^a-z+]|(?<!e)ac3"
}
},
{
@ -83,15 +83,6 @@
"fields": {
"value": "\\b(l?)PCM(\\b|\\d)"
}
},
{
"name": "6.1 Surround",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "[^0-9]6[ .][0-1]"
}
}
]
}

@ -45,7 +45,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\bDD(\\b|\\d)|(?<!e)ac3"
"value": "\\bDD[^a-z+]|(?<!e)ac3"
}
},
{

@ -46,7 +46,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\bDD(\\b|\\d)|(?<!e)ac3"
"value": "\\bDD[^a-z+]|(?<!e)ac3"
}
},
{

@ -27,7 +27,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\bDD(\\b|\\d)|(?<!e)ac3"
"value": "\\bDD[^a-z+]|(?<!e)ac3"
}
},
{

@ -21,6 +21,15 @@
"value": "dts[ .-]?(ma\\b|hd[ .-]?ma|hd)(?!china|r)"
}
},
{
"name": "Not DTS-HD HRA/ES",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "dts[-. ]?(es|(hd[. ]?)?(hr|hi))"
}
},
{
"name": "Not Dolby Digital Plus",
"implementation": "ReleaseTitleSpecification",
@ -45,7 +54,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\bDD(\\b|\\d)|(?<!e)ac3"
"value": "\\bDD[^a-z+]|(?<!e)ac3"
}
},
{

@ -54,7 +54,7 @@
"negate": true,
"required": true,
"fields": {
"value": "(?<!e)ac3"
"value": "\\bDD[^a-z+]|(?<!e)ac3"
}
},
{

@ -54,7 +54,7 @@
"negate": true,
"required": true,
"fields": {
"value": "(?<!e)ac3"
"value": "\\bDD[^a-z+]|(?<!e)ac3"
}
},
{

@ -46,7 +46,7 @@
"negate": true,
"required": true,
"fields": {
"value": "(?<!e)ac3"
"value": "\\bDD[^a-z+]|(?<!e)ac3"
}
},
{

@ -55,7 +55,7 @@
"negate": true,
"required": true,
"fields": {
"value": "(?<!e)ac3"
"value": "\\bDD[^a-z+]|(?<!e)ac3"
}
},
{

Loading…
Cancel
Save