Skip to content

Commit

Permalink
feat(starr-german): add a regex matching double German Tag to `German…
Browse files Browse the repository at this point in the history
… LQ (release title)` (#2278)

* Feat: add regex matching german tag after RG to to lq (release title)

* Fix: wording

* fix: Improved Regex

Co-authored-by: nuxen <[email protected]>

* fix: Improved Regex

Co-authored-by: nuxen <[email protected]>

---------

Co-authored-by: Lokilicious <mail.lokilicious.work>
Co-authored-by: nuxen <[email protected]>
  • Loading branch information
Lokilicious and nuxencs authored Feb 13, 2025
1 parent 73c7f83 commit e6da985
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/json/radarr/cf/german-lq-release-title.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@
"fields": {
"value": "Jellyfin-Plex$"
}
},
{
"name": "Double German Tag",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "[._-]German[._-].+?[._-]?German$"
}
}
]
}
9 changes: 9 additions & 0 deletions docs/json/sonarr/cf/german-lq-release-title.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@
"fields": {
"value": "Jellyfin-Plex$"
}
},
{
"name": "Double German Tag",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "[._-]German[._-].+?[._-]?German$"
}
}
]
}

0 comments on commit e6da985

Please sign in to comment.