I just recently loaded and installed the *****xmms script, but it's not working the way I want it and I'm at a loss as to how to get it to work like I'm wanting it to.

Currently, the script is pulling information from XMMS when it's playing and is showing the name of the file when I tell it to print its output in *****X. An example output would be this:

Code:
* Now Playing: 05 - Victoria's Secret.mp3 [0:06/5:03]
However, I want it to pull information from the ID3 tags instead of the file name so that when I call the script, it'll show something like this:

Code:
* Now Playing: Sonata Arctica - Victoria's Secret [0:06/5:03]
My current code in *****xmms-wrap is this, if it helps:

Code:
#!/bin/bash
*****xmms '* Now Playing: %s [%d:%02d/%d:%02d]'