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 |
|
30
|
11 |
<p>Current version is: <tt class="version">@IMMSVIEW_VERSION@</tt></p>
|
|
12 |
|
|
13 |
<p class="warning"><strong>This is still very alpha
|
|
14 |
software.</strong> It's not impossible, but very improbable,
|
|
15 |
that it can mess up your database. The functionnality and
|
|
16 |
also the interface aren't fixed. Suggestions are welcome.</p>
|
21
|
17 |
|
|
18 |
<p>IMMSView is aim to became a playlist editor replacement for
|
|
19 |
XMMS, using the IMMS plugin. Currently, it simply able to
|
|
20 |
display the IMMS database, and have also some functionnality to
|
|
21 |
control XMMS. But I hope to make it a plugin for XMMS once I
|
|
22 |
have a better idea of the exact interface I want.</p>
|
|
23 |
|
|
24 |
<p>IMMSView is distributed under the GPL, written in Python, with
|
|
25 |
a PyGTK2 interface, and used both the PySQLite and Python-XMMS
|
|
26 |
module. You can download it at this address: <a
|
|
27 |
href="immsview">http://www.tzone.org/~fabien/oss/immsview/immsview</a>.
|
|
28 |
Current release is near daily, but I make no promise about
|
|
29 |
it.</p>
|
|
30 |
|
30
|
31 |
<h2>Screenshots</h2>
|
|
32 |
|
|
33 |
<a href="immsview-screenshot-1.png"><img src="immsview-ss-small-1.png"/></a>
|
|
34 |
|
29
|
35 |
<h2>Requirements</h2>
|
|
36 |
<ul>
|
|
37 |
<li><a href="http://www.luminal.org/wiki/index.php/IMMS/IMMS">IMMS</a></li>
|
|
38 |
<li><a href="http://pysqlite.sourceforge.net/">PySQLite</a></li>
|
|
39 |
<li><a href="http://people.via.ecp.fr/~flo/index.en.xhtml#PyXMMS">PyXMMS</a></li>
|
|
40 |
<li><a href="http://gnuplot-py.sourceforge.net/">Gnuplot.py</a></li>
|
|
41 |
</ul>
|
|
42 |
|
|
43 |
<p>As well as any requirements for those programs (that's mean python,
|
|
44 |
gnuplot and xmms too!).</p>
|
|
45 |
|
21
|
46 |
<hr>
|
|
47 |
<address><a href="mailto:fabien@tzone.org?subject=immsview">Fabien NiƱoles <fabien@tzone.org></a>
|
|
48 |
</address>
|
|
49 |
|
|
50 |
<!-- hhmts start -->Last modified: Fri Feb 6 00:48:27 EST 2004 <!-- hhmts end -->
|
|
51 |
</body>
|
|
52 |
</html>
|
|
53 |
<!-- Keep this comment at the end of the file
|
|
54 |
Local variables:
|
|
55 |
mode: sgml
|
|
56 |
sgml-omittag:t
|
|
57 |
sgml-shorttag:t
|
|
58 |
sgml-namecase-general:t
|
|
59 |
sgml-general-insert-case:lower
|
|
60 |
sgml-minimize-attributes:nil
|
|
61 |
sgml-always-quote-attributes:t
|
|
62 |
sgml-indent-step:2
|
|
63 |
sgml-indent-data:nil
|
|
64 |
sgml-parent-document:nil
|
|
65 |
sgml-default-dtd-file:"~/.sgml/html401.ced"
|
|
66 |
sgml-exposed-tags:nil
|
|
67 |
sgml-local-catalogs:nil
|
|
68 |
sgml-local-ecat-files:nil
|
|
69 |
End:
|
|
70 |
-->
|