Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


7" display not change if insert song
#1
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
Raspberry Pi3B+ --> HiFiBerry DAC+ PRO --> Cyrus | Pre - Pre Amplifier --> D. Klimo | Kent monoblocks --> Piega | Piega LDR 8.2
Raspberry Pi3B+ --> HiFiBerry AMP2 --> Visaton FRS 8 30W 4Ω
Reply
#2
any idea?
Raspberry Pi3B+ --> HiFiBerry DAC+ PRO --> Cyrus | Pre - Pre Amplifier --> D. Klimo | Kent monoblocks --> Piega | Piega LDR 8.2
Raspberry Pi3B+ --> HiFiBerry AMP2 --> Visaton FRS 8 30W 4Ω
Reply
#3
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.
Reply
#4
@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
Raspberry Pi3B+ --> HiFiBerry DAC+ PRO --> Cyrus | Pre - Pre Amplifier --> D. Klimo | Kent monoblocks --> Piega | Piega LDR 8.2
Raspberry Pi3B+ --> HiFiBerry AMP2 --> Visaton FRS 8 30W 4Ω
Reply
#5
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.
Reply


Forum Jump: