Streaming open source music api

I would like to stream music (not random, specific ... for example, if I want megadeth - the world is selling, I would have to transfer it) to clients from the server. grooveshark came to my mind, but it does not have an open api that I can use. Do you know any objects like grooveshark with open api?

+3
source share
1 answer

I found links to the GrooveShark API on my 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
+1
source

Source: https://habr.com/ru/post/1769772/


All Articles