10-27-2021, 12:22 PM
Hi Jempie
I expect that Moode has put the radio into the "stop" state, and has put the music file into the "pause" state. Check the state by running
By default the mpd_oled "pause" screen is the same as the "play" screen, if you want the "pause" screen to be the same as the "stop" screen then run mpd_oled with the -P option set to s (mpd_oled ... -P s).
Adrian.
I expect that Moode has put the radio into the "stop" state, and has put the music file into the "pause" state. Check the state by running
Code:
cat /var/local/www/currentsong.txt
By default the mpd_oled "pause" screen is the same as the "play" screen, if you want the "pause" screen to be the same as the "stop" screen then run mpd_oled with the -P option set to s (mpd_oled ... -P s).
Adrian.