05-17-2023, 06:05 PM
For anyone updating Moode to 8.3.2 (or greater) and then updating mpd_oled because it is not working correctly, mpd_oled may continue to not work correctly. This is because reinstalling mpd_oled will not overwrite the old service file. For anyone affected...
Print your current mpd_oled options that are in the service file
Now uninstall the mpd_oled service, install it again, and configure your mpd_oled options again. To do this, run the following commands, but in the final command use your mpd_oled options instead of the example ones
mpd_oled should now be working correctly!
Adrian.
Print your current mpd_oled options that are in the service file
Code:
grep ExecStart= /etc/systemd/system/mpd_oled.service
Now uninstall the mpd_oled service, install it again, and configure your mpd_oled options again. To do this, run the following commands, but in the final command use your mpd_oled options instead of the example ones
Code:
sudo mpd_oled_service_uninstall
sudo mpd_oled_service_install
sudo mpd_oled_service_edit -o 0 -b 20 -g 1 -f 20 -c alsa,plughw:Loopback,1
mpd_oled should now be working correctly!
Adrian.