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

⌈⌋ ⎇ branch:  streamtuner2


Changes To streamtuner2

Changes to "streamtuner2" between 2015-05-21 20:26:13 and 2016-04-06 23:53:57

1

2
3
4
5
6
7
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

1
2
3
4
5
6
7
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
-
+









+







+
+
+
+
+
+
+
+
-
+
+
+
+
+
+

-
+
+

+
+
-
+


















+










Streamtuner2 is an internet radio browser GUI. It lists streaming stations from different directory services:
Streamtuner2 is an internet radio browser GUI. It conveniently lists streaming stations from different directory services:

  - [Shoutcast](http://www.shoutcast.com/)  <img src="http://milki.include-once.org/streamtuner2/screenshot.mini.png" align=right style="margin: 15pt">
  - [Xiph](http://dir.xiph.org/)
  - [MyOggRadio](http://www.myoggradio.org/)
  - [Internet-Radio](http://www.internet-radio.org.uk/)
  - [TuneIn](http://tunein.com/)
  - [Jamendo](http://jamendo.com/)
  - [SurfMusic](http://surfmusic.de/)
  - [Filtermusic](http://filtermusic.net/)
  - [Radionomy](http://radionomy.com/)
  - [The MOD Archive](http://www.modarchive.org/)
  - [Youtube](http://www.youtube.com/)
  - [Dirble](http://dirble.com/)
  - [iTunes Radio](http://www.itunes.com?)
  - [Live365](http://www.live365.com/)
  - [SomaFM](http://somafm.com/)
  - [Radiotunes: di.fm, sky.fm, jazzradio.com](http://di.fm/)

Optional [plugins](wiki/plugins):

  - [PunkCast](http://www.punkcast.com/) (historic)
  - [PublicRadioFan](http://publicradiofan.com/)
  - [Delicast](http://delicast.com/)
  - [RadioBrowser](http://radio-browser.info/)
  - [UbuntuUsers](http://wiki.ubuntuusers.de/) station list
  - And optional: a local [file browser](http://fossil.include-once.org/streamtuner2/artifact/84d7cd76cd4fe0a80671f14a6), historic [PunkCast](http://www.punkcast.com/) channel, [radio.net](http://radio.net/], or [PublicRadioFan](http://publicradiofan.com/), browser for [Delicast](http://delicast.com/), for [RadioBrowser](http://radio-browser.info/), the [UbuntuUsers](http://wiki.ubuntuusers.de/) station list, [Windows Media Guide](http://www.windowsmedia.com/), or [Magnatune](http://magnatune.com/), and [ListenLive](http://listenlive.eu/), and [iCast](http://www.icast.io/) once it works again. See also [contrib/](wiki/contrib).
  - [local file browser](http://fossil.include-once.org/streamtuner2/artifact/84d7cd76cd4fe0a80671f14a6)
  - [Magnatune](http://magnatune.com/)
  - [reddit](http://reddit.com/r/music)
  - [vTuner](http://vtuner.com/)
  - [ListenLive](http://listenlive.eu/)
  - [Windows Media Guide](http://www.windowsmedia.com/)

Playback is left to your preferred audio player: *Audacious*, *Amarok*, *Exaile*, *Guayadeque*, *Decibel*, *Quod Libet*, *qmmp*, *XMMS2*, or video players *Totem*, *Parole*, *VLC*, etc.

<h4>Playback</h4>

  - Audio playback is left to your preferred audio player: *Audacious*, *Amarok*, *Exaile*, *Guayadeque*, *Decibel*, *Quod Libet*, *qmmp*, *XMMS2*.
  - Or video players like *Totem*, *Parole*, *VLC*, etc.
And for recording *streamripper*, *youtube-dl*, or even *wget* / *curl* are used.
  - For recording *streamripper*, *youtube-dl*, or even *wget* / *curl* are used.


<h4>Project</h4>

  *  Old homepage [http://milki.include-once.org/streamtuner2/](http://milki.include-once.org/streamtuner2/) for a summary
  *  Sourceforge [https://sourceforge.net/projects/streamtuner2/](https://sourceforge.net/projects/streamtuner2/) for downloads
  *  Releases  [http://<u><b>freshcode.club</b></u>/projects/streamtuner2](http://freshcode.club/projects/streamtuner2) for announcements
  *  Current [/changelog](changelog) and [/timeline](timeline)
  *  Release history [/doc/trunk/NEWS](doc/trunk/NEWS) or [/cat/releases.json](cat/releases.json)


<h4>Documentation</h4>

  *  **[Help pages](doc/tip/help/html/index.html)**, which also exist in the app itself.
  *  [Placeholder syntax for player](wiki/player) configuration
  *  Some [plugin writing](wiki/write+a+plugin) documentation
  *  List of [Perhaps Asked Questions](wiki/FAQ)
  *  Watch for [RecentChanges](http://fossil.include-once.org/streamtuner2/timeline?y=w) here in the Wiki


<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-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