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

Sleep on external source #34

Closed jjlawren closed 4 years ago

jjlawren commented 4 years ago

Optionally sleep the display when either a TV or Line-In source is playing. Followup to #32.

New options in sonos_settings.py:

# Turn off display (and backlight) when Sonos is playing from a TV source
sleep_on_tv = False

# Turn off display (and backlight) when Sonos is playing from a Line-In source
sleep_on_linein = False

cc: @habra-cadabra @v1nc3lx

habra-cadabra commented 4 years ago

this is awesome, thanks so much for your continued work!