You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to display list of most scrobbled tracks on an album, like on last.fm:
Unfortunately because no album information is returned from a users top tracks on last.fm, I cannot cache it with album metadata, which means all of a user's cached top tracks have no album associated with them.
I would also like to display a breakdown of what albums a song has been scrobbled on, as described in the semantics
Semantics
It would be nice if a list of albums was returned when I ask for a user's top tracks. For example, I have scrobbled the track Peek-a-boo by Red Velvet on three different albums. From the last.fm api I get something like
Use-Case Description
I am trying to display list of most scrobbled tracks on an album, like on last.fm:
Unfortunately because no album information is returned from a users top tracks on last.fm, I cannot cache it with album metadata, which means all of a user's cached top tracks have no album associated with them.
I would also like to display a breakdown of what albums a song has been scrobbled on, as described in the semantics
Semantics
It would be nice if a list of albums was returned when I ask for a user's top tracks. For example, I have scrobbled the track Peek-a-boo by Red Velvet on three different albums. From the last.fm api I get something like
it would be cool if from wavy, we could get a response like:
If this isn't possible, any other way to get album information about a top track would be nice (but the solution I outlined would be most convenient)
The text was updated successfully, but these errors were encountered: