CODE
$drawrect(0,0,0,0,pencolor-null brushcolor-SYSCOL-15)
$padding(2,4)$align(center,middle)$font(,13,,SYSCOL-8)
$if(%_trackinfo_notrack%,
No track
,
[b]%title%$char(10)
$font(,9,bold,SYSCOL-8)%artist%$char(10)[/b]
)
I have the two bold lines. If I duplicate the "artist" line and make it go underneath, I can change %artist% to %album% and then have a more detailed Track Info. That's what I wanna do. How to make it go underneath...
