Skip to content

Instantly share code, notes, and snippets.

@srijan
Created October 1, 2012 18:17
Show Gist options
  • Save srijan/3813463 to your computer and use it in GitHub Desktop.
Save srijan/3813463 to your computer and use it in GitHub Desktop.
music_directory "/home/srijan/Music"
playlist_directory "/home/srijan/.mpd/playlists"
db_file "/home/srijan/.mpd/database"
log_file "/home/srijan/.mpd/log"
pid_file "/home/srijan/.mpd/pid"
state_file "/home/srijan/.mpd/state"
user "srijan"
group "users"
save_absolute_paths_in_playlists "yes"
follow_outside_symlinks "yes"
follow_inside_symlinks "yes"
input {
plugin "curl"
}
audio_output {
type "pulse"
name "MPD PulseAudio Output"
}
audio_output {
type "fifo"
name "my_fifo"
path "/tmp/mpd.fifo"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment