Skip to content

Instantly share code, notes, and snippets.

@jstadler
Created March 10, 2012 01:05
Show Gist options
  • Save jstadler/2009525 to your computer and use it in GitHub Desktop.
Save jstadler/2009525 to your computer and use it in GitHub Desktop.
Minimal MPD config file used at one point, did the job.
port "6600"
music_directory "~/Music"
playlist_directory "~/.mpd/playlists"
db_file "~/.mpd/mpd.db"
log_file "~/.mpd/mpd.log"
audio_output {
type "alsa"
name "ALSA"
mixer_control "Master"
#device "hw:0,0"
#format "44100:16:2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment