21
|
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
2 |
<html>
|
|
3 |
<head>
|
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
5 |
<title>IMMSView</title>
|
|
6 |
</head>
|
|
7 |
|
|
8 |
<body>
|
|
9 |
<h1>IMMSView</h1>
|
|
10 |
|
|
11 |
<p>Current version is: <tt>@IMMSVIEW_VERSION@</tt></p>
|
|
12 |
|
|
13 |
<p>IMMSView is aim to became a playlist editor replacement for
|
|
14 |
XMMS, using the IMMS plugin. Currently, it simply able to
|
|
15 |
display the IMMS database, and have also some functionnality to
|
|
16 |
control XMMS. But I hope to make it a plugin for XMMS once I
|
|
17 |
have a better idea of the exact interface I want.</p>
|
|
18 |
|
|
19 |
<p>IMMSView is distributed under the GPL, written in Python, with
|
|
20 |
a PyGTK2 interface, and used both the PySQLite and Python-XMMS
|
|
21 |
module. You can download it at this address: <a
|
|
22 |
href="immsview">http://www.tzone.org/~fabien/oss/immsview/immsview</a>.
|
|
23 |
Current release is near daily, but I make no promise about
|
|
24 |
it.</p>
|
|
25 |
|
29
|
26 |
<h2>Requirements</h2>
|
|
27 |
<ul>
|
|
28 |
<li><a href="http://www.luminal.org/wiki/index.php/IMMS/IMMS">IMMS</a></li>
|
|
29 |
<li><a href="http://pysqlite.sourceforge.net/">PySQLite</a></li>
|
|
30 |
<li><a href="http://people.via.ecp.fr/~flo/index.en.xhtml#PyXMMS">PyXMMS</a></li>
|
|
31 |
<li><a href="http://gnuplot-py.sourceforge.net/">Gnuplot.py</a></li>
|
|
32 |
</ul>
|
|
33 |
|
|
34 |
<p>As well as any requirements for those programs (that's mean python,
|
|
35 |
gnuplot and xmms too!).</p>
|
|
36 |
|
21
|
37 |
<hr>
|
|
38 |
<address><a href="mailto:fabien@tzone.org?subject=immsview">Fabien NiƱoles <fabien@tzone.org></a>
|
|
39 |
</address>
|
|
40 |
|
|
41 |
<!-- hhmts start -->Last modified: Fri Feb 6 00:48:27 EST 2004 <!-- hhmts end -->
|
|
42 |
</body>
|
|
43 |
</html>
|
|
44 |
<!-- Keep this comment at the end of the file
|
|
45 |
Local variables:
|
|
46 |
mode: sgml
|
|
47 |
sgml-omittag:t
|
|
48 |
sgml-shorttag:t
|
|
49 |
sgml-namecase-general:t
|
|
50 |
sgml-general-insert-case:lower
|
|
51 |
sgml-minimize-attributes:nil
|
|
52 |
sgml-always-quote-attributes:t
|
|
53 |
sgml-indent-step:2
|
|
54 |
sgml-indent-data:nil
|
|
55 |
sgml-parent-document:nil
|
|
56 |
sgml-default-dtd-file:"~/.sgml/html401.ced"
|
|
57 |
sgml-exposed-tags:nil
|
|
58 |
sgml-local-catalogs:nil
|
|
59 |
sgml-local-ecat-files:nil
|
|
60 |
End:
|
|
61 |
-->
|