Today I installed mpd on my Xtrend et6500 running openpli 4.0 and want to share my settings.
Installing was the easy part
# opkg install mpd
# opkg install alsa-utils
Configuring /etc/mpd.conf
audio_output {
type "oss"
name "My OSS device"
device "/dev/dsp"
format "44100:16:2"
}
mixer_type "software"
Turning OFF the television sound on the cinch output.
# amixer cset numid=3 0
This does not affect the HDMI TV sound.
After this, loading the playlist directory containing more than 400 digital radio streams and ready!
Hope this helps others getting the mpd daemon to work.