-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddradio_yellow-pages_v1_example_wdr_1live.xml
78 lines (63 loc) · 3.03 KB
/
addradio_yellow-pages_v1_example_wdr_1live.xml
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<yp:yellow-page
xmlns:yp="https://addradio.net/services/yellow-pages/v1"
aggregator-id="f0a1"
>
<yp:broadcaster id="broadcaster_id" name="Westdeutscher Rundfunk (WDR)">
<yp:stations>
<yp:station id="station_id" name="1 Live">
<yp:website url="http://www1.wdr.de/radio/1live/index.html" />
<yp:logos>
<!-- multiple qualities/formats possible -->
<yp:logo mimetype="image/png" width="624" height="624" url="http://www1.wdr.de/radio/logo-1live-100~_v-Podcast.png" />
</yp:logos>
<yp:contact>
<yp:address>
<![CDATA[1LIVE
Westdeutscher Rundfunk Köln
50600 Köln]]>
</yp:address>
<yp:email>[email protected]</yp:email>
<yp:phone>0049(0)12345 12345</yp:phone>
</yp:contact>
<yp:claim>Für den Sektor</yp:claim>
<yp:description>
<![CDATA[1LIVE ist das unangepasste Radio des WDR: provokant, anders und immer in Bewegung.
Euer Freundeskreis im Sektor!]]>
</yp:description>
<yp:location>
<yp:coordinate>
<yp:latitude>50.93333</yp:latitude>
<yp:longitude>6.95</yp:longitude>
</yp:coordinate>
<yp:city>Köln</yp:city>
<yp:state>Nordrhein-Westfalen</yp:state>
<yp:country>Germany</yp:country>
</yp:location>
<yp:channels>
<yp:channel id="channel_id" name="live">
<!-- optional: take from station if not supplied here -->
<yp:website url="http://www1.wdr.de/radio/1live/index.html" />
<yp:location>
<!-- optional: take from station if not supplied here -->
<yp:coordinate>
<yp:latitude>50.93333</yp:latitude>
<yp:longitude>6.95</yp:longitude>
</yp:coordinate>
<yp:city>Köln</yp:city>
<yp:state>Nordrhein-Westfalen</yp:state>
<yp:country>Germany</yp:country>
</yp:location>
<yp:categories>
<yp:category>Pop</yp:category>
</yp:categories>
<yp:streams>
<yp:stream id="stream_id_0" format="mp3" quality="56" url="http://addrad.io/444yxh2" />
<yp:stream id="stream_id_1" format="mp3" quality="128" url="http://addrad.io/444yxjj" />
</yp:streams>
</yp:channel>
</yp:channels>
</yp:station>
</yp:stations>
</yp:broadcaster>
</yp:yellow-page>