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

⌈⌋ ⎇ branch:  streamtuner2


Diff

Differences From Artifact [a906bb560c]:

To Artifact [7c7eb2da06]:


1
2
3





4
5
6
7
8
9
10

# api: streamtuner2
# title: modarchive browser





#
#
# Just a genre browser.
#
# MOD files dodn't work with all audio players. And with the default
# download method, it'll receive a .zip archive with embeded .mod file.
# VLC in */* seems to work fine however.


|
>
>
>
>
>







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

# api: streamtuner2
# title: MODarchive
# description: Collection of module / tracker audio files (MOD, S3M, XM, etc.)
# type: channel
# version: 0.1
# priority: extra
# category: media
#
#
# Just a genre browser.
#
# MOD files dodn't work with all audio players. And with the default
# download method, it'll receive a .zip archive with embeded .mod file.
# VLC in */* seems to work fine however.
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# MODs
class modarchive (ChannelPlugin):

    # description
    title = "modarchive"
    module = "modarchive"
    homepage = "http://www.modarchive.org/"
    version = 0.1
    base = "http://modarchive.org/"

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







<







39
40
41
42
43
44
45

46
47
48
49
50
51
52
# MODs
class modarchive (ChannelPlugin):

    # description
    title = "modarchive"
    module = "modarchive"
    homepage = "http://www.modarchive.org/"

    base = "http://modarchive.org/"

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