please be more specific about "latest version". Exactly what version of XBMC and VC are you using?
this is not normal behaviour. It should be easy enough to fix, but I need to figure out what xbmc is giving you that is causing this. Normally the regex command works only line by line but it sounds like maybe xbmc is giving your everything on one line. If that is the case you can adjust your regex expression from
album:(.*)
to something like
album:(.*)<li>
but that would not work for me because <li> is on the next line and VC will only try to match line by line.
this is what XBMC returns to me:
<html>
<li>Filename:musicdb://3/622/41883.mp3
<li>PlayStatus:Playing
<li>SongNo:3
<li>Type:Audio
<li>Title:Feel a Little Better
<li>Track:4
<li>Artist:Third World
<li>Album:96 Degrees In The Shade
<li>Genre:Reggae
<li>Year:1977
<li>URL:D:\mp3\Third World\96 degrees in the shade\Third World - Feel a Little Better.mp3
<li>Lyrics:
<li>Bitrate:192
<li>Samplerate:44
<li>Thumb:special://masterprofile/Thumbnails/Music/0/0b6d515a.tbn
<li>Time:00:01
<li>Duration:03:51
<li>Percentage:0
<li>File size:5568640
<li>Changed:True
</html>
Sorry about that, knew I should have posted more version info but I was moments away from total narcolepsy when I managed to cobble that post together.
I am running XBMC Dharma 10.1, but to my surprise version 0.892 of VC (didnt realize it got some updates already)
I noticed playing with the command today, that after a "what artist" request, it did actually return just the artist name (something that surprised me, because it was the first time it had worked correctly) and I promptly tried a different album (same artist) and seemed to work. But this is where it gets strange, a few moments into the song, I request "what artist" again and it went back to reading off ALL the song's info again! This befuddled me and I tried to see if it was perhaps because the music was fullscreen, or maybe in the 'music' library mode, but I really couldn't find a cause for the behavior change, still find it a little confusing.
The xml posted by Wanilton seems to be working pretty well for me, but whatever was causing what I was experiencing might still be an issue.. if there any log dump or anything I can supply you with to help improve the software I would be glad to!
Thanks for the help!