Internet radio browser GUI for music/video streams from various directory services.

โŒˆโŒ‹ โŽ‡ branch:  streamtuner2


Changes To original streamtuner1

Changes to "original streamtuner1" between 2015-03-30 21:48:55 and 2015-04-15 20:14:27

1
2
3

4
5
6
7
8
9

1
2

3
4
5
6
7
8
9
10


-
+






+
Streamtuner2 is based on concepts and the UI of the original [streamtuner 0.99.99](http://www.nongnu.org/streamtuner/) by Jean-Yves Lefort.

  *  The original was implemented in C with Gtk2 bindings, but already had the ability to harbour Python-based plugins.
  *  The original was implemented in C with Gtk2 bindings, but already had the ability to harbour Python-based plugins.ยน
  * It was much faster and less memory-hungry.
  * Keeping the parsing up to date with the ever-changing directory services however wasn't feasible.
  * It **still works** with the **Xiph**/ICEcast directory, btw. Because their `yp.xml` didn't change so far.
  
The ST2 Google plugin was based on parsing rules from ST1. (It has been retired meanwhile though.)

ยน IIRC, I've originally even tried to reuse the original Python plugins. But that didn't pan out.