03-21-2021, 08:45 PM
(This post was last modified: 03-21-2021, 08:46 PM by officialsm.)
(03-21-2021, 08:35 PM)adrii Wrote:Hi Adrian,(03-21-2021, 07:59 PM)officialsm Wrote: I started with
sudo mpd_oled -o1 -c alsa,hw:Loopback,1 &
I just noticed that you started the command in the background with a '&', so you will get the command prompt back and have the possibility of running a second copy of mpd_oled.
If you start mpd_oled without '&' then you will need to stop it with Ctrl-C to get the command prompt, and so there is less chance of running a second copy of mpd_oled.
Adrian.
now is the fifth time i made a new installation. Now screen is not flickering, but i still cannot see equalizer bars (i activated a flat eq in menù).
After each time i ran ps command and the output was always this:
pi@Simoode-audio:~ $ ps ax | grep mpd_oled
369 ? Dsl 0:02 /usr/bin/mpd_oled -o6 -b 10 -g 1 -f 20
402 ? S 0:00 sh -c mpd_oled_cava -p /tmp/cava_config_IRKfet
403 ? Sl 0:00 mpd_oled_cava -p /tmp/cava_config_IRKfet
2148 pts/0 S+ 0:00 grep --color=auto mpd_oled
Here command history:
368 cd mpd_oled_moode_audio_copy_scripts/
369 sudo bash mpd_oled_moode_audio_copy_install
370 sudo mpd_oled -o1 -c alsa,hw:Loopback,1
371 ps ax | grep mpd_oled