Hexxeh / spotify-websocket-api

Spotify Websocket API is a fully open source Spotify library based on the WebSocket API used in the Spotify Web beta
395 stars 67 forks source link

Added my_music, browse, discover and radio #58

Closed pablorusso closed 10 years ago

pablorusso commented 10 years ago

Implemented:

"Browse" can be improved a lot. Right now it always get a fixed number of items (this should be a param from outside) and it does a json parsing without much error checking. Anyway, it works.

I have tested this changes in a spotify plex plugin I am working at. I did my best to extract them, as there were plenty of related changes, let me know if you find something missing.

Hope it helps!

Hexxeh commented 10 years ago

Oooh, very nice! This stuff I wanted to get around to for a while but never did. Thanks!

trygveaa commented 10 years ago

I have written a complete (I think) library for the Tunigo API (the browse feature), if anyone is interested. https://github.com/trygveaa/python-tunigo