28 lines
645 B
Plaintext
28 lines
645 B
Plaintext
# mpd.conf
|
|
|
|
music_directory "~/Music"
|
|
playlist_directory "~/Music/playlists"
|
|
pid_file "~/.config/mpd/mpd.pid"
|
|
db_file "~/.config/mpd/mpd.db"
|
|
state_file "~/.config/mpd/mpd.state"
|
|
sticker_file "~/.config/mpd/sticker.sql"
|
|
log_file "syslog"
|
|
auto_update "yes"
|
|
bind_to_address "localhost"
|
|
port "6600"
|
|
volume_normalization "yes"
|
|
|
|
audio_output {
|
|
type "pulse"
|
|
name "pulse"
|
|
#type "alsa"
|
|
#name "ALSA"
|
|
}
|
|
|
|
audio_output {
|
|
type "fifo"
|
|
name "Visualizer feed"
|
|
path "/tmp/mpd.fifo"
|
|
format "44100:16:2"
|
|
}
|