Update hdr.json

- Added: Condition to ignore Groups that don't add normally HDR in their naming, but some indexers add/rename the release what could result in double scoring
pull/462/head
TRaSH 3 years ago
parent 50fa8e1030
commit dc498d4d7f

@ -66,6 +66,15 @@
"fields": {
"value": "\\bSDR(\\b|\\d)"
}
},
{
"name": "Not Groups",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(FraMeSToR|HQMUX)\\b"
}
}
]
}
Loading…
Cancel
Save