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

⌈⌋ ⎇ branch:  streamtuner2


Diff

Differences From Artifact [3d5f5c99cc]:

To Artifact [9694d3b314]:


54
55
56
57
58
59
60
61
62
63
64
65
66
67
68

        # nop
        def update_categories(self):
            pass


        # request json API
        def update_streams(self, cat, search=""):

            # category type: podcast or radio
            if cat in self.podcast:
                grp = "podcast"
                url = self.api_podcast % (grp, self.podcast.index(cat)+1)
            elif cat in self.radio:
                grp = "radio"







|







54
55
56
57
58
59
60
61
62
63
64
65
66
67
68

        # nop
        def update_categories(self):
            pass


        # request json API
        def update_streams(self, cat):

            # category type: podcast or radio
            if cat in self.podcast:
                grp = "podcast"
                url = self.api_podcast % (grp, self.podcast.index(cat)+1)
            elif cat in self.radio:
                grp = "radio"