From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/mpd/files/mpd.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 package/mpd/files/mpd.conf (limited to 'package/mpd/files/mpd.conf') diff --git a/package/mpd/files/mpd.conf b/package/mpd/files/mpd.conf new file mode 100644 index 000000000..4e3725119 --- /dev/null +++ b/package/mpd/files/mpd.conf @@ -0,0 +1,18 @@ +# An example configuration file for MPD +user "mpd" +music_directory "~/music" +playlist_directory "~/.mpd/playlists" +db_file "~/.mpd/database" +log_file "~/.mpd/log" +error_file "~/.mpd/error-log" +# An example of an ALSA output +audio_output { + type "alsa" + name "My ALSA Device" + device "hw:0,0" # optional + format "44100:16:2" # optional +} +# Volume control mixer +mixer_type "alsa" +mixer_device "default" +mixer_control "PCM" -- cgit v1.2.3