şaloma
şaloma

Reputation: 411

open source music streaming api

I would like to stream music (not random, specific...e.g if i want megadeth - peace sells i should be able to stream it) to the clients from the server. grooveshark came to my mind first, but it doesn't have an open api that i can use. do you know any facilities like grooveshark that has an open api?

Upvotes: 3

Views: 1721

Answers (1)

Stu Thompson
Stu Thompson

Reputation: 38878

I found links to a GrooveShark API on their site. Interesting API calls that seem to do what you want include...

addUserLibrarySongs
getUserPlaylists
subscribePlaylist
getUserLibrarySongs
getUserFavoriteSongs
addUserFavoriteSong
getPlaylistSongs
getPlaylistInfo
setPlaylistSongs
createPlaylist
getDoesSongExist
getArtistsInfo
getAlbumsInfo
Search
getPlaylistSearchResults
getSongSearchResults
getSongURLFromSongID
getPlaylistURLFromPlaylistID
getTrialInfo

Upvotes: 1

Related Questions