![]() |
7" display not change if insert song - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: 7" display not change if insert song (/showthread.php?tid=3166) |
7" display not change if insert song - vikozo - 11-15-2020 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 RE: 7" display not change if insert song - vikozo - 12-26-2020 any idea? RE: 7" display not change if insert song - TookaFace - 12-26-2020 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. RE: 7" display not change if insert song - vikozo - 12-26-2020 @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 RE: 7" display not change if insert song - TookaFace - 12-26-2020 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. |