Description Usage Arguments Value Examples
Get the tags applied by an user to an album on Last.fm.
To retrieve the list of top tags applied to an album by all users use
album_getTopTags
.
Implementation of last.fm's album.getTags API method
(http://www.last.fm/api/show/album.getTags)
1 | album_getTags(artist, album, user, mbid = NA, autocorrect = NA)
|
artist |
The artist name. |
album |
The album name. |
user |
The user name for the context of the request. |
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] If supplied, the user's playcount for this album is included in the response. |
A list of the tags applied by an user to an album.
1 2 3 4 | ## Not run:
album_getTags("Sufjan Stevens", "Carrie & Lowell", "platyjus")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.