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

⌈⌋ ⎇ branch:  streamtuner2


Diff

Differences From Artifact [57433ea58f]:

To Artifact [e751e37b9b]:


1
2
3





4
5
6
7
8
9
10

# api: streamtuner2
# title: punkcast listing





#
#
# Disables itself per default.
# ST1 looked prettier with random images within.
#




|
>
>
>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

# api: streamtuner2
# title: PunkCast
# description: Online video site that covered NYC artists. Not updated anymore.
# type: channel
# category: video
# version: 0.1
# priority: rare
#
#
# Disables itself per default.
# ST1 looked prettier with random images within.
#


34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# basic.ch broadcast archive
class punkcast (ChannelPlugin):

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

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







<







39
40
41
42
43
44
45

46
47
48
49
50
51
52
# 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"