Live data from Hacker News

Say Hello to Our New Web API

news.spotify.com

41–42 of 42 posts

Re: Say Hello to Our New Web API

#41

Still no access to the current playing track which means I have to continue using last.fm which feels a bit hacky :/

You can get that via dbus from the machine running Spotify. Check out my spotify-gnome wrapper script at https://github.com/jreese/spotify-gnome

Basically, you write a simple dbus app that listens for the appropriate song-changed signals from Spotify, and then do with that as you wish. This might not be as easy on Mac or Windows though, as I've only ever used it on Linux.

Re: Say Hello to Our New Web API

#42
post #36

Brilliant! I've been wanting to access my own playlists through an API for a while to back them up

Just hacked this together: http://joellehman.com/playlist/ Which should let you download you playlist in CSV

Wow that's awesome. I've needed this for ages
Post reply on HN