|
a/doc/upmpdcli.txt |
|
b/doc/upmpdcli.txt |
|
... |
|
... |
78 |
little reason to turn this off.
|
78 |
little reason to turn this off.
|
79 |
|
79 |
|
80 |
ohmetapersist:: OpenHome playlist disk persistence (default 1), no reason
|
80 |
ohmetapersist:: OpenHome playlist disk persistence (default 1), no reason
|
81 |
to turn it off.
|
81 |
to turn it off.
|
82 |
|
82 |
|
83 |
cachedir:: Directory for cached data (`/var/cache/upmpdcli` or
|
83 |
cachedir:: Directory for cached data (`/var/cache/upmpdcli` if started as
|
84 |
`~/.cache/upmpdcli`).
|
84 |
root or else `~/.cache/upmpdcli`).
|
|
|
85 |
|
|
|
86 |
pkgdatadir:: Directory where the distributed configuration data (XML files
|
|
|
87 |
etc.) is stored. Default: `$prefix/share/upmpcli` (e.g.:
|
|
|
88 |
`/usr/share/upmpdcli`).
|
85 |
|
89 |
|
86 |
iconpath:: Path to an icon to be displayed by Control Points which support
|
90 |
iconpath:: Path to an icon to be displayed by Control Points which support
|
87 |
it. The UPnP protocol has provisions for a renderer to send the URL to a
|
91 |
it. The UPnP protocol has provisions for a renderer to send the URL to a
|
88 |
descriptive icon as part of the device description. The icon to use can be
|
92 |
descriptive icon as part of the device description. The icon to use can be
|
89 |
set using the *iconpath* configuration file parameter. Due to current (and
|
93 |
set using the *iconpath* configuration file parameter. Due to current (and
|
90 |
probably permanent) *upmpdcli* limitations, the image file *must* be a
|
94 |
probably permanent) *upmpdcli* limitations, the image file *must* be a
|
91 |
64x64 32 bits-per-pixel png file.
|
95 |
64x64 32 bits-per-pixel png file. Default: `$pkgdatadir/icon.png`.
|
92 |
|
96 |
|
93 |
presentationhtml:: Path to an HTML file to be used as presentation page. The
|
97 |
presentationhtml:: Path to an HTML file to be used as presentation page. The
|
94 |
file referenced by the path will only be read once when *upmpdcli* starts,
|
98 |
file referenced by the path will only be read once when *upmpdcli* starts,
|
95 |
it can't presently be used for status updates (but I guess that you could
|
99 |
it can't presently be used for status updates (but I guess that you could
|
96 |
put a redirect in there, to something more dynamic served by a real HTTP
|
100 |
put a redirect in there, to something more dynamic served by a real HTTP
|
97 |
server).
|
101 |
server). Default: `$pkgdatadir/presentation.html`.
|
98 |
|
102 |
|
99 |
onplay:: Command to run when MPD playback is about to begin. Note that
|
103 |
onplay:: Command to run when MPD playback is about to begin. Note that
|
100 |
`onplay` is also called if MPD is controlled from another tool, e.g. by
|
104 |
`onplay` is also called if MPD is controlled from another tool, e.g. by
|
101 |
`mpc`.
|
105 |
`mpc`.
|
102 |
|
106 |
|