diff options
Diffstat (limited to 'etc/mpd')
-rw-r--r-- | etc/mpd/mpd.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/etc/mpd/mpd.conf b/etc/mpd/mpd.conf new file mode 100644 index 0000000..2117584 --- /dev/null +++ b/etc/mpd/mpd.conf @@ -0,0 +1,18 @@ +music_directory "~/share/xdg/mus" +playlist_directory "~/share/mpd/playlists" +db_file "~/share/mpd/database" +log_file "~/var/log/mpd.log" +pid_file "~/share/mpd/pid" +state_file "~/share/mpd/state" +sticker_file "~/share/mpd/sticker.sql" # auxillary stats + +bind_to_address "~/share/mpd/socket" # socket +restore_paused "yes" # starts paused if MPD is paused when it closes +auto_update "yes" # updates the database when the directory changes + +audio_output { + type "alsa" + name "mpd-mic" +# device "hw:2" #monopolizes the sound device :( + mixer_type "software" +} |