I'm having a problem myself.
For some odd reason, it keeps going to the next line prematurely,
even when it has enough room to display the whole of text.
CODE
$drawrect(,,,,brushcolor-255-255-255 pencolor-255-255-255)
$padding(10,5)
$imageabs2(85,85,,,,,10,5,$replace(%path%,%filename_ext%,)folder.jpg,)
$padding(90,-5)
$font(calibri,11,bold,)
$puts(ar_w,$calcwidth(%artist%))
$drawrect(,19,$get(ar_w),1,brushcolor-100-100-100 pencolor-null)
$font(calibri,10,bold,0-0-0)[%artist%]$char(10)
$font(calibri,8,bold,0-0-0)[%album%]
$font(calibri,7,,100-100-100) %_itemcount% tracks
$font(calibri,7,,0-0-0)$char(10)[%date%]
$font(calibri,7,,0-0-0)$char(10)[%genre%]

The number of tracks should easily fit on the same line of "The Head and the Heart"
If I changed the width even slightly to smaller, The Head and the Heart, would not display fully on one line.

QUOTE(blaxima @ Oct 3 2006, 19:06)

I've added this
CODE
$if(%_selected%,$drawrect(0,0,0,0,brushcolor-128-128-255 pencolor-128-128-128))
at the end to test what your saying and it only highlights one song. I want to be able to edit multiple tracks within a playlist but not all. How do I do that?
Ah don't mind my English above ... havn't had a cig in three days and it is making head go crazy.
I meant, you can still select multiple tracks, but if you do not define it, you will not be able to visually see what you are selecting.
It
should let you select mutliple ones, the same way you select multiple items in Windows or with Columns UI (or was there a different way?); i.e. by holding shift and/or ctrl. After selecting, right click on any of the tracks and go to properties.
If it not allowing you do this, I have no idea what the problem is. Here is a picture of me selecting different items, with the properties window open.