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

Add remote controls to python-flask-socketio-server webpage #5

Closed idcrook closed 5 years ago

idcrook commented 5 years ago

would be useful to have functioning play/pause, next, and previous buttons on the web page

currently it just displays track info and track art.

idcrook commented 5 years ago

The visibility of these controls should be configuring in the config.yaml and handled in the HTML template

idcrook commented 5 years ago

The controls (bootstrap 3 glyphicons with jQuery event handling) are done. Another issue should be opened to actually have them properly stateful and control the player.