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

Standardize stations appearance #43

Closed v1nc3lx closed 4 years ago

v1nc3lx commented 4 years ago

I tried to standardize layout for radio stations that use “-“, ”~”, "|" as separators between artist and trackname or return trackname/album in full capital chrs.

v1nc3lx commented 4 years ago

Added “*“ separator.

v1nc3lx commented 4 years ago

introduced new setting in sonos_settings.py.example so you can get the new radio stations look or remain on the classic look if you prefer, just setting to False the variable "artist_and_album_newlook". here are some examples of "classic look" and "new look"

bef-6 aft-6

bef-2 aft-2

bef-3 aft-3

jjlawren commented 4 years ago

This breaks during upgrades unless the user manually adds the artist_and_album_newlook option to their settings file.