forked from J-Siu/docker_mpd_lite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mpd.conf
34 lines (30 loc) · 787 Bytes
/
mpd.conf
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
27
28
29
30
31
32
33
34
## Log level: "default" | "secure" | "verbose"
log_level "default"
## Role/Access control with <password>
#password "<password>@read,add,control,admin"
## audio_output for Alsa
audio_output {
type "alsa"
name "usb"
device "hw:1"
mixer_control "PCM"
mixer_type "hardware"
mixer_device "hw:1"
auto_format "no"
auto_channels "no"
auto_resample "no"
}
## Usually no change needed.
port "6600"
auto_update "yes"
max_output_buffer_size "81920"
## Don't change following.
user "mpd"
music_directory "~/music"
playlist_directory "~/.mpd/playlists"
state_file "~/.mpd/state"
sticker_file "~/.mpd/sticker"
database {
plugin "simple"
path "~/.mpd/database"
}