joeyy-watts / SpotifyWLED

A script to listen to the currently playing track on your Spotify account and forward it to a WLED (https://github.com/Aircoookie/WLED) LED matrix with support for animations.
2 stars 0 forks source link

Properly handle when listener is started when nothing is playing #13

Closed joeyy-watts closed 10 months ago

joeyy-watts commented 1 year ago

If nothing is playing and the listener loop is started, the script crashes.

Can implement a waiting loop, if nothing is playing when the listener starts.

joeyy-watts commented 10 months ago

Addressed in https://github.com/joeyy-watts/SpotifyWLED/commit/665b8dbd4f9a82d6dbc62d0ccd19b9d52feba553

But still have to add idle timeout.

Closing this issue.