/* THIS FILE IS NOT INTENDED FOR USER READING. USE HADDOCK DOCUMENTATION INSTEAD. */ #define __getInfo__ \ -- | Get the metadata for a tag. \ More: #define __getSimilar__ \ -- | Search for tags similar to this one. Returns tags ranked by similarity, based on listening data. \ More: #define __getTopAlbums__ \ -- | Get the top albums tagged by this tag, ordered by tag count. \ More: #define __getTopArtists__ \ -- | Get the top artists tagged by this tag, ordered by tag count. \ More: #define __getTopTags__ \ -- | Fetches the top global tags on Last.fm, sorted by popularity (number of times used). \ More: #define __getTopTracks__ \ -- | Get the top tracks tagged by this tag, ordered by tag count. \ More: #define __getWeeklyArtistChart__ \ -- | Get an artist chart for a tag, for a given date range. If no date range is supplied, it will return the most recent artist chart for this tag. \ More: #define __getWeeklyChartList__ \ -- | Get a list of available charts for this tag, expressed as date ranges which can be sent to the chart services. \ More: #define __search__ \ -- | Search for a tag by name. Returns matches sorted by relevance. \ More: