dvx / lofi

🎵🔉 A mini Spotify player with WebGL visualizations.
http://lofi.rocks
MIT License
1.21k stars 68 forks source link

Lofi left opened on hardware A mistakenly seeks when Spotify is running on hardware B #299

Open stamoun opened 1 year ago

stamoun commented 1 year ago

Lofi currently has a keep-alive built-in so that when playback is stopped, it 'seeks' to keep the connection alive.

There is a bug where, if I let Lofi running on my Mac and hop in my car, the song will skip (seek).

A quick fix for this would be to change the seek to something less intrusive (volume change? lower by 1 once then raise by 1?) to prevent the song from skipping.

Otherwise need to figure out why Lofi can't get the playback state when it's running on another machine...