Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.52 KB

Useful Sites.md

File metadata and controls

32 lines (21 loc) · 1.52 KB

Just a list of sites that offer information/code relating to Spotify Connect. Useful for background reading/seeing what has already been done.

##In Progress Libraries

https://github.com/plietar/librespot
https://github.com/crsmoro/scplayer

##General

http://divideoverflow.com/2014/08/reversing-spotify-connect/
http://divideoverflow.com/2015/02/update_on_spotify_connect_protocol_reversing/
mopidy/mopidy-spotify#14
https://developer.spotify.com/technologies/libspotify/
http://blog.richdillon.me/how-spotify-changed-their-local-api/ (Not sure if helpful atm)
http://cgbystrom.com/articles/deconstructing-spotifys-builtin-http-server/ (Not sure if helpful atm)
https://medium.com/@b3ngr33ni3r/hijacking-spotify-web-control-5014b0a1a360 (Not sure if helpful atm)

##POC/Working Example

https://gist.github.com/Fornoth/562a2db691051c381a8f (POC for Spotify Connect zeroconf)
https://github.com/plietar/spotify-connect (working Connect prototype, currently under active development)
https://github.com/wouterdevinck/clonos-poc-spotify (another working prototype)
https://github.com/Fornoth/spotify-connect-web (web interface built on top of Paul's prototype)

##Encryption Related

https://github.com/anujdas/despotify/ (Old, but Spotify still use pretty much the same encryption routine)
https://github.com/jkwatson/jotify (implementation of the encryption routine, based heavily off despotify)
https://github.com/Hexxeh/spotify-websocket-api (useful for looking into hermes/mercury protocol)