Check-in [4f7ef94cda]
Overview
Comment: | Update README on required packages. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
4f7ef94cda281accad1b321d1876fe22 |
User & Date: | mario on 2015-03-25 15:06:07 |
Other Links: | manifest | tags |
Context
2015-03-25
| ||
16:32 | Moved plugin structure documentation into wiki. check-in: 078c13d130 user: mario tags: trunk | |
15:06 | Update README on required packages. check-in: 4f7ef94cda user: mario tags: trunk | |
14:51 | Update version in meta file. check-in: 27c38daf5c user: mario tags: trunk | |
Changes
Modified README from [5c0cd4a09d] to [b84883b320].
︙ | ︙ | |||
8 9 10 11 12 13 14 | It mimics the original streamtuner 1 to some extend. It's however written in Python now instead of C. installation howto ------------------ | | | > > > | > > > > > > > > | < < < < < < < < < | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | It mimics the original streamtuner 1 to some extend. It's however written in Python now instead of C. installation howto ------------------ You can just execute the main binary "st2.py". All the other files need to be copied into /usr/share/streamtuner2/ however. In particular the channel/ directory needs to reside there, so ST2 can find all its plugins. If it doesn't work, make sure you have Python and gtk/pygtk installed: sudo apt-get install python python-gtk2 python-glade2 python-xdg And a few modules like: sudo apt-get install python-requests python-pyquery python-keybinder You can also install Python modules per `pip` with sudo pip install requests The gtk*.xml file represents the GUI, btw. So with glade installed, you can inspect and adapt the interface. alternatives ------------ * http://sourceforge.net/projects/radiotray/ * https://sites.google.com/site/glrpgreatlittleradioplayer/ * http://tunapie.sourceforge.net/ * VLC also has a few directory discovery services built-in * Rythmbox comes with last.fm, libre.fm, radio lookups license ------- Public Domain. (no rules: unrestricted copying, modification, distribution, etc.) |