Three final requests...
Could you add the ability to write out the current cover art? The screenshot of the PlayingNow is cool, but I would like to add a small thumbnail for the current playing track to the list of songs I am uploading.
Next, could you give us complete control over what is written out to the file? I'd like to have it set up an asp array. Instead of having to parse through the fields to build the array, I will have to tool write it out. Also, with full control, someonecould still write it out the way you have.
Finally, with the above request, would it be possible for you to return the number of the file in the list? By this I mean the literal number ecah trak holds in the list and not the track number from the tag. This number would be handy if you wanted to do something like so:
Array (1, <listnumber>) = "<artist>"
Array (2, <listnumber>) = "<album>"
Array (3, <listnumber>) = "<title>"
Of course, I suppose this all depends on how you are writing out the file. Just a thought or three...