--- a/doc/upmpdcli.html
+++ b/doc/upmpdcli.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 8.6.9" />
+<meta name="generator" content="AsciiDoc 8.6.7" />
<title>Upmpdcli: MPD UPnP Renderer Front-End</title>
<style type="text/css">
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
@@ -87,15 +87,9 @@
ul > li { color: #aaa; }
ul > li > * { color: black; }
-.monospaced, code, pre {
- font-family: "Courier New", Courier, monospace;
- font-size: inherit;
- color: navy;
+pre {
padding: 0;
margin: 0;
-}
-pre {
- white-space: pre-wrap;
}
#author {
@@ -225,7 +219,7 @@
}
div.imageblock div.content { padding-left: 0; }
-span.image img { border-style: none; vertical-align: text-bottom; }
+span.image img { border-style: none; }
a.image:visited { color: white; }
dl {
@@ -421,6 +415,12 @@
*
* */
+tt {
+ font-family: "Courier New", Courier, monospace;
+ font-size: inherit;
+ color: navy;
+}
+
div.tableblock {
margin-top: 1.0em;
margin-bottom: 1.5em;
@@ -453,6 +453,12 @@
* html5 specific
*
* */
+
+.monospaced {
+ font-family: "Courier New", Courier, monospace;
+ font-size: inherit;
+ color: navy;
+}
table.tableblock {
margin-top: 1.0em;
@@ -533,8 +539,6 @@
@media print {
body.manpage div#toc { display: none; }
}
-
-
</style>
<script type="text/javascript">
/*<![CDATA[*/
@@ -757,11 +761,11 @@
will be run as follows:</p></div>
<div class="literalblock">
<div class="content">
-<pre><code>upmpdcli -D -c /etc/upmpdcli.conf</code></pre>
+<pre><tt>upmpdcli -D -c /etc/upmpdcli.conf</tt></pre>
</div></div>
-<div class="paragraph"><p>The <code>-D</code> option tells <strong>upmpdcli</strong> to fork and run in background. The <code>-c</code>
+<div class="paragraph"><p>The <tt>-D</tt> option tells <strong>upmpdcli</strong> to fork and run in background. The <tt>-c</tt>
option specifies a configuration file.</p></div>
-<div class="paragraph"><p>The configuration file has a simple <code>name = value</code> format.</p></div>
+<div class="paragraph"><p>The configuration file has a simple <tt>name = value</tt> format.</p></div>
<div class="paragraph"><p>The configuration parameters can be set from the command line, a
configuration file, or the environment in this order of priority. It would
be rather confusing to use a mix of methods, so you should probably chose
@@ -867,9 +871,20 @@
<td align="left" valign="top"><p class="table"></p></td>
<td align="left" valign="top"><p class="table">ohmetapersist</p></td>
</tr>
+<tr>
+<td align="left" valign="top"><p class="table">Path to icon to be displayed by control point. <a href="#upmpdcli.iconpathnote">See note</a></p></td>
+<td align="left" valign="top"><p class="table"></p></td>
+<td align="left" valign="top"><p class="table"></p></td>
+<td align="left" valign="top"><p class="table">iconpath</p></td>
+</tr>
</tbody>
</table>
</div>
+<div class="paragraph" id="upmpdcli.iconpathnote"><p><strong>iconpath</strong> note: the UPnP protocol has provisions for a renderer to send
+the URL to a descriptive icon as part of the device description. The icon
+to use can be set using the <strong>iconpath</strong> configuration file parameter. Due to
+current (and probably permanent) <strong>upmpdcli</strong> limitations, the image file
+<strong>must</strong> be a 64x64 32 bits-per-pixel png file.</p></div>
</div>
</div>
<div class="sect1">
@@ -888,13 +903,13 @@
<div class="sect1">
<h2 id="upmpdcli.boot">Boot time startup</h2>
<div class="sectionbody">
-<div class="paragraph"><p><strong>upmpdcli</strong> will try to change its <code>uid</code> to user <code>upmpdcli</code> if it is
+<div class="paragraph"><p><strong>upmpdcli</strong> will try to change its <tt>uid</tt> to user <tt>upmpdcli</tt> if it is
started by root. It will refuse to run if the user does not exist.</p></div>
-<div class="paragraph"><p>If started by <code>root</code>, <strong>upmpdcli</strong> will also write its process id to
-<code>/var/run/upmpdcli.pid</code>.</p></div>
-<div class="paragraph"><p>There are boot-time startup scripts in the <code>debian/</code> directory inside the
+<div class="paragraph"><p>If started by <tt>root</tt>, <strong>upmpdcli</strong> will also write its process id to
+<tt>/var/run/upmpdcli.pid</tt>.</p></div>
+<div class="paragraph"><p>There are boot-time startup scripts in the <tt>debian/</tt> directory inside the
source tree (for Debian/Ubuntu/Mint/Raspbian etc.). There is also a systemd
-service file under <code>systemd/</code> (for Fedora et al.).</p></div>
+service file under <tt>systemd/</tt> (for Fedora et al.).</p></div>
<div class="paragraph"><p>The boot scripts are installed by the pre-built packages, so will just have
to edit the configuration file after installing them, all the rest should
just work.</p></div>
@@ -903,19 +918,19 @@
<div class="sect1">
<h2 id="upmpdcli.building">Building</h2>
<div class="sectionbody">
-<div class="paragraph"><p>For building from source, you will need a recent <code>C++</code> compiler (<code>C++11</code>),
+<div class="paragraph"><p>For building from source, you will need a recent <tt>C++</tt> compiler (<tt>C++11</tt>),
and the development packages for <strong>libupnp</strong> version 1.6, <strong>libmpdclient</strong>, and
<strong>libexpat</strong>.</p></div>
<div class="paragraph"><p>If you are using the source from Github, you will also need the
-autoconf/automake/libtool trio. Use the <code>autogen.sh</code> script to set things
+autoconf/automake/libtool trio. Use the <tt>autogen.sh</tt> script to set things
up.</p></div>
<div class="paragraph"><p>Otherwise, the procedure is standard and there are currently no specific
configure options:</p></div>
<div class="literalblock">
<div class="content">
-<pre><code>configure --prefix=/usr
+<pre><tt>configure --prefix=/usr
make
-sudo make install</code></pre>
+sudo make install</tt></pre>
</div></div>
</div>
</div>
@@ -923,7 +938,7 @@
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2014-08-06 10:11:55 CEST
+Last updated 2014-10-03 14:01:55 CEST
</div>
</div>
</body>