Spotify is a streaming music service for multiple platforms. This tag covers Spotify's various developer libraries and external API's, including: Spotify Apps API, libspotify, Metadata API.
0
votes
1answer
12 views
Return first five values from spotify web service
I am using the spotify web api and jquery ui auto-complete. I am trying to only return the first five item in the response rather the the whole list.
<script type="text/javascript">
...
0
votes
1answer
16 views
Grep spotify songname into text file from html doc
I am building a script to grep the song name (and maybe the artist) and output it to a text file.
Let's say that we are using the http url "http://open.spotify.com/track/2TPEDo3bJrmhmDxB2Wi3Kw" and ...
0
votes
1answer
23 views
How does Spotify's online service stream music so it's not downloadable
I'm developing a site that will host a few songs. I know in most cases music streams can be downloaded through Chrome's Developer Tools, Firebug, or the like. Soundcloud is an example site for which ...
0
votes
0answers
17 views
detect spotify-login-state via script?
I would like to detect on an external website like "mysite.com/" if the current user is logged into spotify (detect existence of "sps"-cookie).
Any help is welcome!
Regards, akeem
0
votes
1answer
25 views
How is Spotify able to open the desktop app via the Gmail inbox view?
http://i.stack.imgur.com/7SpFk.png
This is the first time I've ever seen a button like this (see right side). Clicking on that button launches Spotify. How is Spotify able to do this for their ...
0
votes
1answer
9 views
Linux mint - Media shortcuts working for banshee but not spotify
I have recently installed Linux mint, and installed Spotify (the preview version). I have set up some manual media shortcuts (play, next, ...) which seem to work fine with Banshee, but not Spotify.
...
0
votes
0answers
12 views
Sharing Spotify album on tumblr shows no title
When I share Spotify albums on my Tumblr, they will show a "No Title" or "Sans Titre" in french, where I would expect to see the name of the first song of the album.
Anybody knows why this is ...
-3
votes
0answers
17 views
What does the little “:d” symbol in a circle on many album covers mean? [closed]
On many album covers on spotify you can find a little symbol/logo in one corner. It looks like :d, and it is often written inside an circle. What does this logo/symbol mean?
Examples on covers with ...
0
votes
1answer
10 views
Drag and drop to Spotify app icon
I'm making a Spotify app and I want to be able to drop something onto the app icon. There are examples of dropping things to the app, but how do I get the icon to react to dropping?
Adding the event ...
0
votes
0answers
17 views
How can i match the songs of the artist on my last fm tom my spotify playlist
http://fantazia.in/gig/result.php?city=new+york&venueSearchString= i have this site
the songs on the left side should be based on the artists on the rightside. how can i match them?
what should ...
-1
votes
0answers
19 views
Feasability of blind-focused Spotify Windows desktop app [closed]
I know StackOverflow might not be the normal place to ask non-code specific questions, but in my defence, the Spotify Developer support page recommends here as the place to ask platform questions, and ...
0
votes
0answers
12 views
Filtering Spotify results by explicit tag
Does anyone know if the new-ish "explicit" property in the JSON response from the search API will be available as a filter when making a request? Currently results can be parsed, and filtered on the ...
0
votes
1answer
16 views
Does a user have to be logged in to use the Spotify Metadata API?
I have 2 questions regarding the Spotify Metadata API.
1) Does a user have to be logged into the Spotify Service in order to use the Metadata API to perform searches and lookups? Or is the metadata ...
-4
votes
0answers
25 views
having a hard time intergrating a spotify library on android [closed]
Is there any one giving me an advice or a guideline for Developing a spotify android application?
I have found that there is a c library, 'libspotify-12.1.51-Android-arm-release.tar.gz' for linux/arm ...
0
votes
0answers
37 views
Spotify remote control C code
I'm working on a C program that could control some Spotify's client basic functions.
I've read that there are no official API for remote control so I'm using SendMessage() trick to trigger playback ...
0
votes
0answers
13 views
libspotify: sp_inbox_post_tracks - Message not being sent
I'm using libspotify api to send a track to a user, the track is being sent but the message parameter in the function call is not working. I'm 99% sure this used to work in an older version of ...
0
votes
1answer
25 views
Open Spotify main window from another app when closed
Iam working on an application that tries to extend some Spotify functionality (not another client). I would like to show Spotify's main window when my icon is clicked on the dock - even if the main ...
0
votes
0answers
31 views
Control Spotify from C code
Thanks for support :)
I'm writing in C code a TeamSpeak client Plugin that is able to control some basic Spotify software playback functions.
Example: command !next issued in TeamSpeak client chat ...
0
votes
0answers
13 views
can spotify play button width be less than 250px?
Are there any ways to get Spotify embedded Play button less than 250px wide?
The standard options provided here http://developer.spotify.com/technologies/spotify-play-button/ , offer minimum width ...
0
votes
1answer
47 views
spotify artist and album in API lookup
I'm making a music lookup service and I'm getting full tracklisting from the Spotify Metadata api. I have the artist name and album name and I'm able to get out the album Sporify ID from just the ...
0
votes
1answer
17 views
Spotify Preview API: player.change event not fired on queued tracks
When playing from a playlist in Spotify, if I queue a track from somewhere else than the playlist currently playing (for example from a search result), the player's change event is not fired when the ...
0
votes
0answers
77 views
Spotify Play Button API Status
I am big fan of Spotify, but I respectfully disagree with the strategy followed by them to protect their Play button, and there can be many new applications if they open a little the application and ...
0
votes
1answer
28 views
API how to pull player with playlist - does Spotify API support playlists?
If you try to embed an individual link, like if you pull an individual link, it pulls the player in our post viewer- however, this is not possible with a playlist. How do I fix this so I am able to ...
0
votes
0answers
40 views
Loading playlist image in Spotify API 1.x.x
I'm having trouble getting the playlist-image for a temporary playlist in my Spotify app where the failed function is always triggered. I am using API 1.0.0.
...
-2
votes
0answers
21 views
Password in spotify must not have space at the end [closed]
when I want to log in into the Spotify Application on my windows 8 by Facebook account, I have a space at the end of my Password and then I could not login. I assume they are Triming the password ...
0
votes
1answer
18 views
ard-float version of the libspotify for ARMv7
At the moment, we are trying to integrate the latest libspotify release 12.1.51 eabi-armv7.
This library has been developed for a soft-float kernel running on ARM7.
We are using a more recent ...
4
votes
0answers
59 views
facebook login in spotify using preview api is missing
We are creating an app on spotify.
This app has Facebook login feature.
Based on login user will be given access to some additional features.
FB authentication is working perfectly fine using ...
0
votes
1answer
53 views
Spotify API Downloading ALL songs locally
We are looking to develop a web application which would allow users to play songs via Spotify API by tweeting in their song choices.
Since the internet connection can not be relied upon, in order to ...
-5
votes
0answers
56 views
How can i access the name artist of the song playing right now in spotify- from a desktop application in windows? [closed]
I want to make a simple desktop application in windows using c# which needs the information- the now playing song in spotify(track name and artist mainly).
How can i get this information?
0
votes
1answer
71 views
Exposing Spotify's “Did you mean” feature via web api
I'm writing a website that uses Spotify's web api to search for music. A common issue is people don't always know the correct spelling of a track title or an artist's name.
For example if I search ...
-1
votes
0answers
13 views
General Spotify App and licensing [closed]
We are looking into building a spotify streaming app for our hosted voice service for office 365. Our customer base is small to medium businesses. We plan on scaling to around 100,000 users by the end ...
1
vote
0answers
72 views
How to star a Spotify song with Autohotkey while it's minimized?
How to star a Spotify song while it's minimized?
Okay so the Spotify application on Windows does not have inbuilt support for global hotkeys, and very basic hotkeys even when the application window ...
0
votes
1answer
40 views
Create app-bound playlist on Spotify
Is it possible to create an app-bound playlist?
It's possible to create a playlist for a user, but how will I know which one that is when they move away from my app?
Ideally, I would only need to be ...
1
vote
0answers
27 views
Handle GET requests in Spotify App
I'm trying to implement 'Sign in with Twitter' in a Spotify app, using Spotify app API 1.0.
I've successfully sent a request to https://api.twitter.com/oauth/request_token. Twitter (I suppose) then ...
0
votes
0answers
47 views
Can you use RequireJS with Spotify API
Does anyone have any experience developing Spotify Apps using RequireJS?
Im suspecting this might be a bad idea to begin with because of Spotifys own way of loading moduels but I would like to use ...
0
votes
1answer
19 views
spotify permanent SP_ERROR_UNABLE_TO_CONTACT_SERVER on login
I am trying to implement a client for spotify using libspotify library. Starting from some point I am receiving SP_ERROR_UNABLE_TO_CONTACT_SERVER in login callback. Prior to this time, everything ...
0
votes
1answer
214 views
Getting `Unexpected token :` in angularjs but cannot use callback
I'm trying to query the Spotify Metadata API with AngularJS but I keep running into the following error.
Uncaught SyntaxError: Unexpected token :
Now I know typically when querying you should add ...
0
votes
0answers
22 views
How do I send a Thumbs up or down over AVRCP to Spotify
I have a stereo which is running Linux based software, which I want to use to control my iPhone running Spotify. I am using AVRCP 1.3 over BT and I am able to get the meta data (such as song name, ...
0
votes
1answer
23 views
How to play track using cocoalibspotify when app is in the background?
Is it possible to play a track when the app has exited/gone into a background state?
For example:
- (void)applicationDidEnterBackground:(UIApplication *)application
{
NSURL ...
0
votes
0answers
45 views
Is there a chance to support Radio in libspotify ? [closed]
Is there a chance to support Radio in libspotify ?
This function is very useful in the official client.
Is there a possibility to add this feature to the library ?
0
votes
1answer
68 views
Spotify JavaScript API song end/start events with the new API
Is there any way to listen to events on track end, current time and track start with the new Spotify Api.
I have the following code
models.player.observe(models.EVENT.CHANGE, function(
...
1
vote
0answers
106 views
Spotify Web API, 504/502 Server Error
I'm always getting nginx "504 Gateway Timeout"/"502 Bad Gateway" for Spotify API Requests (example http://ws.spotify.com/search/1/album?q=foo).
Documentation: ...
0
votes
1answer
33 views
Spotify oEmbed support for short link
Does Spotify oEmbed support short spoti.fy links?
It seems no (e.g. https://embed.spotify.com/oembed/?url=http://spoti.fi/WpbeyP)... but it would be nice ;)
0
votes
0answers
108 views
How to trigger play in spotify android app
In the latest version spotify remembers the last played song. Now I want to automatically resume playback after a certain event.
I tried using tasker.
I start the app, then tried to send
...
2
votes
1answer
99 views
How to get all artists of a user (Spotify Api 1.x)?
I'm trying to get a list of Artists for a user. It was very easy in the 0.x Api, but now i can't do it.
require([
'$api/models',
'$api/location#Location',
...
0
votes
1answer
52 views
Spotify app - preview 10 seconds of track then skip
I'm making a Spotify app, which imports playlists, and then gives you the option of previewing the playlist, so you'd be able to press a play button, which would work through the playlist, playing 10 ...
0
votes
1answer
34 views
How do I add a column to the Spotify List (using API 1.5.1)
Using the Spotify API and the List.
How do I add a new column and then sort it?
I want to get the BPM from echo nest and show them in the grid.
I don't want to use a custom gird as the Spotify one ...
0
votes
1answer
64 views
Is there any way to obtain a Spotify Premium account for testing?
I'm developing an iOS app using Cocoalibspotify. Last week I submitted it to the App Store. A few days later I received a message saying that they cannot test my app without a test account. Is there ...
0
votes
1answer
44 views
Segfault using sp_session_logout after playing track
I'm getting a segmentation fault using if I try to call sp_session_logout after playing a song. I can't really say much about the segfault, as I don't have the symbols,
With the following code the ...
-1
votes
1answer
37 views
Spotify web-api, how to distinguish between album and single
When using the Spotify web-api to get the albums from an artist, the list of albums is very large. The list contains both Albums as Singles. Is there a way to separate them?
For example:
...



