Fixed: CF `[TrueHD]` to prevent double scoring with latest update of `[TrueHD Atmos]`.

- Fixed: CF `[TrueHD]` to prevent double scoring with latest update of `[TrueHD Atmos]`.
pull/469/head
TRaSH 3 years ago
parent 3d9a6a1f2a
commit a1aed3afb6

@ -3,7 +3,8 @@
"trash_score": "2750",
"name": "TrueHD",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"specifications": [
{
"name": "TrueHD",
"implementation": "ReleaseTitleSpecification",
"negate": false,
@ -56,6 +57,15 @@
"fields": {
"value": "(?<!e)ac3"
}
},
{
"name": "Not Groups (TrueHD only)",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "CtrlHD"
}
}
]
}
Loading…
Cancel
Save