-
Notifications
You must be signed in to change notification settings - Fork 14
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
[FEATURE REQUEST] Ability to merge/treat multiple artist names in to one artist #21
Comments
Hey! Sounds like a nice feature indeed. I think this endpoint can be used to automatically correct the artist name. The only downside is I'll have to make a request for each artist, not sure the last.fm api likes to receive this much requests in a short amount of time.. |
Yeah you are right about the requests. it's way too many. unless we have a caching system or maybe manual option I guess I can manually edit the exported JSON file and re-import it for now Again Thanks for the cool project |
I'll keep this issue open for now, might be a cool feature to add in the future. I was already thinking of creating some kind of way to sanitize your data but that was mostly aimed at track names (removing "remastered", "2022 mix" and that kind of stuff from the title name). Merging similar artists would combine really well with this I imagine. |
I think this particular project does something similar It was hosted on heroku free tier. which(free tier) is not available at this moment though. but, local hosting works perfectly |
An example scenario
https://www.last.fm/music/Ke$ha
https://www.last.fm/music/Kesha
These are the same artist as you can see
Here
Kesha
redirects toKe$ha
on LastFM artist page.And I have scrobbled under both names (
Kesha
andKe$ha
) but they are the same artist.When I am listening on youtube. it scrobbles the artist name as
Ke$ha
but on Spotify it scrobbles the artist nameKesha
An ability to merge artist name (alternative names) (I mean treat them as one) on lastfmstats would be nice
The text was updated successfully, but these errors were encountered: