fix(radarr): MA CF mismatching on title (#1929)

* fix(radarr): MA CF mismatching on title

* fix(radarr): MA add regex test

* fix(radarr): always link to latest regex
pull/1927/head^2
nuxen 3 weeks ago committed by GitHub
parent a2a4bcb772
commit 4107509719
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3,6 +3,7 @@
"trash_scores": {
"default": 20
},
"trash_regex": "https://regex101.com/r/B0AMvg/latest",
"name": "MA",
"includeCustomFormatWhenRenaming": true,
"specifications": [
@ -12,7 +13,7 @@
"negate": false,
"required": true,
"fields": {
"value": "(?<!dts[ .-]?hd[ .-]?)ma\\b(?=.*\\bweb[ ._-]?(dl|rip)\\b)"
"value": "(?<!dts[ .-]?hd[ .-]?)\\bma\\b(?=.*\\bweb[ ._-]?(dl|rip)\\b)"
}
}
]

Loading…
Cancel
Save