Fixed: CF [IMAX] to prevent double scoring with [IMAX Enhanced]

- Fixed: CF [IMAX] to prevent double scoring with [IMAX Enhanced]
- Updated: Score to the new scoring standard
pull/468/head
TRaSH 3 years ago
parent 9fc7845eb4
commit 7900a6cfb5

@ -1,6 +1,6 @@
{ {
"trash_id": "eecf3a857724171f968a66cb5719e152", "trash_id": "eecf3a857724171f968a66cb5719e152",
"trash_score": "190", "trash_score": "25",
"name": "IMAX", "name": "IMAX",
"includeCustomFormatWhenRenaming": true, "includeCustomFormatWhenRenaming": true,
"specifications": [ "specifications": [
@ -12,6 +12,15 @@
"fields": { "fields": {
"value": "\\bIMAX\\b" "value": "\\bIMAX\\b"
} }
},
{
"name": "NOT: IMAX Enhanced",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "^(?=.*(DSNP|CORE(?=[ ._-]web[ ._-]?(dl|rip)\\b)|\\bBC(?=[ ._-]web[ ._-]?(dl|rip)\\b)|IMAX[- .]Enhanced)\\b)(?=.*\\b(IMAX|IMAX[- .]Enhanced)\\b).*"
}
} }
] ]
} }
Loading…
Cancel
Save