elixirfm v0.0.4 Elixirfm.Album

Wrapper for Last.fm Album endpoints.

Currently only supports endpoints that do not require authentication.

To-do:

  1. album.getTags
  2. album.removeTag

Summary

Functions

Get the top tags for an album on Last.fm, ordered by popularity

Search for an album by name. Returns album matches sorted by relevance

Functions

get_info(artist, album, args \\ [username: "", lang: "eng"])

Get Album info.

get_top_tags(artist, album, args \\ [])

Get the top tags for an album on Last.fm, ordered by popularity.

search(query, args \\ [limit: 5, page: 1])

Search for an album by name. Returns album matches sorted by relevance.