Index: channels/radiotray.py ================================================================== --- channels/radiotray.py +++ channels/radiotray.py @@ -35,11 +35,12 @@ # + @dbus.service.method('net.sourceforge.radiotray') # + def addRadio(self, title, url, group="root"): # + self.dataProvider.addRadio(title, url, group) # # Displays existing radiotray stations in ST2 bookmarks (from -# either old bookmarks.xml or RT-NG bookmarks.json) +# either old bookmarks.xml or RT-NG bookmarks.json). If you're +# using RT-Lite, then symlink its ~/.config dir to `radiotray`. # # This plugin may be packaged up separately. # from config import *