-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add Regex for scrobbling EPs and Singles that does not affect normal album titles #888
Comments
Hello @RegorForgot 👋 We really appreciate you taking the time to report this issue, please double check your issue to make sure you are clear and concise in your description. This will help us to help you as quickly as possible. We'd like to ask you be patient and we will get back to you as soon as we can. In the meantime, take a look at our FAQs which may answer your question. Thanks again and we hope you enjoy the app! 😃 |
I’ll look into it. |
We do already operate this way. Our current replace method uses |
nvm, we had that in one place, but the main one used a wildcard regex. Fixed with https://github.com/ciderapp/citadel/commit/0f6dd4ac7f4f17bcbb97999533802a68edc382a6 |
Preflight Checklist
How did you download Cider?
itch.io
Operating System
Windows 11
Commit Hash
No response
Build Timestamp
No response
Describe the Bug
The scrobbling album extension remover removes items after a " - ", including if they are part of the actual album name. Please note that this only occurs on Apple Music if the thing being played is an EP or a Single. Hence a Regex can be used to detect these specific cases that occur only at the end of the EP/Single name, something similar to the below:
- (Single|EP)$
This will only return a match if the above items are found within the album name.
Steps to Reproduce
Anything else?
No response
The text was updated successfully, but these errors were encountered: