feat(starr-german): add a regex matching double German Tag to `German 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 <theonenuxen@proton.me>

* fix: Improved Regex

Co-authored-by: nuxen <theonenuxen@proton.me>

---------

Co-authored-by: Lokilicious <mail.lokilicious.work>
Co-authored-by: nuxen <theonenuxen@proton.me>
pull/2280/head
Lokilicious 1 week ago committed by GitHub
parent 73c7f834f2
commit e6da9857e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -23,6 +23,15 @@
"fields": {
"value": "Jellyfin-Plex$"
}
},
{
"name": "Double German Tag",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "[._-]German[._-].+?[._-]?German$"
}
}
]
}

@ -23,6 +23,15 @@
"fields": {
"value": "Jellyfin-Plex$"
}
},
{
"name": "Double German Tag",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "[._-]German[._-].+?[._-]?German$"
}
}
]
}

Loading…
Cancel
Save