Description Usage Arguments Value Examples
Get the tags applied by an individual user to a track on Last.fm. Implementation of last.fm's track.getTags API method (http://www.last.fm/api/show/track.getTags)
1 | track_getTags(track, artist, user, mbid = NA, autocorrect = NA)
|
track |
The track name. |
artist |
The artist name. |
user |
The user 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] |
A list of the metadata for a track.
1 2 3 4 | ## Not run:
track_getTags("Sleeping In", "The Postal Service", "platyjus")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.