Project Description
a simple Spotify API wrapper for vb.net to control the Spotify client from your own apps.
- Works only on the windows version of spotify
- Tested with Spotify 0.3.18 - might break with other versions
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)