-
-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(starr-german): Add Groups to German Tiers #2250
base: master
Are you sure you want to change the base?
Conversation
"negate": false, | ||
"required": false, | ||
"fields": { | ||
"value": "Jellyfin-Plex$" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to be sure, doesn't "Jellyfin-Plex$"
need to be "^(Jellyfin-Plex)$"
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As this is a not a release group condition but a release title condition ^(Jellyfin-Plex)$
would not work.
Not 100% sure but a release group condition only matches the string after the last "-" right? So since the Release Group has a "-" in it we need a release title condition to match it properly.
Correct me if im wrong in my assumption.
"negate": false, | ||
"required": false, | ||
"fields": { | ||
"value": "Jellyfin-Plex$" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to be sure, doesn't "Jellyfin-Plex$"
need to be "^(Jellyfin-Plex)$"
?
Pull Request
Purpose
Approach
Add groups to CFs
Requirements