spotify

Language used for Spotify's front-end

I've read that "Most of the Spotify back-end is written in Python, with smaller parts in C and Java". Does anyone know what they are using for the front-end? ...

Language or techno used to develop the Spotify desktop.

Does anybody knows which language or techno used to develop the Spotify desktop application ? It's stable, good looking and lightwight ! Thanks ...

Reverse-Lookup of Spotify Links

Hi! Does anyone know of a way to find the artist/album/track from a spotify link? Example: http://open.spotify.com/track/7hgtn706RqLE5q1mWe8aQx Thanks. ...

Possible to skip track from an Android application?

I'm planning on doing a application for Android 2.1 that changes song every minute (through what I hope exists in Android, "next") for the application using the audio device atm. So if I have Spotify running in background already, playing music, can I through my program change to the next track? Let me know if I was unclear about anyth...

How to programatically pause spotify when a call comes in on skype

Skype has an inbuilt function where iTunes playback is paused and resumed automatically when a call comes in. It would be nice to have something similar for Spotify. Both provide a python API so this would seem the obvious route to go down. ...

No response from jQuery ajax call

I've been struggling with this for way too long tonight, and I haven't found anything useful when searching for answers. It's probably very simple. I'm trying to load data using the Spotify Metadata API by doing AJAX calls with jQuery. Running this request in a browser works just fine: http://ws.spotify.com/search/1/track?q=foo B...

Spotify desktop app is developed with javascript?

I have used Spotify for some time now and I thought it was a 100% native desktop app til I saw a HTTP request error inside the application. So that makes me wondering if Spotify is developed with javascript using frameworks like Titanium. Anyone knows? ...

How can I retrieve the contents of a .key file?

I have a .key file that contains my consumer key and secret for the spotify API. The code is available for objective C but not for Actionscript 3 , where I need a hex string version of the key and secret. Most other APIs provide this (flickr, evernote, soundcloud, googlemaps, etc.) however spotify chose to put it into a fairly inaccessib...