|
a/src/upmpdcli.conf-dist |
|
b/src/upmpdcli.conf-dist |
|
... |
|
... |
121 |
# id.</brief> <descr>Your system MAC address will be used by default, but
|
121 |
# id.</brief> <descr>Your system MAC address will be used by default, but
|
122 |
# this will count against the maximum count of registered devices for this
|
122 |
# this will count against the maximum count of registered devices for this
|
123 |
# account. You can set the gmusicdeviceid value to the device ID from a
|
123 |
# account. You can set the gmusicdeviceid value to the device ID from a
|
124 |
# phone or tablet on which you also use Google Play Music.</descr></var>
|
124 |
# phone or tablet on which you also use Google Play Music.</descr></var>
|
125 |
#gmusicdeviceid =
|
125 |
#gmusicdeviceid =
|
|
|
126 |
|
|
|
127 |
# <grouptitle>Local Media Server parameters</grouptitle>
|
|
|
128 |
|
|
|
129 |
# <var name="uprcluser" type="string"><brief>Bogus user name variable.</brief>
|
|
|
130 |
# <descr>Used for consistency with other Media Server plugins to decide if
|
|
|
131 |
# the service should be started.</descr></var>
|
|
|
132 |
#uprcluser = bugsbunny
|
|
|
133 |
|
|
|
134 |
# <var name="uprclmediadirs" type="string"> <brief>Media
|
|
|
135 |
# directories</brief><descr>This is a space-separated list of directories
|
|
|
136 |
# to explore for music files. This is used directly as the recoll "topdirs"
|
|
|
137 |
# value, so you can use double-quote quoting for paths with embedded
|
|
|
138 |
# spaces.</descr></var>
|
|
|
139 |
#uprclmediadirs = /tmp
|
|
|
140 |
|
|
|
141 |
# <var name="uprclhostport" type="string"><brief>HTTP host and ports for
|
|
|
142 |
# serving media files</brief><descr>The Media Server HTTP server will run
|
|
|
143 |
# on this address and port, which will also be inserted on the URLs we
|
|
|
144 |
# produce.</descr></var>
|
|
|
145 |
#uprclhostport = 192.168.4.4:9090
|
|
|
146 |
|
|
|
147 |
# <var name="uprclpaths" type="string"><brief></brief><descr>This is used
|
|
|
148 |
# to translate real path to ones relative to the HTTP server doc
|
|
|
149 |
# tree. </descr></var>
|
|
|
150 |
# uprclpaths = /y/av/mp3:/av/mp3,/y/av/flacsources:/av/flacsources
|
|
|
151 |
|
|
|
152 |
# <var name="uprclconfdir" type="dfn"><brief>Recoll index
|
|
|
153 |
# directory</brief><descr>This is usually not defined and defaults to
|
|
|
154 |
# /var/cache/upmpdcli/uprcl</descr></var>
|
|
|
155 |
#uprclconfdir = /var/cache/upmpdcli/uprcl
|
|
|
156 |
|
|
|
157 |
# <var name="uprclautostart" type="bool"><brief>Initialize uprcl as soon as
|
|
|
158 |
# upmpdcli starts</brief><descr>This is useful because uprcl initialization
|
|
|
159 |
# can take quite some time so it is better not to wait for the first
|
|
|
160 |
# access. The general default is false for the autostart variables, so this
|
|
|
161 |
# is normally defined to true.</descr></var>
|
|
|
162 |
uprclautostart = 1
|
|
|
163 |
|
126 |
|
164 |
|
127 |
# <grouptitle>MPD parameters</grouptitle>
|
165 |
# <grouptitle>MPD parameters</grouptitle>
|
128 |
|
166 |
|
129 |
# <var name="mpdhost" type="string"><brief>Host MPD runs on.</brief>
|
167 |
# <var name="mpdhost" type="string"><brief>Host MPD runs on.</brief>
|
130 |
# <descr>Defaults to localhost. This can also be specified as -h
|
168 |
# <descr>Defaults to localhost. This can also be specified as -h
|
|
... |
|
... |
291 |
|
329 |
|
292 |
# <var name="scplaymethod" type="cstr" values="mpd alsa"><brief>sc2mpd
|
330 |
# <var name="scplaymethod" type="cstr" values="mpd alsa"><brief>sc2mpd
|
293 |
# play method (mpd/alsa).</brief><descr>With this set as 'alsa', sc2mpd
|
331 |
# play method (mpd/alsa).</brief><descr>With this set as 'alsa', sc2mpd
|
294 |
# will send the audio directly to the sound driver, which is the only way
|
332 |
# will send the audio directly to the sound driver, which is the only way
|
295 |
# to really avoid skips and control the synchronization in multi-room
|
333 |
# to really avoid skips and control the synchronization in multi-room
|
296 |
# setups.</descr></var>
|
334 |
# setups. *For 'alsa', make sure that user upmpdcli has permission to
|
|
|
335 |
# access the audio devices !*</descr></var>
|
297 |
#scplaymethod = mpd
|
336 |
#scplaymethod = mpd
|
298 |
|
337 |
|
299 |
# <var name="schttpport" type="int" values="0 65635 8768"><brief>Port
|
338 |
# <var name="schttpport" type="int" values="0 65635 8768"><brief>Port
|
300 |
# used by sc2mpd for MPD to connect to.</brief><descr>Used only for
|
339 |
# used by sc2mpd for MPD to connect to.</brief><descr>Used only for
|
301 |
# scplaymethod=mpd. sc2mpd only accepts connections from
|
340 |
# scplaymethod=mpd. sc2mpd only accepts connections from
|