Switch to unified view

a/src/upmpdcli.conf b/src/upmpdcli.conf
...
...
51
# new save as soon as the previous one is done (if the list changed again
51
# new save as soon as the previous one is done (if the list changed again
52
# inbetween).
52
# inbetween).
53
# ohmetasleep = 0
53
# ohmetasleep = 0
54
54
55
### Parameters for the sc2mpd Songcast helper command:
55
### Parameters for the sc2mpd Songcast helper command:
56
56
#  Log file name (default stderr), and level. The file must *not* be the
57
#  Log file name (default stderr), and level. The file must *not* be the
57
#  same as the one for upmpdcli
58
#  same as the one for upmpdcli
58
#sclogfilename = /tmp/scmpdcli.log
59
#sclogfilename = /tmp/scmpdcli.log
59
#scloglevel = 6
60
#scloglevel = 6
61
62
# Play method. This can be either mpd or alsa. alsa is the only way to
63
# really avoid skips (and control the synchonization in multi-room setups). 
64
#scplaymethod = mpd
65
60
#  Port for connections from MPD to sc2mpd. The latter only accepts
66
#  Port for connections from MPD to sc2mpd. The latter only accepts
61
#  connections from localhost. Default 8768
67
#  connections from localhost. Default 8768. Only used if scplaymethod is mpd
62
#schttpport = 8768
68
#schttpport = 8768
69
70
# Alsa device to use. Only used if scplaymethod is alsa
71
#scalsadevice = default
72
63
#  Path to the sc2mpd if it is not in /usr/bin and the location is not in
73
#  Path to the sc2mpd if it is not in /usr/bin and the location is not in
64
#  the PATH for the init scripts.
74
#  the PATH for the init scripts.
65
#sc2mpd = /usr/bin/sc2mpd
75
#sc2mpd = /usr/bin/sc2mpd