blob: e96d493dd0af096d54e411e5bada3281803bb83e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
mixer_type "software"
# For systems without pulse
# audio_output {
# type "alsa"
# name "alsa"
# }
audio_output {
type "pulse"
name "pulse audio"
}
db_file "~/.mpd.db"
log_file "~/.mpd.log"
# Optional
music_directory "~/Music"
playlist_directory "~/Music/Playlists"
pid_file "~/.mpd.pid"
state_file "~/.mpd.state"
sticker_file "~/.mpd.sticker.sql"
# bind_to_address "0.0.0.0"
bind_to_address "::1"
port "6600"
|