|
a/src/upmpdcli.conf-dist |
|
b/src/upmpdcli.conf-dist |
|
... |
|
... |
126 |
|
126 |
|
127 |
# <grouptitle>Local Media Server parameters</grouptitle>
|
127 |
# <grouptitle>Local Media Server parameters</grouptitle>
|
128 |
|
128 |
|
129 |
# <var name="uprcluser" type="string"><brief>Bogus user name variable.</brief>
|
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
|
130 |
# <descr>Used for consistency with other Media Server plugins to decide if
|
131 |
# the service should be started.</descr></var>
|
131 |
# the service should be started (so, do set it if you want a Media Server).
|
|
|
132 |
# </descr></var>
|
132 |
#uprcluser = bugsbunny
|
133 |
#uprcluser = bugsbunny
|
133 |
|
134 |
|
134 |
# <var name="uprclmediadirs" type="string"> <brief>Media
|
135 |
# <var name="uprclmediadirs" type="string"> <brief>Media
|
135 |
# directories</brief><descr>This is a space-separated list of directories
|
136 |
# 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 |
# to explore for music files. This is used directly as the recoll "topdirs"
|
|
... |
|
... |
141 |
# <var name="uprclhostport" type="string"><brief>HTTP host and ports for
|
142 |
# <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 |
# 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 |
# on this address and port, which will also be inserted on the URLs we
|
144 |
# produce. If the variable is not set, we will use port 9090 and the first
|
145 |
# produce. If the variable is not set, we will use port 9090 and the first
|
145 |
# non-loopback ipv4 address in "ip addr" output, which may be right or
|
146 |
# non-loopback ipv4 address in "ip addr" output, which may be right or
|
146 |
# not.</descr></var>
|
147 |
# not. Example: 192.168.1.1:9090</descr></var>
|
147 |
#uprclhostport = 192.168.4.4:9090
|
148 |
#uprclhostport = 192.168.4.4:9090
|
148 |
|
149 |
|
149 |
# <var name="uprclpaths" type="string"><brief></brief><descr>This is used
|
150 |
# <var name="uprclpaths" type="string"><brief></brief><descr>This is used
|
150 |
# to translate real path to ones relative to the HTTP server doc tree. It
|
151 |
# to translate real path to ones relative to the HTTP server doc tree. It
|
151 |
# also performs a form of access control. If this is not set, uprcl will
|
152 |
# also performs a form of access control. If this is not set, uprcl will
|
152 |
# use a null translation for each of the uprclmediadirs
|
153 |
# use a null translation for each of the uprclmediadirs
|
153 |
# numbers.</descr></var>
|
154 |
# entries.</descr></var>
|
154 |
#uprclpaths =
|
155 |
#uprclpaths =
|
155 |
|
156 |
|
156 |
# <var name="uprclconfdir" type="dfn"><brief>Recoll index
|
157 |
# <var name="uprclconfdir" type="dfn"><brief>Recoll index
|
157 |
# directory</brief><descr>This is usually not defined and defaults to
|
158 |
# directory</brief><descr>This is usually not defined and defaults to
|
158 |
# /var/cache/upmpdcli/uprcl</descr></var>
|
159 |
# /var/cache/upmpdcli/uprcl</descr></var>
|
|
... |
|
... |
160 |
|
161 |
|
161 |
# <var name="uprclautostart" type="bool"><brief>Initialize uprcl as soon as
|
162 |
# <var name="uprclautostart" type="bool"><brief>Initialize uprcl as soon as
|
162 |
# upmpdcli starts</brief><descr>This is useful because uprcl initialization
|
163 |
# upmpdcli starts</brief><descr>This is useful because uprcl initialization
|
163 |
# can take quite some time so it is better not to wait for the first
|
164 |
# can take quite some time so it is better not to wait for the first
|
164 |
# access. The general default is false for the autostart variables, so this
|
165 |
# access. The general default is false for the autostart variables, so this
|
165 |
# is normally defined to true.</descr></var>
|
166 |
# is normally explicitely set to true.</descr></var>
|
166 |
uprclautostart = 1
|
167 |
uprclautostart = 1
|
167 |
|
168 |
|
168 |
|
169 |
|
169 |
# <grouptitle>MPD parameters</grouptitle>
|
170 |
# <grouptitle>MPD parameters</grouptitle>
|
170 |
|
171 |
|