33
34
35
36
37
38
39
40
41
42
43
44
45
46
47 | # 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)
#
# This plugin may be packaged up separately.
#
from config import *
from channels import *
from uikit import uikit |
|
>
| 33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48 | # 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). 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 |