/* THIS FILE IS NOT INTENDED FOR USER READING. USE HADDOCK DOCUMENTATION INSTEAD. */ #define __getArtistTracks__ \ -- | Get a list of tracks by a given artist scrobbled by this user, including scrobble time. Can be limited to specific timeranges, defaults to all time. \ More: #define __getBannedTracks__ \ -- | Returns the tracks banned by the user. \ More: #define __getEvents__ \ -- | Get a list of upcoming events that this user is attending. \ More: #define __getFriends__ \ -- | Get a list of the user's friends on Last.fm. \ More: #define __getInfo__ \ -- | Get information about a user profile. \ More: #define __getLovedTracks__ \ -- | Get tracks loved by a user. \ More: #define __getNeighbours__ \ -- | Get a list of a user's neighbours on Last.fm. \ More: #define __getNewReleases__ \ -- | Gets a list of forthcoming releases based on a user's musical taste. \ More: #define __getPastEvents__ \ -- | Get a paginated list of all events a user has attended in the past. \ More: #define __getPersonalTags__ \ -- | Get the user's personal tags. \ More: #define __getPlaylists__ \ -- | Get a list of a user's playlists on Last.fm. \ More: #define __getRecentStations__ \ -- | Get a list of the recent Stations listened to by this user. \ More: #define __getRecentTracks__ \ -- | Get a list of the recent tracks listened to by this user. Also includes the currently playing track with the nowplaying="true" attribute if the user is currently listening. \ More: #define __getRecommendedArtists__ \ -- | Get Last.fm artist recommendations for a user. \ More: #define __getRecommendedEvents__ \ -- | Get a paginated list of all events recommended to a user by Last.fm, based on their listening profile. \ More: #define __getShouts__ \ -- | Get shouts for this user. Also available as an rss feed. \ More: #define __getTopAlbums__ \ -- | Get the top albums listened to by a user. You can stipulate a time period. Sends the overall chart by default. \ More: #define __getTopArtists__ \ -- | Get the top artists listened to by a user. You can stipulate a time period. Sends the overall chart by default. \ More: #define __getTopTags__ \ -- | Get the top tags used by this user. \ More: #define __getTopTracks__ \ -- | Get the top tracks listened to by a user. You can stipulate a time period. Sends the overall chart by default. \ More: #define __getWeeklyAlbumChart__ \ -- | Get an album chart for a user profile, for a given date range. If no date range is supplied, it will return the most recent album chart for this user. \ More: #define __getWeeklyArtistChart__ \ -- | Get an artist chart for a user profile, for a given date range. If no date range is supplied, it will return the most recent artist chart for this user. \ More: #define __getWeeklyChartList__ \ -- | Get a list of available charts for this user, expressed as date ranges which can be sent to the chart services. \ More: #define __getWeeklyTrackChart__ \ -- | Get a track chart for a user profile, for a given date range. If no date range is supplied, it will return the most recent track chart for this user. \ More: #define __shout__ \ -- | Shout on this user's shoutbox. \ More: