-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstations.json
129 lines (129 loc) · 4.08 KB
/
stations.json
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"stations": [
{
"id": "fritzfm",
"name": "Radio Fritz",
"url": "https://www.fritz.de/include/frz/nowonair/now_on_air.html",
"type": "html",
"artistTag": "p.artist",
"titleTag": "p.songtitle",
"playlistID": "0ft1uL9ebhyess1e0gFCPV"
},
{
"id": "njoy",
"name": "N-JOY",
"url": "https://www.ndr.de/public/radioplaylists/njoy.json",
"type": "json",
"artistKey": ["song_now_interpret"],
"titleKey": ["song_now_title"],
"playlistID": "6L8fdx2VxhepDfqlOIObe7"
},
{
"id": "bollerwagen",
"name": "Radio Bollerwagen",
"url": "https://www.ffn.de/fileadmin/content/playlist-xml/radiobollerwagen.json",
"type": "json",
"artistKey": ["songs", 0, "artist"],
"titleKey": ["songs", 0, "title"],
"playlistID": "2VCbbl5tTKmYitGGayLkzZ"
},
{
"id": "1046rtl",
"name": "104.6 RTL",
"url": "https://www.104.6rtl.com/services/program-info/live/rtl",
"type": "json",
"artistKey": [4, "playHistories", 0, "track", "artist"],
"titleKey": [4, "playHistories", 0, "track", "title"],
"playlistID": "5HMQ8doHZcUrzs90CfweBr"
},
{
"id": "nrjdigital",
"name": "Energy National",
"url": "https://api.nrjnet.de/webradio/nrj-energy-de/current/national.json",
"type": "json",
"artistKey": ["artist"],
"titleKey": ["title"],
"playlistID": "64i7XRm4kdbhH4stSpnxaJ"
},
{
"id": "nrjberlin",
"name": "Energy Berlin",
"url": "https://api.nrjnet.de/webradio/nrj-energy-de/current/berlin.json",
"type": "json",
"artistKey": ["artist"],
"titleKey": ["title"],
"playlistID": "1sDhGJ5gGKDFD4QzB7q2i5"
},
{
"id": "1live",
"name": "WDR 1LIVE",
"url": "https://www.wdr.de/radio/radiotext/streamtitle_1live.txt",
"type": "plaintext",
"regex": "(?P<artist>.+?) - (?P<title>.+)",
"playlistID": "3yJEj5bAmhc6bFREajJu6t"
},
{
"id": "rs2",
"name": "94.3 rs2",
"url": "https://iris-rs2.loverad.io/flow.json?station=7",
"type": "json",
"artistKey": ["result", "entry", 0, "song", "entry", 0, "artist", "entry", 0, "name"],
"titleKey": ["result", "entry", 0, "song", "entry", 0, "title"],
"playlistID" :"4v8AVb5aOixKbR2NjDZuLq"
},
{
"id": "technobasefm",
"name": "TechnoBase.FM",
"url": "https://www.technobase.fm/index.php?option=com_broadcast&task=current.playhistory&format=json&station=technobase.fm",
"type": "json",
"artistKey": ["data", "artist"],
"titleKey": ["data", "title"],
"playlistID" :"3pwqDyaTtBTzEvR0OW8d8e"
},
{
"id": "jamfm",
"name": "Jam FM",
"url": "https://www.jam.fm/services/program-info/live/jam",
"type": "json",
"artistKey": [1, "playHistories", 0, "track", "artist"],
"titleKey": [1, "playHistories", 0, "track", "title"],
"playlistID": "6UXLkqhSWFzigYD0b8qeQB"
},
{
"id": "radio1",
"name": "Radio Eins",
"url": "https://www.radioeins.de/include/rad/nowonair/now_on_air.html",
"type": "html",
"artistTag": "p.artist",
"titleTag": "p.songtitle",
"playlistID": "2S41FhYMM5TDT3bL8XYWEK"
},
{
"id": "oe3",
"name": "Hitradio Ö3",
"url": "https://audioapi2.orf.at/oe3/api/json/current/broadcast/onair",
"type": "json",
"artistKey": ["item","interpreter"],
"titleKey": ["item","title"],
"playlistID": "41Y65txVcouuVacCJCLlYS"
},
{
"id": "antennebayern",
"name": "Antenne Bayern",
"url": "https://www.antenne.de/api/metadata/now",
"type": "json",
"artistKey": ["data", 4, "artist"],
"titleKey": ["data", 4, "title"],
"playlistID": "5F5lH6GYPgSPtvmuxqpvFZ"
},
{
"id": "kronehit",
"name": "Kronehit",
"url": "https://core-search.radioplayer.cloud/040/qp/v4/events/?rpId=19",
"type": "json",
"artistKey": ["results","now","artistName"],
"titleKey": ["results","now","name"],
"playlistID": "7L7m7femQJfvyCUt9IBFTR"
}
]
}