-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Correct the Denatured scrobbles on my Lastfm profile #243
Comments
@elamperti feel free to ping me for a talk, if you like the idea |
I'd love to do this, but the biggest problem with this is that there's no endpoint to delete scrobbles. How would you go around that? |
Ah, indeed it is missing in the official lastfm api documentation.
I don't know if somehow in a hacky way it can be implemented (if you agree). |
That's an internal call and the CSRF checks will surely impede you from doing this from other site. The only way we could use this is by getting the users' credentials (we only have an API token) and emulating navigation to get the |
I understand, no hacky and uncomfortable approaches. |
Is your feature request related to a problem? Please describe
I would like to solve denatured scrobbling via platforms as Spotify, already scrobbled on Last.fm and present on your profile.
The goal is, I listen to and scrobble an album from any platform, with songs title written with denatured tags, as:
Once I'm done listening, I go to OpenWebScrobble, a new top section, I can have a list of my last, I don't know, 100 songs, and I've the chance to fix the scrobbles removing this text, pattern as live, remastered...
Describe the solution you'd like
As mentioned, new section, list of last 100 songs, checkbox, and an extra input field to highlight the pattern to remove.
Once submitted, selected songs are deleted and properly resubmitted (if within the last 14 days, obviosuly)
Describe alternatives you've considered
/
Additional context
/
The text was updated successfully, but these errors were encountered: