--- a/src/upmpdcli.conf
+++ b/src/upmpdcli.conf
@@ -53,13 +53,23 @@
# ohmetasleep = 0
### Parameters for the sc2mpd Songcast helper command:
+
# Log file name (default stderr), and level. The file must *not* be the
# same as the one for upmpdcli
#sclogfilename = /tmp/scmpdcli.log
#scloglevel = 6
+
+# Play method. This can be either mpd or alsa. alsa is the only way to
+# really avoid skips (and control the synchonization in multi-room setups).
+#scplaymethod = mpd
+
# Port for connections from MPD to sc2mpd. The latter only accepts
-# connections from localhost. Default 8768
+# connections from localhost. Default 8768. Only used if scplaymethod is mpd
#schttpport = 8768
+
+# Alsa device to use. Only used if scplaymethod is alsa
+#scalsadevice = default
+
# Path to the sc2mpd if it is not in /usr/bin and the location is not in
# the PATH for the init scripts.
#sc2mpd = /usr/bin/sc2mpd