/usr/share/devhelp/books/python-mpd2/index.html is in python-mpd-doc 1.0.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>python-mpd2 Documentation</title>
<link rel="stylesheet" href="_static/classic.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
</head>
<body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="nav-item nav-item-0"><a href="#">python-mpd2 1.0.0 documentation</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="body" role="main">
<div class="section" id="python-mpd2-documentation">
<h1>python-mpd2 Documentation</h1>
<p><em>python-mpd2</em> is a Python library which provides a client interface for
the <a class="reference external" href="http://musicpd.org">Music Player Daemon</a>.</p>
<div class="section" id="difference-with-python-mpd">
<h2>Difference with python-mpd</h2>
<p>python-mpd2 is a fork of <a class="reference external" href="http://jatreuman.indefero.net/p/python-mpd/">python-mpd</a>. While 0.4.x was backwards compatible
with python-mpd, starting with 0.5 provides enhanced features which are <em>NOT</em>
backward compatibles with the original <a class="reference external" href="http://jatreuman.indefero.net/p/python-mpd/">python-mpd</a> package. See
<a class="reference internal" href="topics/porting.html"><span class="doc">Porting</span></a> for more information.</p>
<p>The following features were added:</p>
<ul class="simple">
<li>Python 3 support (but you need at least Python 2.6)</li>
<li>support for the upcoming client-to-client protocol</li>
<li>support for new commands from MPD v0.17 (seekcur, prio, prioid,
config, searchadd, searchaddpl) and MPD v0.18 (readcomments, toggleoutput)</li>
<li>remove deprecated commands (volume)</li>
<li>explicitly declared MPD commands (which is handy when using for
example <a class="reference external" href="http://ipython.org">IPython</a>)</li>
<li>a test suite</li>
<li>API documentation to add new commands (see <a class="reference internal" href="topics/advanced.html"><span class="doc">Future Compatible</span></a>)</li>
<li>support for Unicode strings in all commands (optionally in python2,
default in python3 - see <a class="reference internal" href="topics/advanced.html"><span class="doc">Unicode Handling</span></a>)</li>
<li>configurable timeouts</li>
<li>support for <a class="reference internal" href="topics/logging.html"><span class="doc">logging</span></a></li>
<li>improved support for sticker</li>
<li>improved support for ranges</li>
</ul>
</div>
</div>
<div class="section" id="getting-started">
<h1>Getting Started</h1>
<p>A quick guide for getting started python-mpd2:</p>
<ul class="simple">
<li><a class="reference internal" href="topics/getting-started.html"><span class="doc">Getting Started</span></a></li>
</ul>
</div>
<div class="section" id="command-reference">
<h1>Command Reference</h1>
<p>A complete list of all available commands:</p>
<ul class="simple">
<li><a class="reference internal" href="topics/commands.html"><span class="doc">Commands</span></a></li>
</ul>
</div>
<div class="section" id="changelog">
<h1>Changelog</h1>
<ul class="simple">
<li><a class="reference internal" href="changes.html"><span class="doc">Change log</span></a></li>
</ul>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="nav-item nav-item-0"><a href="#">python-mpd2 1.0.0 documentation</a> »</li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2018, Jörg Thalheim.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.7.
</div>
</body>
</html>
|