2019-01-07 20:12:48 +00:00
|
|
|
# See: /usr/share/doc/mpd/mpdconf.example
|
|
|
|
mixer_type "software"
|
|
|
|
music_directory "{{music_directory}}"
|
|
|
|
audio_output {
|
|
|
|
type "alsa"
|
|
|
|
name "Sound Card"
|
|
|
|
options "dev=dmixer"
|
|
|
|
device "plug:dmix"
|
|
|
|
}
|
|
|
|
audio_output {
|
|
|
|
type "pulse"
|
|
|
|
name "pulse audio"
|
|
|
|
server "localhost"
|
|
|
|
}
|
|
|
|
audio_output {
|
|
|
|
type "fifo"
|
|
|
|
name "my_fifo"
|
|
|
|
path "/tmp/mpd.fifo"
|
|
|
|
format "44100:16:2"
|
|
|
|
}
|
|
|
|
|
2022-10-30 07:18:25 +00:00
|
|
|
pid_file "~/.config/mpd/mpd.pid"
|
|
|
|
db_file "~/.config/mpd/mpd.db"
|
|
|
|
state_file "~/.config/mpd/mpdstate"
|
|
|
|
playlist_directory "~/.config/mpd/playlists"
|
2019-01-07 20:12:48 +00:00
|
|
|
max_output_buffer_size "16384"
|