--- a/src/upmpdcli.conf
+++ b/src/upmpdcli.conf
@@ -40,4 +40,16 @@
 # improve playlist load speed on a slow device. The default is to start a
 # new save as soon as the previous one is done (if the list changed again
 # inbetween).
-# ohmetasleep = 5
+# 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
+#  Port for connections from MPD to sc2mpd. The latter only accepts
+#  connections from localhost. Default 8888
+#schttpport = 8888
+#  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