2017-05-29 10:57:33 +00:00
|
|
|
# Required files
|
2020-09-30 12:01:23 +00:00
|
|
|
db_file "~/.local/share/mpd/database"
|
|
|
|
log_file "syslog"
|
2017-05-29 10:57:33 +00:00
|
|
|
|
|
|
|
# Optional
|
|
|
|
music_directory "~/music"
|
|
|
|
playlist_directory "~/.config/mpd/playlists"
|
2020-09-30 12:01:23 +00:00
|
|
|
#pid_file "~/.local/share/mpd/pid"
|
|
|
|
state_file "~/.local/share/mpd/state"
|
|
|
|
sticker_file "~/.local/share/mpd/sticker.sql"
|
|
|
|
|
|
|
|
# Refresh database whenever new files are added to music_directory
|
|
|
|
auto_update "yes"
|
|
|
|
auto_update_depth "0"
|
|
|
|
|
|
|
|
restore_paused "yes"
|
2017-05-29 10:57:33 +00:00
|
|
|
|
|
|
|
audio_output {
|
|
|
|
type "pulse"
|
|
|
|
name "default"
|
|
|
|
}
|
|
|
|
audio_output {
|
|
|
|
type "fifo"
|
|
|
|
name "my_fifo"
|
|
|
|
path "/tmp/mpd.fifo"
|
|
|
|
format "44100:16:2"
|
|
|
|
}
|