harbassan / spicetify-apps

A collection of spicetify custom apps to improve your spotify experience.
413 stars 28 forks source link

[Statistics][Enhancement] Artist Stats Page #78

Open Satanarious opened 7 months ago

Satanarious commented 7 months ago

Like the Playlist stats page, an Artist Stats page would be great. This would include:

Regarding what the Last.fm or Spotify API allows, Is this possible?

harbassan commented 7 months ago

Anything to do with counting tracks is possible on my end, so the number of appearances in your library etc. Anything else just depends on the API, most likely last.fm because spotify's is pretty limited. I'll recheck what they provide though and see what I can do.

harbassan commented 5 months ago

Last.fm artists info, not that much here tbh, no info on hours/minutes but it does provide alltime scrobbles:

Image

harbassan commented 5 months ago

feel free to look around the apis though for this and the other ticket, and if you find something interesting I could add it

Satanarious commented 5 months ago

I was talking about the user-front, but not directly on the artist-front. I mean:

harbassan commented 5 months ago

yeah thats what i was looking for, but there doesnt seem to be anything like that.

I could fake the minutes by assuming each play is 3 minutes or something like that, but thats probably not great.

I am very limited having to rely on apis, obviously if i had a server to store the data i could do so much more (like stats.fm)

Satanarious commented 5 months ago

What about parsing the user profile webpage? Because that data is available for everyone to see.

harbassan commented 5 months ago

Ive never actually done web crawling/parsing so I dont know whether thats an option.

Satanarious commented 5 months ago

I think it should be easier that way.