Jump to content


alphons

Member Since 2 Sep 2007
Offline Last Active 26 Nov 2023 10:44
-----

Posts I've Made

In Topic: mpd update

24 August 2014 - 14:09

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.