Skip to content

Instantly share code, notes, and snippets.

@danbee
Created February 23, 2019 17:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danbee/93e43b900350e444918e3ad7246c612c to your computer and use it in GitHub Desktop.
Save danbee/93e43b900350e444918e3ad7246c612c to your computer and use it in GitHub Desktop.
bind_to_address "any"
music_directory "~/Music/Library"
playlist_directory "~/.mpd/playlists"
db_file "~/.mpd/database"
log_file "~/.mpd/log"
pid_file "~/.mpd/pid"
state_file "~/.mpd/state"
sticker_file "~/.mpd/sticker.sql"
log_level "verbose"
decoder {
plugin "mp4ff"
enabled "no"
}
auto_update "yes"
auto_update_depth "2"
follow_outside_symlinks "yes"
follow_inside_symlinks "yes"
replaygain "auto"
audio_output {
name "default"
type "ao"
}
audio_output {
type "fifo"
name "FIFO"
path "/tmp/mpd.fifo"
format "44100:16:2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment