blob: e6f1cc8cc6b036b0f6ee1daafb64c7216a8b00c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Nicotine+ is a client for the SoulSeek filesharing network. It was "forked"
from Nicotine, Hyriand's Soulseek client, which in turn was forked from the
PySoulSeek project by Alexander Kanavin.
Required:
* pygtk-2.6 or newer (may work with older version, but is *UNTESTED*),
which is available at SlackBuilds.org (pygtk will require pygobject
and pycairo, both of which are also available from SlackBuilds.org).
Optional (not available at SlackBuilds.org, but submissions are welcome):
* PyOGG and PyVorbis (OGG metadata support for your shares)
http://ekyo.nerim.net/software/pyogg/
* GeoIP python bindings (Country lookup) http://www.maxmind.com/app/python
* Psyco (speeds up Python code) http://psyco.sourceforge.net/
* ogg123 or soX (1.2.5 and up, sound notification feature) http://sox.sf.net/
|