elixirfm v0.0.2 Elixirfm.Tags

Summary

Functions

Search for similar tags. Returns tags ranked by similarity, based on listening data

Get the top albums tagged by this tag, ordered by tag count

Get the top artists tagged by this tag, ordered by tag count

Get the top tracks tagged by this tag, ordered by tag count

Get a list of available charts for this tag, expressed as date ranges which can be sent to the chart services

Fetches the top global tags on Last.fm, sorted by popularity (number of times used)

Functions

get_info(query, args \\ [api_version: "2.0", lang: "eng"])

Get the metadata for a tag

get_similar(query, args \\ [api_version: "2.0"])

Search for similar tags. Returns tags ranked by similarity, based on listening data.

get_top_albums(query, args \\ [api_version: "2.0", page: 1, limit: 15])

Get the top albums tagged by this tag, ordered by tag count.

get_top_artists(query, args \\ [api_version: "2.0", page: 1, limit: 15])

Get the top artists tagged by this tag, ordered by tag count.

get_top_tracks(query, args \\ [api_version: "2.0", limit: 50, page: 1])

Get the top tracks tagged by this tag, ordered by tag count.

get_weekly_chart(query, args \\ [api_version: "2.0"])

Get a list of available charts for this tag, expressed as date ranges which can be sent to the chart services.

top_tags(args \\ [api_version: "2.0"])

Fetches the top global tags on Last.fm, sorted by popularity (number of times used)