Have just migrated from buntu-land. I use MPD locally and have created a ~/.mpd/mpd.conf file based on a great tutorial of a Debian distro user (http://crunchbanglinux.org/forums/topic ... mpd-guide/). When I make a fresh distro install I copy the .mpd.conf file and .mpd folder to the my new home.
1) But this time (in Mageia) I can't get the audio output. The client (Cantata) plays fine, but without any sound. Starting MPD in terminal produces this:
- Code: Select all
listen: bind to '0.0.0.0:6600' failed: Address already in use (continuing anyway, because binding to '[::]:6600' succeeded)
output: No "audio_output" defined in config file
output: Attempt to detect audio output device
output: Attempting to detect a alsa audio device
output: Successfully detected a alsa audio device
2) Not sure if important, but another thing is that according to those instructions one should disable MPD to start as a system daemon and to start it from boot with:
- Code: Select all
sudo service mpd stop
sudo update-rc.d mpd disable
The terminal in Mageia couldn't recognize the second command.
Attached is my mpd.conf file.