Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > a62fa9fd2f4d83de90613eedf5276a0a > files > 26

pyxmms-2.07-2mdv2009.1.i586.rpm

<!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
  <title>Python: package xmms</title>
</head>
<body bgcolor="#f0f0f8">

<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
<tr bgcolor="#7799ee">
  <td valign=bottom>&nbsp;<br>
    <font color="#ffffff" face="helvetica, arial">&nbsp;<br>
    <big><big><strong>Python: the xmms package</strong></big></big></font>
  </td>
</tr>
</table>

<tt>
<p><b>Python interface to XMMS</b></p>

<p> PyXMMS is implemented as a Python package, named xmms. This package offers
three public modules:</p>
<ul>
  <li> <a href="xmms.common.html">xmms.common</a> </li>
  <li> <a href="xmms.control.html">xmms.control</a> </li>
  <li> <a href="xmms.config.html">xmms.config</a> </li>
</ul>

<p> The <a href="xmms.common.html">xmms.common</a> module provides common
objects to share between the two other modules, such as <a
href="xmms.common.html#error">xmms.common.error</a>, the most generic PyXMMS
exception, also accessible as <code>xmms.error</code>. </p>

<p> The <a href="xmms.control.html">xmms.control</a> module provides functions
to control XMMS (play, pause, add files to the playlist...). </p>

<p> The <a href="xmms.config.html">xmms.config</a> module provides functions
and classes to manage the main configuration file for XMMS (parsing,
modification, writing...). </p>

<p> For backward compatibility, the public objects defined in <a
href="xmms.control.html">xmms.control</a> are accessible directly from the
xmms package, so code like <code>import xmms; xmms.play()</code> still works,
but you should not rely on this behaviour. </p>

</body>
</html>