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-14 10:13:55 and 2015-04-27 21:29:22

8
9
10
11
12
13
14

15
16
17
18
19
20
21
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22







+







    # type: channel
    # category: radio
    # priority: optional
    # config: -

    from config import *
    from channels import *
    import ahttp

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