fix(starr): Upscale false positives (#1818)

pull/1823/head
nuxen 3 months ago committed by GitHub
parent f7c4f837bc
commit a71c432826
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/F6dxdp/1",
"trash_regex": "https://regex101.com/r/MDx42o/1",
"name": "Upscaled",
"includeCustomFormatWhenRenaming": false,
"specifications": [
@ -40,7 +40,7 @@
"negate": false,
"required": false,
"fields": {
"value": "\\b(UPS|Up(s(caled?|UHD)|(Rez)))\\b"
"value": "(?<=\\b[12]\\d{3}\\b).*\\b(UPS|Up(s(caled?|UHD)|(Rez)))\\b"
}
}
]

@ -3,7 +3,7 @@
"trash_scores": {
"default": -10000
},
"trash_regex": "https://regex101.com/r/F6dxdp/1",
"trash_regex": "https://regex101.com/r/xpT0Md/1",
"name": "Upscaled",
"includeCustomFormatWhenRenaming": false,
"specifications": [
@ -40,7 +40,7 @@
"negate": false,
"required": false,
"fields": {
"value": "\\b(UPS|Up(s(caled?|UHD)|(Rez)))\\b"
"value": "(?<=\\b\\d{3,4}p\\b).*\\b(UPS|Up(s(caled?|UHD)|(Rez)))\\b"
}
}
]

Loading…
Cancel
Save