voidrice/.config/mpd/mpd.conf
2020-04-04 13:00:08 -07:00

26 lines
680 B
Text

db_file "$XDG_CONFIG_HOME/mpd/database"
log_file "$XDG_CONFIG_HOME/mpd/log"
music_directory "~/Music"
playlist_directory "$XDG_CONFIG_HOME/mpd/playlists"
pid_file "$XDG_CONFIG_HOME/mpd/pid"
state_file "$XDG_CONFIG_HOME/mpd/state"
sticker_file "$XDG_CONFIG_HOME/mpd/sticker.sql"
auto_update "yes"
bind_to_address "127.0.0.1"
restore_paused "yes"
max_output_buffer_size "16384"
audio_output {
type "alsa"
name "alsa for audio soundcard"
mixer_type "software"
}
audio_output {
type "fifo"
name "toggle_visualizer"
path "/tmp/mpd.fifo"
format "44100:16:2"
}