fix(sonarr): add DSCV to Discovery+ CF matching (#1937)

pull/1896/head
nuxen 7 months ago committed by GitHub
parent c42ad44dfe
commit 92c16e819d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3,6 +3,7 @@
"trash_scores": { "trash_scores": {
"default": 50 "default": 50
}, },
"trash_regex": "https://regex101.com/r/i0x6OX/latest",
"name": "DSCP", "name": "DSCP",
"includeCustomFormatWhenRenaming": true, "includeCustomFormatWhenRenaming": true,
"specifications": [ "specifications": [
@ -12,7 +13,7 @@
"negate": false, "negate": false,
"required": true, "required": true,
"fields": { "fields": {
"value": "\\b(dscp|dcp|disc)\\b[ ._-]web[ ._-]?(dl|rip)?\\b" "value": "\\b((dscp|dcp|disc)\\b|dscv\\+?)[ ._-]web[ ._-]?(dl|rip)?\\b"
} }
}, },
{ {

Loading…
Cancel
Save