Open rhodcodes opened 9 years ago
Same problem here. Has anyone fixed it yet?
I solved this by forcing the main page to auto-refresh every 10 seconds.
Edit html file:
nano ~/ympd/htdocs/index.html
add this line in between the HEAD tags:
<META HTTP-EQUIV="refresh" CONTENT="10">
then rebuild ympd: cd ~/ympd/build make clean make make install
then reboot to apply changes.
I fixed it in my bootstrap4 branche. You must change line 372 in mpd_client.c
When using a web stream, the track info updates but the large now playing text (next to the play glyph) doesn't update. I can prepare screen shots/screen recording if required.
This is on the Raspberry Pi build.