album_getInfo: Get the metadata and tracklist for an album.

Description Usage Arguments Value Examples

Description

Get the metadata and tracklist for an album on Last.fm using the album name or a musicbrainz id. Implementation of last.fm's album.getInfo API method (http://www.last.fm/api/show/album.getInfo)

Usage

1
2
album_getInfo(artist, album, mbid = NA, autocorrect = NA,
  username = NA, lang = NA)

Arguments

artist

The artist name.

album

The album name.

mbid

The musicbrainz id for the album.

autocorrect

Transform misspelled artist names into correct artist names, returning the correct version instead. The corrected artist name will be returned in the response. [0|1]

username

The username for the context of the request. If supplied, the user's playcount for this album is included in the response.

lang

The language to return the biography in, expressed as an ISO 639 alpha-2 code.

Value

A list of the metadata and tracklist for an album.

Examples

1
2
3
4
## Not run: 
album_getInfo("Father John Misty", "Fear Fun")

## End(Not run)

juyeongkim/lastfmr documentation built on June 6, 2019, 12:07 a.m.