List<Album> |
Track.getAlbums() |
static UnauthenticatedGetQuery<PaginatedResult<List<Album>>> |
Library.getAlbums(String user,
String artist,
Integer limit,
Integer page)
A paginated list of all the albums in a user's library, with playcounts and tag counts.
|
static UnauthenticatedGetQuery<Album> |
Album.getInfo(String artist,
String album,
String mbid,
String username,
net.dontdrinkandroot.utils.ISO_3166_1_alpha2 lang)
Get the metadata for an album on Last.fm using the album name or a musicbrainz id.
|
static UnauthenticatedGetQuery<PaginatedResult<List<Album>>> |
Tag.getTopAlbums(String tagName,
Integer limit,
Integer page)
Get the top albums tagged by this tag, ordered by tag count.
|
static UnauthenticatedGetQuery<PaginatedResult<List<Album>>> |
User.getTopAlbums(String user,
Period period,
Integer limit,
Integer page)
Get the top albums listened to by a user.
|
static UnauthenticatedGetQuery<PaginatedResult<List<Album>>> |
Album.search(String album,
Integer limit,
Integer page)
Search for an album by name.
|