Announcements

Help Wizard

Step 1

NEXT STEP

Spotify for Developers

Discuss building apps with Spotify APIs and SDKs

Start a topic

Spotify Soloist: a new terminal based player for headless and DIY setups

Hey everyone, we've created this thread to share details about Spotify Soloist. Spotify Soloist is a new, lightweight Spotify client for headless setups. It runs as a background service, supports Spotify Connect, and works on Raspberry Pi and other L...

Spotify

palchrb

Newbie

2479 Views

24 replies

11 likes

S4D
  • 2479 Views
  • 24 replies
  • 11 likes

Web API quota updates for Development Mode

Hey everyone, I've created this thread to share some updates to how quotas work for Development Mode apps on the Spotify Web API to help you better organize your projects. We've shared a Blog post that explains everything in detail. Here's the short ...

Spotify

paulmurray48

Newbie

2441 Views

14 replies

2 likes

Discussion
  • 2441 Views
  • 14 replies
  • 2 likes

Solved!! App store listing

Is it mandatory to approve the app with Spotify before listing it in an app store, or can you list the app whenever it's ready and Spotify approval is only required for the increased quota?

Regular

Is it mandatory to approve the app with Spotify before listing it in an app store, or can you list the app whenever it's ready and Spotify approval is only required for the increased quota?

Nimrod2

Regular

823 Views

2 replies

0 likes

Question
Quota Extension
  • 823 Views
  • 2 replies
  • 0 likes

Techniques for deduplicating tracks

Each time a track is released (or rereleased), it creates a new track ID. This presents issues for my application, where it would be more convenient to have ID for the recording. Do you guys have any tips to help identify which tracks are really the ...

Regular

Each time a track is released (or rereleased), it creates a new track ID. This presents issues for my application, where it would be more convenient to have ID for the recording. Do you guys have any...

Naianasha

Roadie

1866 Views

4 replies

0 likes

Discussion
  • 1866 Views
  • 4 replies
  • 0 likes

The songs themselves move on to the next track without finishing playing the previous one

PlanFree/PremiumCountryPoland DeviceiPhone 12Operating SystemiOS 17.5.1 My Question or IssueThe songs themselves move on to the next track without finishing playing the previous one. I listened with headphones.

Newbie

Plan Free/Premium Country Poland  Device iPhone 12 Operating System iOS 17.5.1   My Question or Issue The songs themselves move on to the next track without finishing playing the ...

332 Views

0 replies

0 likes

Possible Bug
  • 332 Views
  • 0 replies
  • 0 likes

Getting wrong redirect uri

Hello,I'm implementing my first app using web player sdk docs, I have set in my app http://localhost:3001/spotify/auth/callbackas redirect url, saved the configuration, but after performing login (with facebook for example) then I get INVALID_CLIENT:...

Casual Listener

Hello, I'm implementing my first app using web player sdk docs, I have set in my app  http://localhost:3001/spotify/auth/callback as redirect url, saved the configuration, but after ...

falconea

Casual Listener

1039 Views

2 replies

0 likes

web player sdk
  • 1039 Views
  • 2 replies
  • 0 likes

Player API with SONOS

PlanPremiumCountrySEDeviceCustom Arduino over HTTPS My Question or IssueHi! I built a custom arduino device using the /player API to change tracks on Spotify Connect speakers at home. It's works great with the exception of any SONOS device. I am stil...

Newbie

Plan Premium Country SE Device Custom Arduino over HTTPS   My Question or Issue Hi! I built a custom arduino device using the /player API to change tracks on Spotify Connect speakers at ...

1251 Views

0 replies

6 likes

Question
  • 1251 Views
  • 0 replies
  • 6 likes

App

I have an app I'm getting created and I'm trying to see the best way to put Spotify in for my user to listen to music? Can anyone help?

Casual Listener

  I have an app I'm getting created and I'm trying to see the best way to put Spotify in for my user to listen to music? Can anyone help?  

451 Views

0 replies

0 likes

App that lets user listen to music
  • 451 Views
  • 0 replies
  • 0 likes

Question regarding my Playlist project

Hi,First of all, I would like to apologize if my question has already been answered, and extend a thank you to the devs for making this such a cool platform to build within.I am beginning my work on a Playlist building application, it is simple, and ...

Casual Listener

Hi, First of all, I would like to apologize if my question has already been answered, and extend a thank you to the devs for making this such a cool platform to build within. I am beginning my ...

Ximzend

Spotify Star

1303 Views

4 replies

0 likes

Question
  • 1303 Views
  • 4 replies
  • 0 likes

search api not working for episodes

I want to get the id of a podcast episode whose name I know with Python, but when I search with the API, the item parameter returns empty. When I do this for tracks or artists, it works perfectly. Also, yes, I have the access token.

Casual Listener

I want to get the id of a podcast episode whose name I know with Python, but when I search with the API, the item parameter returns empty. When I do this for tracks or artists, it works perfectly. Al...

LaCollision

Newbie

1950 Views

4 replies

1 likes

"api"
"search"
episode
Podcast API
Podcast Episodes
  • 1950 Views
  • 4 replies
  • 1 likes

Téléchargement par extension du navigateur

PlanGratuit/PremiumPaysTous AppareilLecteur Web Bonjour,Je cherche à développer une extension pour navigateur qui permettrais de télécharger le morceau en lecture directement en mp3. Je cherche donc un moyen d'y parvenir, je ne suis qu'au début du pr...

Visitor

Plan Gratuit/Premium Pays Tous   Appareil Lecteur Web   Bonjour, Je cherche à développer une extension pour navigateur qui permettrais de télécharger le morceau en lecture directem...

