Now Playing by hcs at 11:29 AM EDT on August 31, 2005
Here's my winamp plugin that will update a server with what you're currently playing. It can be used with anything that will accept the title in the URL. Specifically I've set up a service to store these. Use a URL like: http://www.halleyscometsoftware.com/nowplaying.php?user=username&pass=password&msg=%s in the configuration for the plugin. Use anything for the user name and password, the first time you use them they'll be added to the database and subsequent attempts to use the account with a different password will fail. Then you can link to the image with: http://www.halleyscometsoftware.com/nowplaying.php?user=username
to get UNKNOWNFILE's alternate display add &mode=1 to the image URL.
It'll wrap only where there is a hyphen surrounded by spaces, which it will remove from the display. This is often used to seperate track, album, and artist names so this is a logical step.
edited 5:49 PM EDT August 31, 2005
If anyone else should come up with a different display that might be interesting let me know.