-
I'm providing my own interface for Spotify with an AvaloniaUI application, and everything is covered through APIs from Spotify except registering a local playback device and play through this. This is…
-
Issue found on *21/02/2018*.
Is there any reason for passing a `success` argument to the resolved-handler of `Spotify.Player#connect`?
Wouldn’t it make more sense to just resolve or reject the pr…
-
Hi,
I get the following error after using your package.
My Root file is as followed:
```javascript
import React from 'react';
import { ThemeProvider } from 'styled-components';
import { …
-
How play tracks? I want to play tracks on my website not on spotify. My website is acting as a remote control for Spotify.
o-laj updated
2 years ago
-
The Spotify Web Playback SDK adds properties to the global Window object to allow users to hook up to custom events. We should create a type declaration file and add these properties to the global Win…
-
Issue found on 1/31/19.
#### Scope(s):
#### Steps to reproduce:
Platform: Jetson TX2 (ARMv8, aarch64)
OS: Ubuntu 16.04
Browsers: Chromium (71.0.3578.98-0ubuntu0.16.04.1), FIrefox (64.0)
…
-
-
Hey!
We'd love to have the ability to prefetch other tracks while one is playing to minimize the delay between two songs. Due to the way our app works (the queue changes very rapidly), we're not ab…
-
This is very cool. I understand that the Spotify Web Api only supports 30" previews currently - is full-track playing on the roadmap?
-
Hi,
do you know if (and how) we can play the audio stream on an Unity AudioSource? I just got it to work already with the short 30 seconds preview songs, because they are mp3 files on a defined URL. …