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

⌈⌋ ⎇ branch:  streamtuner2


Changes To write a plugin

Changes to "write a plugin" between 2015-04-27 21:29:22 and 2015-04-27 21:35:03

15
16
17
18
19
20
21

22
23
24
25
26
27
28
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29







+







    import ahttp

    class myplugin (ChannelPlugin):
        has_search = False
        titles = dict(listeners=False)
        categories = []
        catmap = {}
        listformat = "pls"

        def update_categories(self):
            self.categories = ["Pop", "Rock", "etc"]

        def update_streams(self, cat, search=None):
            entries = []
            # ...