Created
February 23, 2019 17:54
-
-
Save danbee/93e43b900350e444918e3ad7246c612c to your computer and use it in GitHub Desktop.
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
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