inflatablefriends / lastfm

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

Add user specific info for AlbumApi.GetInfo #127

Closed SHOEGAZEssb closed 5 years ago

SHOEGAZEssb commented 6 years ago

According to https://www.last.fm/api/show/album.getInfo you can get user specific info like playcount of an album.

c-d commented 5 years ago

Hi, I've submitted PR #130 for this.

Note that the last.fm API is a bit confusing - userplaycount is a sum of all of the scrobbles by that user for all tracks on the album, not the number of times a user has played the album in its entirety.