RickRenn wrote: theres a winamp plug in to play real files but it doesnt seem to work with newer versions of winamp
What plugin are you using? I'm using Tara
http://www.musiclivesonline.com/software/watara.html
with latest winamp503 + this patch (it has update for WMP plugin):
http://forums.winamp.com/showthread.php ... did=181357
You may have to modify "radio.xml" database that BaddaBing included in his skin (PathToXlobby\skins\YourSkin\databases). Every station should have an entry in the database (edit it with notepad) like so:
<item>
<parameter>http://yourStream</parameter>
<coverart>C:\yourPathToCovers\cover.jpg</coverart>
<display>Your Station Name</display>
<type>track</type>
<information>
<trackname>Your Station Name</trackname>
<country>Station's Country</country>
<genre>Station's Genre</genre>
</information>
</item>
You may find those entries, but they are not important
<tracknumber>999</tracknumber>
<trackfilename></trackfilename>
<artist></artist>
You can also leave country and genre, but those are displayed on the radio screen.
For real streams change parameter to:
<parameter>http://addressTo/file.ram</parameter>
For WMP streams:
<parameter>mms://yourStream/.wma</parameter>
don't forget "/.wma" at the end.
This works for me and that way I can play all streams with one player from one screen in Xlobby.
One more thing, some real and wmp streams may take 2-3 seconds to load.
Good luck