Help Wizard

Step 1

NEXT STEP

Topics with Label: playback

Labels

Forum Posts

Important: App review and quota extension waiting times

The Spotify for developers platform helps many bring their ideas to life. Whether it's a short term app helping an artist’s release or something more long term - there is always a chance of success. Things start to grow and then you might also need w...

  • Moderator
  • Moderator
  • dyl_nm
  • Visitor
  • 13752 Views
  • 100 replies
  • 17 likes
  • 13752 Views
  • 100 replies
  • 17 likes

Apple Script returns incorrect playback position if crossfade is enabled

PlanFree/PremiumCountryIndia DeviceM1 MacBook AirOperating SystemmacOS Ventura. My Question or IssueThe reported playback position from the Apple Script API is delayed by however many seconds of crossfade you have set, only when the song autoplayed o...

  • Casual Listener
  • Plan Free/Premium Country India  Device M1 MacBook Air Operating System macOS Ventura.   My Question or Issue The reported playback position from the Apple Script API is delayed b...
  • aviwad2
  • Casual Listener
  • 390 Views
  • 2 replies
  • 1 likes
  • applescript
    macOS
    playback
  • 390 Views
  • 2 replies
  • 1 likes

Can't connect to Webplayer SDK

PlanPremiumCountryAustraliaDevicePC, Windows 10, firefox or chrome I'm trying to use the access token which returns after I log in to my premium account, it does work then i get the access token and try to use it to connect the sdk player. Here is my...

  • Music Fan
  • ...1fa3cc8d7b44edcbe76ec15ed40255b"; $REDIRECT_URI = "https://musictree.app/indexFull.php"; $SCOPE = "user-read-private user-read-email user-read-playback-state user-modify-playback-state user-read-currently-playing s...
  • axion777
  • Music Fan
  • 253 Views
  • 1 replies
  • 0 likes
  • playback
    SDK
    web
  • 253 Views
  • 1 replies
  • 0 likes

Solved!! spotify player

when i use Spotify api can i get the complete song from Spotify-api and play it in my platform or i need premium account first by the why this project that i was build it with Spotify-api it is not commercial jut i want to put it in my resume (cv) th...

  • Casual Listener
  • when i use Spotify api can i get the complete song from Spotify-api and play it in my platform or i need premium account first by the why this project that i was build it with Spotify-api it is not c...
  • Ximzend
  • Roadie
  • 296 Views
  • 3 replies
  • 0 likes
  • playback
  • 296 Views
  • 3 replies
  • 0 likes

Web Playback SDK not working in Chrome but works in Firefox

Hi all, I’ve been using the web playback SDK for a while with no issues. Now I’m not getting any sound on chrome even though the playback and app seems to be working. I’ve just tested it on Firefox and it works perfectly. Any ideas what’s causing thi...

  • Newbie
  • Hi all, I’ve been using the web playback SDK for a while with no issues. Now I’m not getting any sound on chrome even though the playback and app seems to be working.  I’ve just tested it o...
  • cent0nZz
  • Regular
  • 329 Views
  • 1 replies
  • 2 likes
  • api
    playback
    Playback SDK
    Web API
    Web Playback API
    Web SDK
  • 329 Views
  • 1 replies
  • 2 likes

Ad blocks the playlist

PlanFreeCountryAustriaDeviceHuawei Mate 10 proOperating SystemAndroid 10 My Question or IssueWhen the ad starts, it never ends and I have to restart the app for further listening.The ad is for:https://www.magenta.at/

  • Visitor
  • Plan Free Country Austria Device Huawei Mate 10 pro Operating System Android 10   My Question or Issue When the ad starts, it never ends and I have to restart the app for further liste...
  • 209 Views
  • 0 replies
  • 0 likes
  • playback
  • 209 Views
  • 0 replies
  • 0 likes

Playback of saved tracks with offset

PlanPremium CountryDE DeviceAPI My Question or IssueI want to use the Web API to start a playback of my saved songs with an offset. Playing the saved songs works using the context URI of a user with :collection appended. But I cannot set an offset fo...

  • Newbie
  • Plan Premium   Country DE   Device API   My Question or Issue I want to use the Web API to start a playback of my saved songs with an offset. Playing the saved songs works u...
  • 276 Views
  • 0 replies
  • 0 likes
  • api
    playback
    web
  • 276 Views
  • 0 replies
  • 0 likes

[NPM][Wrapper] Web Playback

Hi All, I'v been lurking on the forums for a while and saw that many people had issues setting their up their player (event hooks etc). To help speed up developing for inexperienced (experienced as well) users, I built an wrapper that does authentica...

Anent_0-1627544076006.png
  • Regular
  • ...ines code for the user:     <script> import { WebPlayback } from 'svelte-spotify-web-playback'; const client_id = 'your_client_id'; </script> <WebPlayback {client_id} /&g...
  • 497 Views
  • 0 replies
  • 1 likes
  • NPM
    playback
    SDK
    web
    wrapper
  • 497 Views
  • 0 replies
  • 1 likes

Unexpected behaviour with Web Playback SDK

Hello,Authentication is working and the locally hosted web application both successfully initializes new Spotify.Player(...) and starts to play the audio.Requests to /v1/me/player/play return a 204, however, playback is not modified to desired Spotif...

  • Newbie
  • ...layer/play return a 204, however, playback is not modified to desired Spotify URI:  {    uris: [<track uri>] } Also the API returns a 404 ( "Player command failed: No a...
  • 758 Views
  • 0 replies
  • 0 likes
  • playback
    Web API
  • 758 Views
  • 0 replies
  • 0 likes

Issue using Widevine DRM (development license) in an Electron app

Hi,I started using https://github.com/castlabs/electron-releases/ recently to build an app that uses the Spotify Playback SDK. Supposedly this version of electron comes with a signed development license of Widevine which i've tested on a couple sites...

  • Casual Listener
  • Hi, I started using https://github.com/castlabs/electron-releases/ recently to build an app that uses the Spotify Playback SDK. Supposedly this version of electron comes with a signed d...
  • juan01
  • Casual Listener
  • 4361 Views
  • 6 replies
  • 2 likes
  • Electron
    playback
    SDK
    Widevine
  • 4361 Views
  • 6 replies
  • 2 likes

Solved!!Superuser Contribution GET /v1/me/player/queue? and more functionality with POST /v1/me/player/queue?

Q1I'm wondering if there will be a GET /v1/me/player/queue in the near future? it would return the current queue state of the playback.Q2Right now there is POST /v1/me/player/queue and it will add the song to the end of the queue. Is there a way to a...

  • Newbie
  • Q1 I'm wondering if there will be a GET /v1/me/player/queue in the near future? it would return the current queue state of the playback. Q2 Right now there is POST /v1/me/player/queue a...
  • Hubo
  • Community Legend
  • 1473 Views
  • 1 replies
  • 0 likes
  • api
    playback
  • 1473 Views
  • 1 replies
  • 0 likes