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

⌈⌋ ⎇ branch:  streamtuner2


Changes To radiotray

Changes to "radiotray" between 2018-12-16 20:22:30 and 2018-12-16 20:23:21

1



2
3
4
5
6
7
8
1
2
3
4
5
6
7
8
9
10
11

+
+
+







The new [channels/radiotray.py](doc/trunk/channels/radiotray.py) plugin allows to bookmark stations from Streamtuner2 directly to RadioTray (or now Radiotray-NG).

<img src="raw/7ed462e132339bea84a7ab8084bb4d773d0b555b?m=image/png">


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"):