blob: 6d142c5abb463304c4f46f30992c9093c301b81b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
music_directory "/mnt/storage/Music/"
playlist_directory "/home/tom/.mpd/playlists"
db_file "/home/tom/.mpd/mpd.db"
log_file "/home/tom/.mpd/mpd.log"
pid_file "/home/tom/.mpd/mpd.pid"
state_file "/home/tom/.mpd/mpdstate"
user "mpd"
mixer_type "software"
audio_output {
type "pulse"
name "prayer"
}
|