Switch to unified view

a/doc/upmpdcli.html b/doc/upmpdcli.html
...
...
745
<div class="paragraph"><p><strong>upmpdcli</strong> is an UPnP Media Renderer front-end to <strong>MPD</strong>, the Music Player
745
<div class="paragraph"><p><strong>upmpdcli</strong> is an UPnP Media Renderer front-end to <strong>MPD</strong>, the Music Player
746
Daemon.</p></div>
746
Daemon.</p></div>
747
</div>
747
</div>
748
</div>
748
</div>
749
<div class="sect1">
749
<div class="sect1">
750
<h2 id="_security">Security</h2>
751
<div class="sectionbody">
752
<div class="paragraph"><p><strong>upmpdcli</strong> is not audited for security issues, and, as far as I
753
know, it may be full of exploitable bugs. Do not run it on an
754
Internet-facing host.</p></div>
755
</div>
756
</div>
757
<div class="sect1">
750
<h2 id="_configuration">Configuration</h2>
758
<h2 id="_configuration">Configuration</h2>
751
<div class="sectionbody">
759
<div class="sectionbody">
752
<div class="paragraph" id="upmpdcli.config"><p>See the man page for command line details. In most situations, <strong>upmpdcli</strong>
760
<div class="paragraph" id="upmpdcli.config"><p>See the man page for command line details. In most situations, <strong>upmpdcli</strong>
753
will be run as follows:</p></div>
761
will be run as follows:</p></div>
754
<div class="literalblock">
762
<div class="literalblock">
...
...
760
<div class="paragraph"><p>The configuration file has a simple <tt>name = value</tt> format.</p></div>
768
<div class="paragraph"><p>The configuration file has a simple <tt>name = value</tt> format.</p></div>
761
<div class="paragraph"><p>The configuration parameters can be set from the command line, a
769
<div class="paragraph"><p>The configuration parameters can be set from the command line, a
762
configuration file, or the environment in this order of priority. It would
770
configuration file, or the environment in this order of priority. It would
763
be rather confusing to use a mix of methods, so you should probably chose
771
be rather confusing to use a mix of methods, so you should probably chose
764
one.</p></div>
772
one.</p></div>
773
<div class="paragraph"><p>All parameters have defaults, and a typical installation needs no
774
modification of the configuration file. If several instances of <strong>upmpdcli</strong>
775
run on the same network, it may be useful to give them distinct names
776
(<em>friendlyname</em> parameter). The other parameters are only useful in special
777
situations.</p></div>
765
<div class="paragraph"><p>The following parameters can be set:</p></div>
778
<div class="paragraph"><p>The following parameters can be set:</p></div>
766
<div class="tableblock">
779
<div class="tableblock">
767
<table rules="all"
780
<table rules="all"
768
width="100%"
781
width="100%"
769
frame="border"
782
frame="border"
...
...
825
<tr>
838
<tr>
826
<td align="left" valign="top"><p class="table">Verbosity level (0-4)</p></td>
839
<td align="left" valign="top"><p class="table">Verbosity level (0-4)</p></td>
827
<td align="left" valign="top"><p class="table">-l loglevel</p></td>
840
<td align="left" valign="top"><p class="table">-l loglevel</p></td>
828
<td align="left" valign="top"><p class="table"></p></td>
841
<td align="left" valign="top"><p class="table"></p></td>
829
<td align="left" valign="top"><p class="table">loglevel</p></td>
842
<td align="left" valign="top"><p class="table">loglevel</p></td>
843
</tr>
844
<tr>
845
<td align="left" valign="top"><p class="table">UPnP network interface</p></td>
846
<td align="left" valign="top"><p class="table">-i iface</p></td>
847
<td align="left" valign="top"><p class="table">$UPMPD_UPNPIFACE</p></td>
848
<td align="left" valign="top"><p class="table">upnpiface</p></td>
849
</tr>
850
<tr>
851
<td align="left" valign="top"><p class="table">UPnP IP address (if interface not set)</p></td>
852
<td align="left" valign="top"><p class="table"></p></td>
853
<td align="left" valign="top"><p class="table"></p></td>
854
<td align="left" valign="top"><p class="table">upnpip</p></td>
855
</tr>
856
<tr>
857
<td align="left" valign="top"><p class="table">UPnP port</p></td>
858
<td align="left" valign="top"><p class="table">-p port</p></td>
859
<td align="left" valign="top"><p class="table">$UPMPD_UPNPPORT</p></td>
860
<td align="left" valign="top"><p class="table">upnpport</p></td>
830
</tr>
861
</tr>
831
</tbody>
862
</tbody>
832
</table>
863
</table>
833
</div>
864
</div>
834
</div>
865
</div>
...
...
868
</div>
899
</div>
869
</div>
900
</div>
870
<div id="footnotes"><hr /></div>
901
<div id="footnotes"><hr /></div>
871
<div id="footer">
902
<div id="footer">
872
<div id="footer-text">
903
<div id="footer-text">
873
Last updated 2014-04-20 08:04:03 CEST
904
Last updated 2014-04-20 12:25:55 CEST
874
</div>
905
</div>
875
</div>
906
</div>
876
</body>
907
</body>
877
</html>
908
</html>