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

⌈⌋ ⎇ branch:  streamtuner2


Artifact [13d8525404]

Artifact 13d8525404c71fe4c23a685899e5fb28a1798f75:

Wiki page [radiotray] by mario on 2018-12-16 20:22:30.
D 2018-12-16T20:22:30.982
L radiotray
N text/x-markdown
P c70152079c74ba7c4c234b7f3565e0aaf7cd2b24
U mario
W 1058
The new [channels/radiotray.py](doc/trunk/channels/radiotray.py) plugin allows to bookmark stations from Streamtuner2 directly to RadioTray (or now Radiotray-NG).

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](https://bitbucket.org/carlmig/radio-tray/issue/242/new-dbus-method-addradio) for this.

Same for RT-NG: [#92](https://github.com/ebruck/radiotray-ng/issues/92), albeit this moreso requires support from the maintainers (not overly versed with C++).

See also the configuration options, on how Streamtuner2 maps stations onto RadioTray bookmark `<groups>`. Might need more work for Radiotray-NG.

Z dd7296bd759a1236830b97b8944a1bf1