mirror of https://github.com/tiyn/dotfiles
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
624 B
27 lines
624 B
db_file "~/.config/mpd/database"
|
|
log_file "~/.config/mpd/log"
|
|
music_directory "/media/music"
|
|
playlist_directory "/media/playlists"
|
|
pid_file "~/.config/mpd/pid"
|
|
state_file "~/.config/mpd/state"
|
|
sticker_file "~/.config/mpd/sticker.sql"
|
|
|
|
auto_update "yes"
|
|
|
|
bind_to_address "127.0.0.1"
|
|
restore_paused "yes"
|
|
max_output_buffer_size "16384"
|
|
|
|
audio_output {
|
|
type "pulse"
|
|
name "pulse audio"
|
|
mixer_type "software"
|
|
}
|
|
|
|
audio_output {
|
|
type "fifo"
|
|
name "toggle_visualizer"
|
|
path "/tmp/mpd.fifo"
|
|
format "44100:16:2"
|
|
}
|