beta 0.01

Rating: No reviews yet
Downloads: 850
Released: Aug 3 2009
Updated: Aug 3 2009 by Steffest
Dev status: Beta

Recommended Download

Source Code spotify.vb
source code, 6K, uploaded Aug 3 2009 - 850 downloads

Release Notes

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)

Reviews for this release

No reviews yet for this release.