Habe das Radio Mod. Möchte aber gerne selbst Kategorieren/Rubriken erstellen. Z.Bsp. Rock - und dann Sender , Trance... usw...
der Coode im Radio.xml ist:
Code: Alles auswählen
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
Types for Radio Stations:
wm for Windows Media (mms://, .asx),
rm for Real Media and Winamp Playlists (.ram, .ra, .pls)
-->
<livestreamradio>
<station>
<num>1</num>
<name>DV FM Radio</name>
<url>http://dv.fm/dv160.asx</url>
<broadband></broadband>
<type>wm</type>
</station>
<station>
<num>2</num>
<name>Techno4ever</name>
<url>http://www.techno4ever.net/t4e/stream/dsl_listen.asx</url>
<broadband></broadband>
<type>wm</type>
</station>
<station>
<num>3</num>
<name>Specific Radio</name>
<url>http://specific.dk/listen.asx</url>
<broadband></broadband>
<type>wm</type>
</station>
Danke