Hey,
I want to thank Arunas Radzvilavicius for developing the
xmmood tool. He inspired me to make a bash script which will tell you the current song. The code that Radzvilavicius wrote only inputs "Listening to:" in the profile. You just need to make a new file with this code inside:
CODE
#!/bin/sh
/path/to/xmmood.py "`audtool --playlist-position`. `audtool --current-song` (Lenght:`audtool --current-song-length`, Volume: `audtool audtool --get-volume`%)"
Save it as test.sh (or whatever you want)
After that do chmod 600.
Finally just go to Audacious's preferences->Plugins and enable "Song Change".
This will add on the left side a new tab named "Song Change", click it.
Add this to "Command to run when Audacious starts a new song":
/path/to/the/file/test.sh
I added this line everywhere that said "Command to run" ...
Anyway you're ready to go now. Play a song and you'll see the effect

I haven't changed nothing in the actual code of Radzvilavicius! I've just made it easier for people to handle his program
NOTE !!!
You need to have "audtool" installed in order this script to work... Usually if you have Slackware and Audacious it should be there.