summaryrefslogtreecommitdiff
path: root/package/mpd/files/mpd.conf
blob: 4c6cfe4717d6dcda795c8b7346953b73f3e330fe (plain)
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
35
36
37
38
39
40
41
42
43
44
45
46
# An example configuration file for MPD
user				"mpd"
auto_update			"no"
music_directory			"/data/music"
playlist_directory		"/data/mpd/playlists"
state_file			"/data/mpd/state"
db_file				"/data/mpd/database"
pid_file			"/var/run/mpd/mpd.pid"
log_file			"syslog"
filesystem_charset		"UTF-8"
id3v1_encoding			"UTF-8"
mixer_type                      "software"

# An example of an ALSA output
audio_output {
	type			"alsa"
	name			"My ALSA Device"
	device			"hw:0,0"	
}
# An example of an ALSA output (USB soundcard)
#audio_output {
#	type			"alsa"
#	name			"My ALSA Device"
#	device			"hw:0,0"	
#	format			"44100:16:2"
#	mixer_type              "hardware"
#	mixer_control		"Speaker"
#}
# An example of an ESD output
#audio_output {
#	type			"ao"
#	driver			"esd"
#	name			"esd"
#}
# shout example
#audio_output {
#        type              "shout"
#        name              "personal mpd stream"
#        host              "127.0.0.1"
#        port              "8000"
#        mount             "/mpd"
#        quality           "5.0"
#        format            "44100:16:2"
#        user              "source"
#        password          "musicrockz"
#}