aboutsummaryrefslogtreecommitdiff
path: root/mpd/mpdconf
blob: e8bad4cc05fe1e759f225f7756aa04b46408f06e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
bind_to_address "~/.mpd/socket"

db_file "~/.mpd/database"
log_file "~/.mpd/log"

music_directory "/mnt/media/shares/music"
playlist_directory "~/.mpd/playlists"
pid_file "~/.mpd/pid"
state_file "~/.mpd/state"
sticker_file "~/.mpd/sticker.sql"

audio_output {
    type "pulse"
    name "PulseAudio"
}