

i updated it a bit and fixed the CD case, part of it was cut off
TRACK INFO
Min Height: 45
Edge: none
CODE
$imageabs(,,images\royale_test.png,)
$padding(5,0)
$align(left,top)
$font(Calibri,10,bold glow- glowexpand-0 glowalpha-125,255-255-255)
$caps2(%title%)
$font(Calibri,10,glow- glowexpand-0 glowalpha-125,180-184-194)
' / '
[%artist%]
$padding(0,11)
$align(left,bottom)
$font(Calibri,9,glow- glowexpand-0 glowalpha-125,180-184-194)
[%_time_elapsed%]
$align(right,bottom)
$font(Calibri,9,glow- glowexpand-0 glowalpha-125,180-184-194)
[%length%]
$if(%rating%,
$ifequal($num(%rating%,2),00,$imageabs(297,3,images\r0.png,),)
$ifequal($num(%rating%,2),01,$imageabs(297,3,images\r1.png,),)
$ifequal($num(%rating%,2),02,$imageabs(297,3,images\r2.png,),)
$ifequal($num(%rating%,2),03,$imageabs(297,3,images\r3.png,),)
$ifequal($num(%rating%,2),04,$imageabs(297,3,images\r4.png,),)
$ifequal($num(%rating%,2),05,$imageabs(297,3,images\r5.png,),)
,$imageabs(297,3,images\r0.png,))
$puts(rating,$if2(%rating%,0))
$button(297,3,0,0,13,13,,,Rate 1,)
$button(297,3,13,0,13,13,,,Rate 2,)
$button(297,3,26,0,13,13,,,Rate 3,)
$button(297,3,39,0,13,13,,,Rate 4,)
$button(297,3,52,0,13,13,,,Rate 5,)
$padding(0,8)
$align(center,bottom)
$drawrect($muldiv(%_width%,8,100),4,$muldiv(%_width%,81,100),9,brushcolor-null pencolor-180-184-194)
$drawrect($add($muldiv(%_width%,8,100),2),6,$ifgreater($muldiv($sub($muldiv(%_width%,81,100),4),%playback_time_seconds%,%length_seconds%),0,$muldiv($sub($muldiv(%_width%,78,100),4),%playback_time_seconds%,%length_seconds%),1),5,brushcolor-240-240-240 pencolor-null)
SINGLE COLUMN PLAYLIST
Row Height:20
Group Rows:1
Edge: none
BG Color: RGB 244-244-244
Group By
CODE
%album%
Item Display
CODE
$if(%isplaying%,$imageabs(,,\images\main_bg_playing3.png,)$font(calibri,8,bold glow- glowexpand-0 glowalpha-125,255-255-255)
,$imageabs(,,\images\main_bg.png,)$font(,8,,80-80-80))
$padding(10,3)$align(left,center)
[%tracknumber% $caps2(%title%)]
$align(right,center)
$if(%isplaying%,%playback_time_remaining%,%length%)
$imageabs2(90,80,0,$sub($mul(%_height%,%_itemindex%),$add(%_height%,1)),,%_height%,208,,images\ART_cd.png,)
$imageabs2(70,70,0,$sub($mul(%_height%,%_itemindex%),$add(%_height%,4)),,%_height%,222,,$replace(%path%,%filename_ext%,folder.jpg),)
$imageabs2(90,80,0,$sub($mul(%_height%,%_itemindex%),$add(%_height%,1)),,%_height%,208,,images\case.png,)
Group Display
CODE
$imageabs(,,\images\album_bg.png,)
$padding(4,0)
$align(left,middle)
$font(Calibri,9,bold glow- glowexpand-0 glowalpha-125,255-255-255)
[%album% ]
$font(Calibri,9,glow- glowexpand-0 glowalpha-125,180-184-194)
$caps2($if(%album artist%,/ %album artist%,/ %artist%))
$font(Calibri,9,glow- glowexpand-0 glowalpha-125 ,180-184-194)
$align(right,middle)
%date%
a lot of this credit goes to Spex and moglenstar
here are them IMAGES:
http://www.rarhost.com/download-12r9e4.htmlive never used this site, seems to be working for me
QUOTE(nilsHaus @ Nov 28 2006, 18:34)

So does $div and $sub not accept non-integers?
BBMARTINI and MATRESHKA, how did you get yours to transition so smooth? On mine there always a frame no matter what I do...Unless everything is a dockable panel?
the only thing seamless on mine is the tack info mod on the top with the title bar, i just set the edge style to none and don't have any problems between it and the title bar. the rest of the images lie with in the single column playlist, so i don't have an issue with it. if you're trying to get a seamless transition between panels, that dosen't work and i don't think theres a solution to that. i avoided that by using the tool bar in the middle.