hankhank10 / music-screen-api

Display the playing Sonos track in real time on an e-ink display - also includes functionality for last.fm
120 stars 17 forks source link

Various non-critical bug fixes for Spotify Code and Artwork implementation #64

Closed ashenshugarRET closed 1 year ago

ashenshugarRET commented 1 year ago

This pull request fixes a few non-critical bugs such as:

  1. Ensuring the Spotify Code re-appears if the track is paused and restarted when the show_spotify_code setting is True
  2. Improved error messaging to help with troubleshooting activities when the logging level is set to "debug"
  3. Ensuring Spotify search is performed when playing tracks from Spotify when show_spotify_code and/or show_spotify_albumart is True
  4. Requiring text in the artist and trackname variables to perform a Spotify search
ashenshugarRET commented 1 year ago

@hankhank10 Would you be able to review and merge these final bug fixes for the Spotify search implementation? Thanks