2019-07-21 01:27:31 +00:00
|
|
|
# Requested files
|
|
|
|
db_file "~/.config/mpd/database"
|
|
|
|
log_file "~/.config/mpd/log"
|
|
|
|
|
|
|
|
#Optional files
|
|
|
|
music_directory "~/Music"
|
|
|
|
playlist_directory "~/.config/mpd/playlists"
|
|
|
|
pid_file "~/.config/mpd/pid"
|
|
|
|
state_file "~/.config/mpd/state"
|
|
|
|
sticker_file "~/.config/mpd/sticker.sql"
|
|
|
|
bind_to_address "localhost"
|
|
|
|
|
|
|
|
max_output_buffer_size "16304"
|
|
|
|
|
2020-07-11 16:32:09 +00:00
|
|
|
auto_update "yes"
|
|
|
|
|
2019-07-21 01:27:31 +00:00
|
|
|
audio_output {
|
2019-10-18 19:42:05 +00:00
|
|
|
type "fifo"
|
|
|
|
name "my_fifo"
|
|
|
|
path "/tmp/mpd.fifo"
|
|
|
|
format "44100:16:2"
|
2019-07-21 01:27:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
audio_output {
|
|
|
|
type "pulse"
|
|
|
|
name "pulse audio"
|
|
|
|
}
|