Merge pull request #878 from owine/patch-1

DTS-HD MA: Remove Basic DTS negation
pull/874/head^2
TRaSH 2 years ago committed by GitHub
commit f76c6f9855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -31,15 +31,6 @@
"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",

@ -31,15 +31,6 @@
"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",

Loading…
Cancel
Save