dbot/modules/spotify
2013-07-11 04:34:47 +02:00
..
config.json fix merge 2013-05-21 17:31:01 +00:00
README.md Touch spotify README 2013-05-29 13:40:01 +02:00
spotify.js Support for config.outputPrefix [#462] 2013-05-21 17:13:19 +00:00
strings.json French translation 2013-07-11 04:34:47 +02:00

spotify

Various Spotify functionality.

Description

This module posts information on Spotify links, as well as providing Spotify search functionality.

Commands

~spotify [query]

Search spotify for a song.

Attempt to get a Spotify link from a YouTube link. If no link is provided with the commands, it will attempt to use the last link posted in the channel.

API

spotifySearch(query, callback)

Run a search query on Spotify. If no results are found, the callback will pass false. If a result is found, the callback takes two arguments: data about the found track, and a link to the track.

Hooks

Posts information about a Spotify link when one is posted in a channel.