Moode Forum

Full Version: 7" display not change if insert song
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello

i have a playlist playing song.
then on the command line in a bashscript i do 
mpc insert "a Song" 
mpc next

this works fine like this
and when finish it will contiue with the playlist as expected.
But after mpc next the screen will not refresh and show the new Cover. 
not in the browser nor on the 7" display on the HDMI Port of the Pi.

is there a command to refresh this screen i could add on my Script?

have a nice day
vinc
any idea?
I tried to reproduce, but that seems to work fine for me.

If i mpc insert a song
and mpc next

moOde show the right cover, title and queue in the browser.

Maybe it's to quick in your case, you could try to add a sleep between those 2 commands.
@TookaFace merci, the sound works too, the Browser on the computer or the HDMI Output on the 7" display do noch change, but the song plays coorect
have a nice day
vinc
I can repro finally with a script, so with this:

mpc insert "a Song"
sleep 0.1
mpc next

That work in my case. moOde is sync with mpd .You can increased the sleep if it doesn't work for u.