idcrook / shairport-sync-mqtt-display

Display currently playing info, with remote control, using shairport-sync's MQTT support
MIT License
31 stars 6 forks source link

extended controls #32

Closed idcrook closed 5 years ago

idcrook commented 5 years ago

For #17 adding UI elements (buttons and slider), handlers and settings options.

Have implemented things like volume UI and mute and a revisited stop remote command

volume UI does not yet do anything (does not track current volume setting nor send remote commands)

idcrook commented 5 years ago

added settings options:

webui:
# ...
  show_player_extended: true  # volume+slider and mute
  show_player_shuffle: false
  show_player_seeking: false
  show_player_stop: true

show_player has to be set for any of these to have meaning

idcrook commented 5 years ago

this PR tweaks time format, so is related to #16

idcrook commented 5 years ago

Now has working volume controls, including the slider