feat(sonarr): Add CREATiVE24 to Sonarr LQ (Release Title) CF (#2274)

Added CREATiVE24 to Sonarr lq-release-title custom format
pull/2280/head
yammes08 1 week ago committed by GitHub
parent 7bb95635ad
commit 54b6b0e800
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -8,12 +8,12 @@
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "TeeWee",
"name": "BEN THE MEN",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(TeeWee)\\b"
"value": "\\b(BEN[ ._-]THE[ ._-]MEN)\\b"
}
},
{
@ -26,12 +26,21 @@
}
},
{
"name": "BEN THE MEN",
"name": "CREATiVE24",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(BEN[ ._-]THE[ ._-]MEN)\\b"
"value": "\\b(CREATiVE24)\\b"
}
},
{
"name": "TeeWee",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(TeeWee)\\b"
}
}
]

Loading…
Cancel
Save