Check-in [830c42a9cd]
Overview
Comment: | Comment about RadioTray-Lite (no specific code support however) |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
830c42a9cd11389f0a7959448d4aabf7 |
User & Date: | mario on 2020-05-17 07:46:41 |
Other Links: | manifest | tags |
Context
2020-05-17
| ||
07:47 | Adapt some links between configuration docs check-in: 195e8e4ec5 user: mario tags: trunk | |
07:46 | Comment about RadioTray-Lite (no specific code support however) check-in: 830c42a9cd user: mario tags: trunk | |
07:46 | Make `web` fetch mode the default (despite degraded beta interface) check-in: 8cae4a843a user: mario tags: trunk | |
Changes
Modified channels/radiotray.py from [093047988d] to [7fa13af50f].
︙ | ︙ | |||
33 34 35 36 37 38 39 | # 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 | | > | 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 |
︙ | ︙ |