Hello all.
Trying to make MPD run on my RPi5 LibreElec (latest version) through HDMI 0 (the one closest to the power cable).
Kodi works perfectly btw.
Installed MPD add-on. Restarted RPi5.
Placed some music on the /storage/music. Restarted again. Final music folder is in my USB disk. This is not an issue.
My MPD client (maximumMPD) connects automatically to the MPD server (ip is always correct). During system restart, it loses the connection. Nothing wrong here.
MPD library is always empty no matter what I try. Did reset RPi5 and setup everything again. Same result.
mpd.log file (/storage/.kodi/userdata/addon_data/service.multimedia.mpd/log/mpd.log) is always empty.
mpd.db file is empty too.
LibreELEC:~ # ls -l /storage/.kodi/userdata/addon_data/service.multimedia.mpd/mpd.db
-rw-r--r-- 1 root root 266 Apr 1 18:56 /storage/.kodi/userdata/addon_data/service.multimedia.mpd/mpd.db
What should someone do to run the MPD?
Defined alsa output in config file as well.
QuoteDisplay Moreaudio_output {
# type "null"
type "alsa"
# name "My Null Output"
name "Alsa HDMI-0"
device "vc4hdmi0 [vc4-hdmi-0]"
mixer_type "none" # optional
}