The Spotify platform allows 3rd party developers to create applications using the Spotify Apps API, query the music catalogue using the Meta API, or to take advantage of the streaming service with the C libspotify library. What Questions should I ask? Questions using this tag should be about how ...
5
votes
2answers
1k views
Spotify puzzle problem
I'm trying to solve the "best before" Spotify puzzle described on this page. Basically, with an input of three integers separated by slashes (e.g. 11/3/4) you're supposed to generate an output with ...
5
votes
8answers
3k views
What language or technology was used to develop the Spotify desktop application?
Does anybody know which language or technology was used to develop the Spotify desktop application?
It's stable, good-looking and lightweight.
4
votes
1answer
448 views
How does Spotify posts playlists onto Facebook wall via API?
It seems that Facebook API only allows text, image, video and flash embeds to be posted onto users' walls via API, but somehow Spotify posts these complex playlists with play buttons, images, etc.
...
3
votes
1answer
121 views
How do I actually set DefaultTabs in a Spotify app?
The integration guidlines for the Spotify Apps API mentions DefaultTabs and how it should be expressed in the manifest.json file to achieve tabbing in your Spotify app. Unfortunately I have problem ...
3
votes
2answers
378 views
How to use “standardized track listings” in Spotify apps
The Spotify UI guidelines for Spotify apps (at http://developer.spotify.com/download/spotify-apps-api/guidelines/03_ui-guidelines.html) say "When listing tracks in your app, use our standardized track ...
3
votes
1answer
514 views
How to use the Spotify Apps API objects?
The new Spotify Apps Javascript API contains a number of objects like Album, Library, Link etc. But how do you actually instantiate and use any of them in your app?
I've looked at the tutorial app but ...
3
votes
4answers
2k views
Spotify Apps API: any more documentation?
I've been playing around with the new Spotify Apps API since yesterday but even though the documentation they have online is pretty good, I can't find anything on to use the API object you receive ...
3
votes
2answers
746 views
Monitoring Spotify track change in Applescript?
I'm trying to figure out the best way via Spotify's Applescript library to detect a track change. So far, I've tried checking player position -- if it equals 0 it is a new track and the Growl ...
3
votes
2answers
410 views
What GUI libraries does the spotify windows application use? Nice metallic borderless look?
I think spotify in windows looks very nice, clearly not native windows gui.
Seems to be completely borderless with a metallic look.
I was wondering what libraries did they use to create such a nice ...
3
votes
1answer
441 views
Spotify Intent in android?
I would like to play a certain spotify playlist, anyone knows if there is any Spotify intent filter available?
thanks!
3
votes
1answer
768 views
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 ...
2
votes
1answer
45 views
My app icon removes from sidebar [closed]
How I do make my app icon last in the sidebar when shut down spotify? Its is there on startup but are automatically removed when the program initializes.
2
votes
1answer
122 views
Is it possible to add more elements (or otherwise alter) to the entries in a standardized “list” view in a spotify app?
So I'm using the "standardized track listing" in this stackoverflow question, and which the guidelines instruct developers to use.
I can easily remove fields from each entry in the track listing with ...
2
votes
4answers
235 views
Spotify apps / home directory location (Windows local development)?
My development account for Spotify has been enabled and I am trying to walk through their simple tutorial app (http://developer.spotify.com/download/spotify-apps-api/tutorial/). I should note here ...
2
votes
6answers
460 views
Why are JSON requests to my external API being cancelled in my Spotify App?
I'm building a Spotify App that pulls JSON data from a REST API, using URLs like
http://www.mydomain.com/api/command?option=value
In my Spotify app manifest I have set the required permissions for ...
2
votes
2answers
366 views
Accessing Spotify Metadata API from within a Spotify app?
I want to run Spotify searches from within a Spotify app (to find tracks for an artist, for which I do not have a Spotify URI, only the name).
I have not found functionality in the App API to run ...
2
votes
4answers
684 views
Spotify's “Sorry, I could not find this app”
As in the API documentation, I have created a ~/Spotify/myapp/index.html (on a Mac) but when loading spotify:app:myapp from the search bar in Spotify (preview version that supports apps) I get a ...
2
votes
1answer
639 views
How to get music listening data from Facebook/Spotify?
I'm trying to make an app that uses the list of songs that a user has been listening to on spotify. i.e on a user's profile page (with timeline enabled), you can see Recent Activity under Music, and ...
2
votes
2answers
1k views
Using Open Graph API, can I see when users Add To Playlist or Star tracks in Spotify?
How would I access when a user (and a friend of a user) adds a song to a playlist, or stars a song in Spotify, Rdio etc?
2
votes
1answer
183 views
libspotify on iOS or MacOS: parts of the SPSession fail to be retreived
I don't know if any of you has already been playing with the recently available API for spotify but there is something that is bugging me.
Once you get passed the ...
2
votes
1answer
2k views
Language used for Spotify's front-end [closed]
Possible Duplicate:
What language or technology was used to develop the Spotify desktop application?
I've read that "Most of the Spotify back-end is written in Python, with smaller parts in ...
1
vote
1answer
31 views
Spotify 0.8.2.527 disables @font-face in apps
Was reading the blog post; http://www.spotify.com/uk/blog/archives/2012/02/23/spotify-now-with-gapless-playback-crossfade/
Downloaded the preview and now font face is disabled. We've tried eot, ...
1
vote
0answers
25 views
Spotify App API calls failing to return
I'm building an app which requests data for several albums and playlists when it first loads.
For each of these I am calling either
models.Album.fromURI(uri, function(album){});
or
...
1
vote
1answer
45 views
Spotify App API: tab pages, playlist UI refresh
I am building a Spotify App with four tab pages. The content of all tabs are loaded on initial load of the app. Each tab contain one or more playlists that are being populated with data from 3rd party ...
1
vote
1answer
31 views
how to play track from certain position using spotify apps API
I am developing spotify third party application using javascript API.
I am trying to play the track from certain position.
I am having following code,
player.position = 50000;
player.play(track);
...
1
vote
0answers
42 views
Unable to login offline: no such user - Spotify
I'm trying to create a spotify application, but when doing the login I get a weird error message:
*19:28:57.916 I [offline_authorizer.cpp:289] Unable to login offline: no such user
int main() {
...
1
vote
1answer
75 views
This preview build has expired. Please visit www.spotify.com to download a new version [closed]
When I run spotify I get the error message
This preview build has expired. Please visit www.spotify.com to download a new version
If I try to unistall it (on windows I get the same error message. I ...
1
vote
0answers
60 views
How to create a functioning small thumbnail with small play button with Spotify Apps API?
somewhat of a javascript novice here.
I'm trying to create this: http://i.imgur.com/LXFzy.png from the Spotify UI Guidelines.
Basically a 64x64 album cover with an appropriate sized play button.
...
1
vote
1answer
74 views
Can I find related/similar artists using the spotify app api?
Given an artist, does the Spotify app api provide the ability to get related artists? This would be essentially the same list that is shown in the upper right corner of the artist detail page.
There ...
1
vote
1answer
39 views
Spotify Developer API on Blackberry QNX
Is it possible to use the Spotify Developer API on QNX, Blackberry??
I would like to create a simple Spotify Client for my Playbook.
Thanks
1
vote
1answer
79 views
No Cover under Album oject
I'm making of prototype of Spotify Application, and get stuck on the last part of code.
I have a list of albums uri, and want to display album with cover and link to it. So I parse the list, create ...
1
vote
1answer
84 views
Setting up Spotify-API-server
I'm trying to generate spotify playlists (not text-based) and found this on Github: https://github.com/liesen/spotify-api-server
I have no experience in C programming so i don't really know where to ...
1
vote
1answer
100 views
What library to use when generating Spotify playlists
I need to generate real Spotify playlists (not a text string that you can drop on Spotify) belonging to a real Spotify-user (me). My tools are .NET 4.0 and Javascript.
It is a web app i'm creating ...
1
vote
1answer
92 views
Missing year / numTracks when searching using Spotify Apps API
I'm trying to do an album search using the Spotify Apps API, but there is missing data in the results. Specifically, the numResults is always 0, and the year is sometimes 0. For example:
var search ...
1
vote
1answer
186 views
How to create a “carousel”-like widget in spotify apps API?
Is it possible using the spotify apps API to create one of these widgets filled with my data of choice?
1
vote
1answer
118 views
Is there a way to pause with the spotify api?
I want to be able to pause the current track but can't seem to find any method of doing so.
Documentation is here: http://developer.spotify.com/download/spotify-apps-api/reference/
Am using the ...
1
vote
1answer
85 views
CSS 3D transform support for Spotify Apps [closed]
Is there a particular reason why CSS 3D Transforms are not supported in Spotify Apps?
I would really love to use them in an app that I already built for Safari/Chrome, but this is preventing me from ...
1
vote
2answers
206 views
How to post to the ticker on facebook, like spotify does with music
I'm making an app that should post to the ticker on Facebook, of what I'm hearing on my app...
Just like Spotify does with their app..
I've made the Open Graph on facebook, and the FB connection on ...
1
vote
1answer
86 views
How to show a “share” popover in a spotify app?
When developing a spotify app, how do I show a standard spotify "share" popover that will do the right thing for a song of choice?
1
vote
1answer
126 views
How to build examples using libspotify on windows
I have downloaded spotify API and am trying to build the example code using libspotify on Windows. The build environment seems to apply only for Mac/Linux world (atleast the Makefile seems to suggest ...
1
vote
2answers
200 views
Spotify Tutorial example app is blank
I'm having trouble getting the tutorial project working. I've placed it under homedir/Spotify/Tutorial
In side spotify i enter spotify:app:Tutorial and it asks me if i want to add it to the side bar, ...
1
vote
2answers
149 views
How do I get the current user username in Spotify Apps?
I have tried using sp.core.user.canonicalUsername and m.User in various variants, I even tried to get the username by traversing through the m.playlists.starredPlaylist. This is probably easy but I ...
1
vote
1answer
210 views
Can't find the 'Built-in Example Applications'
In the spotify developer's integration guidelines, there's a chapter about 'Built-in Example Applications'. I can't find any of these two applications (Tabs & Api). There are links to the ...
1
vote
1answer
125 views
Length property from Spotify Album not defined?
First, I'm sorry for my language.
I am developping an application with API Spotify's and I have an error when I try to get length property Album's but at execution, console report that property ...
1
vote
2answers
416 views
How do I connect my Spotify App to Facebook Connect?
I am developing a Spotify App and everything goes very well with a lot of reverse engineering and inspecting the javascript objects from the inspector. However, I can't seem to manage to get the ...
1
vote
1answer
130 views
Find what song is playing in spotify on android
I want to be able to find out what song is playing in spotify from my application. Is there any way to do this. I read somewhere there might be a way to do this using androids MediaPlaybackService but ...
1
vote
0answers
216 views
Spotify App API: Player view for track [closed]
I'm trying how to figure out how to play/insert a single track with v.Player.
I'm using the following code:
var player = new v.Player();
player.track = objTrack;
player.context = objTrack.album;
...
1
vote
1answer
158 views
Is there an Facebook API to retrieve music recent activity, especially music on Spotify?
I want to get songs list which played in Spotify, and I could see it under 'recently activity' feed, but how to get those recently activity feed info Using facebook API?
Yes, I know I could get ...
1
vote
1answer
97 views
Is there a Windows API for adding badges to taskbar icons?
Spotify recently added a feature where the taskbar icon would have a red iOS-style badge with the number of songs in your inbox.
The badge itself is definitely part of the icon, but I was wondering ...
1
vote
1answer
331 views
Intents to launch song, search for user in spotify app?
I'm trying to figure how apps like Shazam, for example, are able to launch spotify to play a specific song. Another question on SO suggested an intent like String spotifyUri = "spotify:user:username" ...