Switch to unified view

a/src/upmpdcli.conf b/src/upmpdcli.conf
...
...
75
# improve playlist load speed on a slow device. The default is to start a
75
# improve playlist load speed on a slow device. The default is to start a
76
# new save as soon as the previous one is done (if the list changed again
76
# new save as soon as the previous one is done (if the list changed again
77
# inbetween).
77
# inbetween).
78
# ohmetasleep = 0
78
# ohmetasleep = 0
79
79
80
### Parameters for the sc2mpd Songcast helper command:
80
### Parameters for the Songcast modes. These are read by either/both the
81
### songcast and upmpdcli.
81
82
82
#  Log file name (default stderr), and level. The file must *not* be the
83
#  Log file name for sc2mpd (default stderr), and level. The file must
83
#  same as the one for upmpdcli
84
#  *not* be the same as the one used for upmpdcli
84
#sclogfilename = /tmp/scmpdcli.log
85
#sclogfilename = /tmp/scmpdcli.log
85
#scloglevel = 6
86
#scloglevel = 6
86
87
87
# Play method. This can be either mpd or alsa. alsa is the only way to
88
# Play method. This can be either mpd or alsa. alsa is the only way to
88
# really avoid skips (and control the synchonization in multi-room setups). 
89
# really avoid skips (and control the synchronization in multi-room setups). 
89
#scplaymethod = mpd
90
#scplaymethod = mpd
90
91
91
#  Port for connections from MPD to sc2mpd. The latter only accepts
92
# For the mpd play method only: port for connections from MPD to
92
#  connections from localhost. Default 8768. Only used if scplaymethod is mpd
93
# sc2mpd. The latter only accepts connections from localhost.
93
#schttpport = 8768
94
#schttpport = 8768
94
95
95
# Alsa device to use. Only used if scplaymethod is alsa
96
# For the alsa play method only: Alsa device to use
96
#scalsadevice = default
97
#scalsadevice = default
97
98
98
#  Path to the sc2mpd if it is not in /usr/bin and the location is not in
99
# Path to sc2mpd if it is not in /usr/bin and the location is not in the
99
#  the PATH for the init scripts.
100
# PATH for the init scripts.
100
#sc2mpd = /usr/bin/sc2mpd
101
#sc2mpd = /usr/bin/sc2mpd
102
103
## Parameters tor the Sender/Receiver mode 
104
# Path to the script which starts the auxiliary mpd and the sender process
105
#scsenderpath = /usr/bin/scmakempdsender
106
# localhost port to use by the auxiliary mpd
107
#scsendermpdport = 6700