download and documentation: http://mp3imagetagextr.sourceforge.net/ShoutcastPlsDownloader/index.html.
* When your .pls are downloaded, you need to build a database for Xlobby: Mjolnir has written a Script that it can do it for you
the script :Shoutcast_to_Xml.vbs
download and edit the script :
modify those 2 lines :
- Code: Select all
Shoutcast_XML_File = "C:\Program Files\XlobbyFr\databases\shoutcast.xml"
Shoutcast_Pls_Files = "C:\Program Files\XlobbyFr\applications\Shoutcastradio"
in the first line, indicate the name and the root to your database that you want.
in the second line, indicate the folder where your .pls are.
execute the script , that's all. You don't need to assign the category to an event, xlobby will interpret the pls like an audio track
to display the information about what it's now playing, use those variables:
audioplayer>now>%trackname%
audioplayer>now>%artist%
(those variables will display the information indicated in the database, not the information recovered by the audioplayer... )
you can download my shoutcast database, where there are 420 pls links (birate minimun= 64):databaseShoutcast.zip
Later,
Dge