Created
March 10, 2012 01:05
-
-
Save jstadler/2009525 to your computer and use it in GitHub Desktop.
Minimal MPD config file used at one point, did the job.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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