Well, I had no problems playing your streams. One of the ways of doing it is...
Here is my db
- Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<database>
<sortorder>genre</sortorder>
<item>
<parameter>http://scfire-dll0l-1.stream.aol.com:80/stream/1076</parameter>
<display>1 70s Hits Oldies Pop (96)-album</display>
<type>album</type>
<subitems>
<item>
<parameter>http://scfire-dll0l-1.stream.aol.com:80/stream/1076</parameter>
<display>1 70s Hits Oldies Pop (96)-track</display>
<type>track</type>
</item>
</subitems>
<information>
<name>70s Hits Oldies Pop</name>
<birate>96</birate>
<genre>70s</genre>
</information>
</item>
<item>
<parameter>http://91.121.44.100:8008</parameter>
<display>2 60s 70s oldies rock pop (96)-album</display>
<type>album</type>
<subitems>
<item>
<parameter>http://91.121.44.100:8008</parameter>
<display>2 60s 70s oldies rock pop (96)-track</display>
<type>track</type>
</item>
</subitems>
<information>
<name>70s Hits Oldies Pop</name>
<birate>96</birate>
<genre>70s</genre>
</information>
</item>
</database>
Since you place each stream as a album>track, I'm going to assume that you want to display your streams on the album level and you don't want to go to track level, also when you click on the album you want to tune in and play it.
DB name radio.xml
Category name: radio
In the setup->Events create new event, lets say "play_radio"; assign to it command "play file", in this command argument should be "%radio>parameter%" (note in my DB parameter on the album level is your stream). Switch to Skin Editor and assign your new event to your radio category.
Since you have track level (with "play file" you don't need this level) in your DB, but you want to stay on the album level in the skin editor in category->general in Info Screen enter some fake screen name like "12345". And that should do it.
Like I said this is just one of the ways, if you want some other layout, you would need to be more specific ....