track_getTopTags: Get the top tags for this track.

Description Usage Arguments Value Examples

Description

Get the top tags for this track on Last.fm, ordered by tag count. Supply either track & artist name or mbid. Implementation of last.fm's track.getTopTags API method (http://www.last.fm/api/show/track.getTopTags)

Usage

1
track_getTopTags(track, artist, mbid = NA, autocorrect = NA)

Arguments

track

The track name.

artist

The artist name.

mbid

The musicbrainz id for the track

autocorrect

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

Value

A list of the top tags for a track.

Examples

1
2
3
4
## Not run: 
track_getTopTags("Tommy Chong", "The Blue Scholars")

## End(Not run)

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