-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchannel_list.js
49 lines (49 loc) · 1.2 KB
/
channel_list.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
// Channel list for .: CLI Radio :.
// Currently only MP3 streams are supported!
//
module.exports = {
"radio1" : {
"label" : "Radio 1",
"url" : "http://icecast.omroep.nl/radio1-bb-mp3"
},
"radio2": {
"label": "Radio 2",
"url": "http://icecast.omroep.nl/radio2-bb-mp3"
},
"3fm": {
"label": "3FM",
"url": "http://icecast.omroep.nl/3fm-bb-mp3"
},
"radio4" : {
"label" : "Radio 4",
"url" : "http://icecast.omroep.nl/radio4-bb-mp3"
},
"radio5" : {
"label" : "Radio 5",
"url" : "http://icecast.omroep.nl/radio5-bb-mp3"
},
"radio538" : {
"label" : "Radio 538",
"url" : "http://vip-icecast.538.lw.triple-it.nl/RADIO538_MP3"
},
"100nl" : {
"label" : "100% NL",
"url" : "http://stream.100p.nl/100pctnl.mp3"
},
"nposouljazz" : {
"label" : "NPO Soul & Jazz",
"url" : "http://icecast.omroep.nl/radio6-bb-mp3"
},
"funx" : {
"label" : "Radio FunX",
"url" : "http://icecast.omroep.nl/funx-bb-mp3"
},
"veronica" : {
"label" : "Radio Veronica",
"url" : "http://live.icecast.kpnstreaming.nl/skyradiolive-SRGSTR09.mp3"
},
"slamfm" : {
"label" : "SLAM!",
"url" : "http://icecast.streaming.castor.nl:80/slam"
}
}