Spotify API V0.01 beta - a very quick First draft
© august 3 2009 by Steffest
This code is free to use in any way you want and comes with NO WARRANTIES
tested with Spotify 0.3.18
Usage:
Dim Spotify As New Spotify()
Spotify.PlayPause()
Spotify.PlayPrev()
Spotify.PlayNext()
Spotify.Mute()
Spotify.VolumeUp()
Spotify.VolumeDown()
Spotify.Nowplaying() (Gets the name of the current playing track)
Spotify.Search("Artist",False) (Searches for "Artist")
Spotify.Search("Artist",True) (Searches for "Artist" and starts playing the results)