author | fabien |
Fri, 13 Feb 2004 13:07:37 -0500 | |
branch | immsview |
changeset 37 | efa8fbc7b3a3 |
parent 31 | 13f56bb29b96 |
permissions | -rw-r--r-- |
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> |
|
31
13f56bb29b96
[svn] New bestofimms, cleanimms, imms.py and utils.py.
fabien
parents:
30
diff
changeset
|
37 |
<li><a href="http://www.xmms.org/">XMMS</a></li> |
29 | 38 |
<li><a href="http://www.luminal.org/wiki/index.php/IMMS/IMMS">IMMS</a></li> |
31
13f56bb29b96
[svn] New bestofimms, cleanimms, imms.py and utils.py.
fabien
parents:
30
diff
changeset
|
39 |
<li><a href="http://www.gnuplot.info/">gnuplot</a></li> |
13f56bb29b96
[svn] New bestofimms, cleanimms, imms.py and utils.py.
fabien
parents:
30
diff
changeset
|
40 |
<li><a href="http://www.sqlite.org/">SQLite</a></li> |
13f56bb29b96
[svn] New bestofimms, cleanimms, imms.py and utils.py.
fabien
parents:
30
diff
changeset
|
41 |
<li><a href="http://www.python.org/">Python (>=2.3.x)</a></li> |
29 | 42 |
<li><a href="http://pysqlite.sourceforge.net/">PySQLite</a></li> |
43 |
<li><a href="http://people.via.ecp.fr/~flo/index.en.xhtml#PyXMMS">PyXMMS</a></li> |
|
44 |
<li><a href="http://gnuplot-py.sourceforge.net/">Gnuplot.py</a></li> |
|
45 |
</ul> |
|
46 |
||
21 | 47 |
<hr> |
48 |
<address><a href="mailto:fabien@tzone.org?subject=immsview">Fabien NiƱoles <fabien@tzone.org></a> |
|
49 |
</address> |
|
50 |
||
51 |
<!-- hhmts start -->Last modified: Fri Feb 6 00:48:27 EST 2004 <!-- hhmts end --> |
|
52 |
</body> |
|
53 |
</html> |
|
54 |
<!-- Keep this comment at the end of the file |
|
55 |
Local variables: |
|
56 |
mode: sgml |
|
57 |
sgml-omittag:t |
|
58 |
sgml-shorttag:t |
|
59 |
sgml-namecase-general:t |
|
60 |
sgml-general-insert-case:lower |
|
61 |
sgml-minimize-attributes:nil |
|
62 |
sgml-always-quote-attributes:t |
|
63 |
sgml-indent-step:2 |
|
64 |
sgml-indent-data:nil |
|
65 |
sgml-parent-document:nil |
|
66 |
sgml-default-dtd-file:"~/.sgml/html401.ced" |
|
67 |
sgml-exposed-tags:nil |
|
68 |
sgml-local-catalogs:nil |
|
69 |
sgml-local-ecat-files:nil |
|
70 |
End: |
|
71 |
--> |