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