2016-05-29 12:10:18 +00:00
|
|
|
music_directory "/home/craige/Music"
|
|
|
|
playlist_directory "~/.mpd/playlists"
|
|
|
|
db_file "~/.mpd/mpd.db"
|
|
|
|
log_file "~/.mpd/mpd.log"
|
|
|
|
pid_file "~/.mpd/pid"
|
|
|
|
state_file "~/.mpd/state"
|
|
|
|
sticker_file "~/.mpd/sticker.sql"
|
|
|
|
auto_update "yes"
|
|
|
|
audio_output {
|
2017-08-29 10:25:16 +00:00
|
|
|
type "pulse"
|
|
|
|
name "My PULSE Device"
|
|
|
|
server "localhost"
|
2016-05-29 12:10:18 +00:00
|
|
|
}
|
2016-05-29 13:22:49 +00:00
|
|
|
audio_output {
|
|
|
|
type "fifo"
|
|
|
|
name "FIFO"
|
|
|
|
path "/tmp/mpd.fifo"
|
|
|
|
format "44100:16:2"
|
|
|
|
}
|