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

⌈⌋ ⎇ branch:  streamtuner2


Diff

Differences From Artifact [fa4b19ec2a]:

To Artifact [359b4701e7]:


28
29
30
31
32
33
34

35
36
37
38
39
40
41
import re


# provides another export window, and custom file generation - does not use action.save()
class exportcat():

    meta = plugin_meta()


    # Register callback
    def __init__(self, parent):
        conf.add_plugin_defaults(self.meta, self.module)
        if parent:
            self.parent = parent
            uikit.add_menu([parent.extensions, parent.extensions_context], "Export all stations", self.savewindow)







>







28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
import re


# provides another export window, and custom file generation - does not use action.save()
class exportcat():

    meta = plugin_meta()
    module = "exportcat"

    # Register callback
    def __init__(self, parent):
        conf.add_plugin_defaults(self.meta, self.module)
        if parent:
            self.parent = parent
            uikit.add_menu([parent.extensions, parent.extensions_context], "Export all stations", self.savewindow)