Skip to content

Commit

Permalink
feat(sonarr): Add CREATiVE24 to Sonarr LQ (Release Title) CF (#2274)
Browse files Browse the repository at this point in the history
Added CREATiVE24 to Sonarr lq-release-title custom format
  • Loading branch information
yammes08 authored Feb 12, 2025
1 parent 7bb9563 commit 54b6b0e
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions docs/json/sonarr/cf/lq-release-title.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
{
Expand All @@ -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"
}
}
]
Expand Down

0 comments on commit 54b6b0e

Please sign in to comment.