@@ -4,25 +4,23 @@ Streamtuner2 ============ ST2 is a browser for internet radio/streaming stations. It queries -directories like Shoutcast, TuneIn, MyOggRadio, Xiph.org. SurfMusic, -Jamendo etc. for music/video streams/collections. +directories like Shoutcast, TuneIn, Xiph.org. SurfMusic, Jamendo etc. +for music/video streams/collections. It mimics the original streamtuner 1 to some extend. -It's however written in Python now instead of C. +However it's written in Python now instead of C. Installation howto ------------------ -If possible, prefer the package directly from your BSD/Linux distribution. - -Due to a longer maintenance and release break, some still have older 2.0.x -versions however - whose channel plugins barely work anymore. If so, you -should install a newer version / manually. +If possible, prefer the package directly from your BSD/Linux distribution +over manually installing dependencies. +The PYZ package is the easiest option for local installations. Dependencies ------------ @@ -42,12 +40,11 @@ sudo apt-get install python python-gtk2 python-xdg python-requests ... Or utilize Pythons local package installer even: - sudo pip install requests - sudo pip install pyquery + sudo pip install requests pyquery pillow DEB / RPM --------- @@ -58,11 +55,11 @@ PYZ --- Other users may wish to try the new Python archive (.PYZ) instead. Which -requires little installation and can be run asis: +requires little installation and can be run as is: python streamtuner2.pyz You could even make this Python ZIP executable, and copy it in your PATH.