Merge pull request #781 from owine/dd-plus-negation

DD+ Negation Fix
pull/783/head
TRaSH 2 years ago committed by GitHub
commit adfa934544
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -30,15 +30,6 @@
"value": "\\bDTS(\\b|\\d)"
}
},
{
"name": "Not Basic Dolby Digital",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bDD[^a-z+]|(?<!e)ac3"
}
},
{
"name": "Not FLAC",
"implementation": "ReleaseTitleSpecification",

@ -30,15 +30,6 @@
"value": "\\bDTS(\\b|\\d)"
}
},
{
"name": "Not Basic Dolby Digital",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bDD[^a-z+]|(?<!e)ac3"
}
},
{
"name": "Not FLAC",
"implementation": "ReleaseTitleSpecification",

Loading…
Cancel
Save