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

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

@ -3,7 +3,8 @@
"trash_score": "3000",
"name": "ATMOS (undefined)",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"specifications": [
{
"name": "Dolby Digital Plus",
"implementation": "ReleaseTitleSpecification",
"negate": true,
@ -74,6 +75,15 @@
"fields": {
"value": "\\b(l?)PCM(\\b|\\d)"
}
},
{
"name": "Not Groups (Atmos Only)",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "W4NK3R|HQMUX"
}
}
]
}
Loading…
Cancel
Save