Switch to unified view

a/doc/upmpdcli-config.txt b/doc/upmpdcli-config.txt
1
== Configuration parameters for upmpdcli 
1
== Configuration file parameters for upmpdcli 
2
2
3
=== MPD parameters 
3
=== MPD parameters 
4
4
5
mpdhost:: Host MPD runs on. Defaults to localhost. This can also be specified as -h
5
mpdhost:: Host MPD runs on. Defaults to localhost. This can also be specified as -h
6
host
6
host
...
...
10
6600
10
6600
11
11
12
mpdpassword:: MPD password. Password for
12
mpdpassword:: MPD password. Password for
13
connecting to *MPD* (only necessary if password access is enabled in the
13
connecting to *MPD* (only necessary if password access is enabled in the
14
*MPD* configuration file).
14
*MPD* configuration file).
15
16
ownqueue:: Set if we own the MPD queue. If
17
this is set (on by default), we own the MPD queue and will fearlessly clear
18
it. Can also be specified as -q 0|1.
15
19
16
=== Upmpdcli general parameters 
20
=== Upmpdcli general parameters 
17
21
18
friendlyname:: "Friendly Name" for the UPnP Media
22
friendlyname:: "Friendly Name" for the UPnP Media
19
Renderer. This will be displayed by most Control Points to
23
Renderer. This will be displayed by most Control Points to
...
...
33
logfilename:: Log file name. Defaults to
37
logfilename:: Log file name. Defaults to
34
stderr. This can also be specified as -d logfilename.
38
stderr. This can also be specified as -d logfilename.
35
39
36
loglevel:: Log level. 0-4. Can also be
40
loglevel:: Log level. 0-4. Can also be
37
specified as -l loglevel.
41
specified as -l loglevel.
42
43
checkcontentformat:: Check that input format is
44
supported. Extract the protocolinfo information from the
45
input metadata and check it against our supported formats. Set this
46
option to 0 if a control point or media server sends good audio data with
47
bad metadata. Default 1.
38
48
39
iconpath:: Path to the Renderer icon. The image will be displayed by Control Points which support
49
iconpath:: Path to the Renderer icon. The image will be displayed by Control Points which support
40
it. The UPnP protocol has provisions for a renderer to send the URL to a
50
it. The UPnP protocol has provisions for a renderer to send the URL to a
41
descriptive icon as part of the device description. Due to current (and
51
descriptive icon as part of the device description. Due to current (and
42
probably permanent) *upmpdcli* limitations, the image file *must* be a
52
probably permanent) *upmpdcli* limitations, the image file *must* be a
...
...
111
volume. Used when 'externalvolumecontrol' is set.
121
volume. Used when 'externalvolumecontrol' is set.
112
Specify the full path to the program, which is called with the volume as
122
Specify the full path to the program, which is called with the volume as
113
the first argument, e.g. /some/script 85.
123
the first argument, e.g. /some/script 85.
114
124
115
=== OpenHome parameters 
125
=== OpenHome parameters 
126
127
radiolist:: Path to an external file with radio
128
definitions. Radio stations can be defined at the end of
129
the the main file, or in a separate one (or both). Using an external file
130
can ease distribution to multiple machines. Either way, each radio
131
station is defined as a section with a name beginning with "radio",
132
containing an URL parameter, and an optional icon URL. Example:
133
----
134
[radio My Radio]
135
url = http://some.host/some/path.pls
136
artUrl = http://some.host/icon/path.png
137
----
138
116
139
117
ohmanufacturername:: Manufacturer name. Does not vary at
140
ohmanufacturername:: Manufacturer name. Does not vary at
118
run-time. 
141
run-time. 
119
142
120
ohmanufacturerinfo:: Manufacturer information. Does not
143
ohmanufacturerinfo:: Manufacturer information. Does not