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

Improvements to displaying Track Title, Album and Artist text #58

Closed ashenshugarRET closed 2 years ago

ashenshugarRET commented 2 years ago

Adding in the ability to render the track title and artist information correctly from the BBC Sounds Service using the 'artist_and_album_newlook' setting set to true in sonos_settings.py

Improving the placement and sizing of the track title, Album, and Art text to ensure all information can be seen if 'show_artist_and_album' is set to True in sonos_settings.py.

Adding the ability to overlay track title, Album, and Artist details over a fullscreen album art image. Requires a new parameter (overlay_text) to be set to True in sonos_settings.py, if set to False text is displayed below a thumbnail of the album art. This requires the inclusion of a new setting (overlay_text) set to true in sonos_settings.py, if it is set to False or is not present text will be displayed under the album art sonos-music-api Examples of Display Modes .

ashenshugarRET commented 2 years ago

Closing as changes wrapped up into pull request #59