63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
+
|
<h4>Dependencies</h4>
* [Python 2.7 or 3.x](https://wiki.python.org/moin/Python2orPython3), while current versions might still run on 2.6 though.
* [Gtk2 with PyGtk](http://www.pygtk.org/) or [Gtk3 with PyGI](https://wiki.gnome.org/action/show/Projects/PyGObject)
* [Python-PyQuery](http://pythonhosted.org/pyquery/) with LXML
* [Python-Requests](http://freshcode.club/projects/requests) after 1.1.0 (package in Quantal doesn't suffice)
* python-distutils (albeit the compat2and3 fallback ought to work now)
* Python-Imaging (PIL or Pillow2)
* An audio player like [Audacious](http://audacious-media-player.org/) or [VLC](http://www.videolan.org/)
* And [streamripper](http://streamripper.sourceforge.net/) or [fIcy/fPls](http://freshcode.club/projects/ficy) for actually recording radio stations
* optionally Python Mutagen for ID3 support for local audio & video files
* optionally Symbola/Unifont for some UI parts
Btw, if streamtuner2 doesn't fit your music listening habits, check out our [list of recommended **alternatives**](wiki/alternatives).
|