fix(radarr): 3D false positives (#1820)

pull/1823/head
nuxen 3 months ago committed by GitHub
parent 306324c323
commit ee3e86db27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3,7 +3,7 @@
"trash_scores": {
"default": -10000
},
"trash_regex": "https://regex101.com/r/hpjKw9/1",
"trash_regex": "https://regex101.com/r/c6Dobc/1",
"name": "3D",
"includeCustomFormatWhenRenaming": false,
"specifications": [
@ -13,7 +13,7 @@
"negate": false,
"required": false,
"fields": {
"value": "\\b(3d|sbs|half[ .-]ou|half[ .-]sbs)\\b"
"value": "(?<=\\b[12]\\d{3}\\b).*\\b(3d|sbs|half[ .-]ou|half[ .-]sbs)\\b"
}
},
{

Loading…
Cancel
Save