app icon indicating copy to clipboard operation
app copied to clipboard

Spotify Connect Playback

Open mikethecalamity opened this issue 7 years ago • 9 comments

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.

mikethecalamity avatar Mar 10 '18 00:03 mikethecalamity

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.

NeoLegends avatar Mar 10 '18 23:03 NeoLegends

Any updates on this?

mikethecalamity avatar Jan 06 '19 00:01 mikethecalamity

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.

leolabs avatar Jan 07 '19 13:01 leolabs

Bump. Any word on when this is being added?

Quinncuatro avatar Sep 17 '19 20:09 Quinncuatro

Any updates on this?

cyrano007 avatar Dec 23 '19 20:12 cyrano007

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.

leolabs avatar Dec 25 '19 18:12 leolabs

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.

mstroecker avatar Dec 31 '19 12:12 mstroecker

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

leolabs avatar Dec 31 '19 13:12 leolabs

@leolabs - make sure to take into account crossfade!

Quinncuatro avatar Dec 31 '19 14:12 Quinncuatro