/* THIS FILE IS NOT INTENDED FOR USER READING. USE HADDOCK DOCUMENTATION INSTEAD. */ #define __addTags__ \ -- | Tag a track using a list of user supplied tags. \ More: #define __ban__ \ -- | Ban a track for a given user profile. \ More: #define __getBuyLinks__ \ -- | Get a list of Buy Links for a particular track. \ More: #define __getCorrection__ \ -- | Use the last.fm corrections data to check whether the supplied track has a correction to a canonical track. \ More: #define __getFingerprintMetadata__ \ -- | Retrieve track metadata associated with a fingerprint id generated by the Last.fm Fingerprinter. Returns track elements, along with a 'rank' value between 0 and 1 reflecting the confidence for each match. \ More: #define __getInfo__ \ -- | Get the metadata for a track on Last.fm. \ More: #define __getShouts__ \ -- | Get shouts for this track. Also available as an rss feed. \ More: #define __getSimilar__ \ -- | Get the similar tracks for this track on Last.fm, based on listening data. \ More: #define __getTags__ \ -- | Get the tags applied by an individual user to a track on Last.fm. \ More: #define __getTopFans__ \ -- | Get the top fans for this track on Last.fm, based on listening data. \ More: #define __getTopTags__ \ -- | Get the top tags for this track on Last.fm, ordered by tag count. \ More: #define __love__ \ -- | Love a track for a user profile. \ More: #define __removeTag__ \ -- | Remove a user's tag from a track. \ More: #define __scrobble__ \ -- | Used to add a track-play to a user's profile. \ More: #define __search__ \ -- | Search for a track by track name. Returns track matches sorted by relevance. \ More: #define __share__ \ -- | Share a track twith one or more Last.fm users or other friends. \ More: #define __unban__ \ -- | Unban a track for a user profile. \ More: #define __unlove__ \ -- | Unlove a track for a user profile. \ More: #define __updateNowPlaying__ \ -- | Used to notify Last.fm that a user has started listening to a track. Parameter names are case sensitive. \ More: