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

⌈⌋ ⎇ branch:  streamtuner2


Update of "radiotray"

Overview

Artifact ID: c70152079c74ba7c4c234b7f3565e0aaf7cd2b24
Page Name:radiotray
Date: 2015-04-02 17:44:36
Original User: mario
Mimetype:text/x-markdown
Parent: 28e367b53dd8f575c63625acaaf25bd1608fcbad (diff)
Next 13d8525404c71fe4c23a685899e5fb28a1798f75
Content

The new channels/radiotray.py plugin allows to bookmark stations from Streamtuner2 directly to RadioTray.

It'll require a patch for RT however, so it accepts the proposed DBUS request.

If you want to apply it manually, find /usr/share/pyshared/radiotray/DbusFacade.py and add following snippet:

   @dbus.service.method('net.sourceforge.radiotray')
   def addRadio(self, title, url, group="root"):
       self.dataProvider.addRadio(title, url, group)

Add it after playUrl or something. Just take care to keep it coherently indented.

I've opened a feature request #242 for this.

See also the configuration options, on how Streamtuner2 maps stations onto RadioTray bookmark <groups>.