Ximzend

Spotify Star

358 Views

1 replies

0 likes

"Download song using API"
"web spotify" "drm" "chrome"
  • 358 Views
  • 1 replies
  • 0 likes

Web API: Pagination for „Get Artist’s Albums” broken

When calling “Get Artist’s Albums” using a "include_groups" filter, the "next" URL in the response is showing a next page, even though there are no more items to return with respect to the chosen "include_groups". Also the "total" parameter of the re...

Regular

When calling “Get Artist’s Albums” using a "include_groups" filter, the "next" URL in the response is showing a next page, even though there are no more items to return with respect to the chosen "in...

ficvebanger

Regular

1577 Views

2 replies

0 likes

Possible Bug
  • 1577 Views
  • 2 replies
  • 0 likes

sharedUserId to connect spotify fail UserNotAuthorizedException

add android:sharedUserId="android.uid.system" in AndroidManifest.xml, SpotifyAppRemote.connect(...) UserNotAuthorizedException.no add android:sharedUserId="android.uid.system", SpotifyAppRemote.connect(...) ok.My project needs i have to add android:s...

Newbie

add android:sharedUserId="android.uid.system" in AndroidManifest.xml, SpotifyAppRemote.connect(...) UserNotAuthorizedException. no add android:sharedUserId="android.uid.system", SpotifyAppRemote.con...

442 Views

0 replies

0 likes

UserNotAuthorizedException
  • 442 Views
  • 0 replies
  • 0 likes

Tracking Engagement with Spotify Embeds on My Website

My Question or IssueHow can I track user engagement with Spotify embeds on my website? Are there analytics tools or methods that integrate with Spotify embeds?

Newbie

My Question or Issue How can I track user engagement with Spotify embeds on my website? Are there analytics tools or methods that integrate with Spotify embeds?

484 Views

0 replies

0 likes

Discussion
Possible Bug
  • 484 Views
  • 0 replies
  • 0 likes

Unable to get sonos devices in discover device API

Hi there I recently started using the Spotify Web API. I want to play music on my Sonos. But it seems like Spotify connect devices are not listed under /me/player/devicesThis endpoint does not show my Sonos as a device https://developer.spotify.com/d...

Newbie

Hi there   I recently started using the Spotify Web API. I want to play music on my Sonos.  But it seems like Spotify connect devices are not listed under /me/player/devices This endp...

dy-867eo3_6d

Newbie

870 Views

2 replies

1 likes

Spotify Connect Devices WEB API
  • 870 Views
  • 2 replies
  • 1 likes

Do I need an extended quota to play 30-second song previews?

I want to use the Spotify API to access only the 30-second track previews, which do not require authorization. Do I need an extended quota in this case?

Casual Listener

I want to use the Spotify API to access only the 30-second track previews, which do not require authorization. Do I need an extended quota in this case?  

quizme

Casual Listener

520 Views

1 replies

1 likes

audio preview
Question
Quota Extension
  • 520 Views
  • 1 replies
  • 1 likes

HTTP Proxy stopped working (fix for developers included)

Spotify for windows desktop has a bug where the HTTP proxy is applied incorrectly. When setting a corporate http proxy with IP 1.2.3.4 (not the real corporate http proxy IP) and port 8080, the resulting commandline is wrong:C:\Users\Admin\AppData\Roa...

Visitor

Spotify for windows desktop has a bug where the HTTP proxy is applied incorrectly. When setting a corporate http proxy with IP 1.2.3.4 (not the real corporate http proxy IP) and port 8080, the result...

643 Views

0 replies

0 likes

  • 643 Views
  • 0 replies
  • 0 likes

Question About Spotify API Monetization

Hey! I'm a developer building an application using Spotify's API. Our app follows app of the compliance tips listed on the Spotify for Devs, but we want to make sure there isn't anything we're missing. Is there an email to reach out to someone to dou...

Casual Listener

Hey! I'm a developer building an application using Spotify's API. Our app follows app of the compliance tips listed on the Spotify for Devs, but we want to make sure there isn't anything we're missin...

570 Views

0 replies

0 likes

api
monetization
  • 570 Views
  • 0 replies
  • 0 likes

Can't get result from spotify api

PlanPremiumCountryNetherlands DevicePCOperating SystemWindows 10 My Question or IssueI want to make a program that can create charts using the Spotify Api. The code initially worked without authorization and produced results, but then it began to pro...

Newbie

Plan Premium Country Netherlands   Device PC Operating System Windows 10   My Question or Issue I want to make a program that can create charts using the Spotify Api. The code in...

Ximzend

Spotify Star

604 Views

1 replies

0 likes

Possible Bug
  • 604 Views
  • 1 replies
  • 0 likes

Spotify Api For C++

Operating SystemWindows 10 My Question or IssueCan I somehow use the API using C++ on Windows?I saw a repository on GitHub only for Linux

Newbie

Operating System Windows 10   My Question or Issue Can I somehow use the API using C++ on Windows? I saw a repository on GitHub only for Linux  

666 Views

0 replies

0 likes

"api"
"C++"
  • 666 Views
  • 0 replies
  • 0 likes

Spotify Policy Compliance - Consumer App Case

Can I integrate the Spotify API into my application?I am describing my use case: We have an app that allows people to contemplate contemporary artworks and share their thoughts. During the viewing process, we would like to let people listen to a song...

Visitor

Can I integrate the Spotify API into my application? I am describing my use case: We have an app that allows people to contemplate contemporary artworks and share their thoughts. During the view...

845 Views

0 replies

0 likes

Developer Policy
Spotify APIs
  • 845 Views
  • 0 replies
  • 0 likes