@@ -72,7 +72,7 @@ user "mpd"
72
72
# This is useful if MPD needs to be a member of group such as "audio" to
73
73
# have permission to use sound card.
74
74
#
75
- # group "nogroup "
75
+ group "audio "
76
76
#
77
77
# This setting sets the address for the daemon to listen on. Careful attention
78
78
# should be paid if this is assigned to anything other then the default, any.
@@ -143,7 +143,7 @@ port "6600"
143
143
# If this setting is set to "yes", MPD will discover audio files by following
144
144
# symbolic links inside of the configured music_directory.
145
145
#
146
- # follow_inside_symlinks "yes"
146
+ follow_inside_symlinks "yes"
147
147
#
148
148
###############################################################################
149
149
@@ -153,12 +153,12 @@ port "6600"
153
153
# If this setting is set to "yes", service information will be published with
154
154
# Zeroconf / Avahi.
155
155
#
156
- zeroconf_enabled "yes"
156
+ # zeroconf_enabled "yes"
157
157
#
158
158
# The argument to this setting will be the Zeroconf / Avahi unique name for
159
159
# this MPD server on the network.
160
160
#
161
- zeroconf_name "Music Player"
161
+ # zeroconf_name "Music Player"
162
162
#
163
163
###############################################################################
164
164
@@ -208,15 +208,15 @@ input {
208
208
#
209
209
# An example of an ALSA output:
210
210
#
211
- # audio_output {
212
- # type "alsa"
213
- # name "My ALSA Device"
211
+ audio_output {
212
+ type "alsa"
213
+ name "My ALSA Device"
214
214
# device "hw:0,0" # optional
215
215
# mixer_type "hardware" # optional
216
216
# mixer_device "default" # optional
217
217
# mixer_control "PCM" # optional
218
218
# mixer_index "0" # optional
219
- # }
219
+ }
220
220
#
221
221
# An example of an OSS output:
222
222
#
@@ -266,17 +266,17 @@ input {
266
266
#
267
267
# An example of a httpd output (built-in HTTP streaming server):
268
268
#
269
- audio_output {
270
- type "httpd"
271
- name "mpd"
272
- encoder "vorbis" # optional, vorbis or lame
273
- port "8000"
269
+ # audio_output {
270
+ # type "httpd"
271
+ # name "mpd"
272
+ # encoder "vorbis" # optional, vorbis or lame
273
+ # port "8000"
274
274
# bind_to_address "0.0.0.0" # optional, IPv4 or IPv6
275
- quality "5.0" # do not define if bitrate is defined
275
+ # quality "5.0" # do not define if bitrate is defined
276
276
# bitrate "128" # do not define if quality is defined
277
277
# format "44100:16:1"
278
278
# max_clients "0" # optional 0=no limit
279
- }
279
+ # }
280
280
#
281
281
# An example of a pulseaudio output (streaming to a remote pulseaudio server)
282
282
# Please see README.Debian if you want mpd to play through the pulseaudio
0 commit comments