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

⌈⌋ ⎇ branch:  streamtuner2


Diff

Differences From Artifact [eea2622232]:

To Artifact [946f14f97b]:


30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
from channels import *
from config import __print__, dbg


# basic.ch broadcast archive
class punkcast (ChannelPlugin):

    # description
    title = "punkcast"
    module = "punkcast"
    homepage = "http://www.punkcast.com/"

    # keeps category titles->urls    
    catmap = {}
    categories = ["list"]
    default = "list"
    current = "list"
    titles = dict(playing=False, listeners=False, bitrate=False, homepage=False) 


    # don't do anything
    def update_categories(self):
        pass








<
<
<
<
<



<
<







30
31
32
33
34
35
36





37
38
39


40
41
42
43
44
45
46
from channels import *
from config import __print__, dbg


# basic.ch broadcast archive
class punkcast (ChannelPlugin):






    # keeps category titles->urls    
    catmap = {}
    categories = ["list"]


    titles = dict(playing=False, listeners=False, bitrate=False, homepage=False) 


    # don't do anything
    def update_categories(self):
        pass