| Methods in net.dontdrinkandroot.lastfm.api.model that return types with arguments of type Album |
java.util.List<Album> |
Track.getAlbums()
|
static UnauthenticatedGetQuery<PaginatedResult<java.util.List<Album>>> |
Library.getAlbums(java.lang.String user,
java.lang.String artist,
java.lang.Integer limit,
java.lang.Integer page)
A paginated list of all the albums in a user's library, with playcounts and tag counts. |
static UnauthenticatedGetQuery<Album> |
Album.getInfo(java.lang.String artist,
java.lang.String album,
java.lang.String mbid,
java.lang.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<java.util.List<Album>>> |
Tag.getTopAlbums(java.lang.String tagName,
java.lang.Integer limit,
java.lang.Integer page)
Get the top albums tagged by this tag, ordered by tag count. |
static UnauthenticatedGetQuery<PaginatedResult<java.util.List<Album>>> |
User.getTopAlbums(java.lang.String user,
Period period,
java.lang.Integer limit,
java.lang.Integer page)
Get the top albums listened to by a user. |
static UnauthenticatedGetQuery<PaginatedResult<java.util.List<Album>>> |
Album.search(java.lang.String album,
java.lang.Integer limit,
java.lang.Integer page)
Search for an album by name. |