@@ -3,10 +3,12 @@ # description: Allows to bookmark stations to RadioTray # version: 0.2 # type: feature # category: bookmarks # depends: deb:python-dbus, deb:streamtuner2, deb:python-xdg +# config: - +# url: http://radiotray.sourceforge.net/ # priority: extra # id: streamtuner2-radiotray # pack: radiotray.py=/usr/share/streamtuner2/channels/ # # Adds a context menu "Keep in RadioTray.." to bookmark streams @@ -40,13 +42,10 @@ # plugin info module = "radiotray" title = "RadioTray" meta = plugin_meta() - # configuration settings - config = [ - ] # bookmarks cat parent = None bm = None # radiotray config file / bookmarks rt_xml = "%s/%s/%s" % (xdg_data_home, "radiotray", "bookmarks.xml")