aspTuneTracker enables you to show to other people what music you are listening to at the moment in Winamp and other players.
Requires ASP/VBScript, a directory the webserver can write to, and minor knowledge of ASP/VBScript.
Include the DisplayTunes.asp library using SSI on the page where you want to show your current tune: For example
<!-- #include virtual="/asptunetracker/DisplayTunes.asp" -->Now you need to find the URL of your RegisterTune.asp script. If you installed the scripts to /asptunetracker it would look like:
http://example.com/asptunetracker/RegisterTune.asp
To complete the URL you need to add song info. The Do Something plugin offers artist, song, album, and lots of other info, only a few of those are supported by aspTuneTracker. Your final URL should look like (on a single line):
http://example.com/asptunetracker/RegisterTune.asp? song=%%URL_CURRENTSONG%% &LENGTH=%%URL_CURRENTSONGLENGTH%% &title=%%URL_CURRENTSONGTITLE%% &artist=%%URL_CURRENTARTIST%%