Internet radio browser GUI for music/video streams from various directory services.

⌈⌋ branch:  streamtuner2


Diff

Differences From Artifact [d54903cb9b]:

To Artifact [82840017ee]:


257
258
259
260
261
262

263
264
265
266
267
257
258
259
260
261

262
263
264
265
266
267





-
+





            
    # Shortcut to `state.json` loading (currently selected categories etc.)
    def state(self, module=None, d={}):
        if not d:
            d.update(conf.load("state"))
            d.update(conf.load("state") or {})
        if module:
            return d.get(module, {})
        return d