This Spotify App pulls a list of playlists via a REST request, then randomly cycles through them playing a song from each.
- Sign up for a developer account on Spotify
- Open Terminal,
mkdir ~/Spotify
cd ~/Spotify
git clone git://github.com/ddn/spotify-member-music.git
- Download the latest version of Spotify
- Open Spotify and type "spotify:app:member-music" in the search bar (restart Spotify completely in case it doesn't find the App at first)
- API Reference
- Integration Guidelines
- Spotify-tagged questions on StackOverflow
- @SpotifyPlatform on Twitter
Your REST API should return a JSON encoded array of a name and a URL such as:
[{"uri":"http://open.spotify.com/user/ddn3d/playlist/4dnoJs5ZZgDK9B21pAJhpg","name":"David Dellanave"}]