# The patch for radiotray/DbusFacade.py would be:# +# + @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*from channels import*from uikit import uikit