Description Usage Arguments Value Examples
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)
1 2  | album_getInfo(artist, album, mbid = NA, autocorrect = NA,
  username = NA, lang = NA)
 | 
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.  | 
A list of the metadata and tracklist for an album.
1 2 3 4  | ## Not run: 
album_getInfo("Father John Misty", "Fear Fun")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.