Festify / app

:tada: Festify Host & Client
https://festify.rocks/
413 stars 73 forks source link

Spotify Connect Playback #117

Open mikethecalamity opened 6 years ago

mikethecalamity commented 6 years ago

If I cast my Spotify to a Chromecast enabled device while Festify is running, the songs don't play they just skip through. Spotify shows that one second elapses then it goes to the next song and continues until the list is done, while never actually playing a song.

NeoLegends commented 6 years ago

Yes, Spotify Connect playback is not supported yet. But we will come around to implement that eventually. :) This is one of our goals with the new Festify.

mikethecalamity commented 5 years ago

Any updates on this?

leolabs commented 5 years ago

Not yet, but it's still on our list. We're currently rewriting the UI to make it more stable and performant as we've gotten many complaints about that. When that's finished, we may start working on this feature.

Quinncuatro commented 5 years ago

Bump. Any word on when this is being added?

cyrano007 commented 4 years ago

Any updates on this?

leolabs commented 4 years ago

Hey @cyrano007, we're still on that. There's one problem that's holding us back at the moment: With Spotify connect, we don't get any real-time updates as opposed to local playback in the browser. That means we have to poll the player's status every few seconds which could be problematic in regards to Spotify's rate limiting. When we find a solution to that problem, we'll implement it.

mstroecker commented 4 years ago

Hey,

That means we have to poll the player's status every few seconds

I know it is not ideal, but couldn't you just update rarely or not at all? As long as no one changes the players state by hand, you could predict when the next track should be played.

leolabs commented 4 years ago

That may work, we'll try that out. Thanks for the pointer :)

Quinncuatro commented 4 years ago

@leolabs - make sure to take into account crossfade!