album_getTags: Get the tags applied by an user to an album.

Description Usage Arguments Value Examples

Description

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)

Usage

1
album_getTags(artist, album, user, mbid = NA, autocorrect = NA)

Arguments

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.

Value

A list of the tags applied by an user to an album.

Examples

1
2
3
4
## Not run: 
album_getTags("Sufjan Stevens", "Carrie & Lowell", "platyjus")

## End(Not run)

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