inflatablefriends / lastfm

Portable .Net library for Last.fm
Other
100 stars 61 forks source link

Artist.GetInfoAsync does not return UserPlayCount #152

Open th0mk opened 4 years ago

th0mk commented 4 years ago

Similar to #111 , Artist.GetInfoAsync does not return UserPlayCount.

You also can't pass the username, even though it is supported in the API.

https://www.last.fm/api/show/artist.getInfo

Edit: Some inspiration https://github.com/inflatablefriends/lastfm/commit/e668e0ef318a4649f6f4dcfa3ee578f6d20c3db6

youngcaseho commented 3 years ago

May I work on this issue?

rikkit commented 3 years ago

@youngcaseho yes, go ahead! Thanks

youngcaseho commented 3 years ago

@rikkit I looked at the response for the artist.getInfo request here. I don't see 'UserPlayCount' in the sample response. Am I looking at the correct documentation?

youngcaseho commented 3 years ago

@rikkit I looked at the response for the artist.getInfo request here. I don't see 'UserPlayCount' in the sample response. Am I looking at the correct documentation?

Ahh I see, username must be included in the request. Please disregard the comment above.

GmausDev commented 1 year ago

May I continue with this? I coming for Hacktoberfest but i like it

rikkit commented 1 year ago

@GmausDev please go for it :)

salzmanndavid commented 1 year ago

Am I seeing something wrong or is Stats.Plays for Artist.GetInfoAsync() always 0 ?