jeah, that was the thing i tried too.
Seems lik it ain't a problem of the code rather then where i place it.
I m using ELPlaylist.
Atm i tried to place it under Settings->Group Header
But that does not work....
someone here who can tell me where my fault is? And probably explain it to me;)
$puts(title_text_color,30-30-30)
$puts(art_margin_left,$if(%el_isplaying%,24,12))
$drawrect(0,0,%el_width%,%el_height%,230-230-230,)
$gradientrect(0,$sub(%el_height%,10),%el_width%,10,230-230-230,210-210-210,verticle)
$drawrect(0,$sub(%el_height%,1),%el_width%,1,180-180-180,180-180-180)
$drawrect(0,0,%el_width%,1,255-255-255,255-255-255)
//--------------album art
$if(%el_isplaying%,
$puts(mid_y,$div(%el_height%,2))
$puts(indi_x,6)
$drawtriangle($get(indi_x),$add($get(mid_y),8),$get(indi_x),$sub($get(mid_y),8),$add($get(indi_x),12),$get(mid_y),$get(title_text_color),,aa)
,)
$puts(art_size,$sub(%el_height%,20))
$drawblurrect($get(art_margin_left),10,$get(art_size),$add($get(art_size),1),$get(title_text_color),1)
$drawstring(n/a,$get(art_margin_left),10,$get(art_size),$get(art_size),255-255-255,hcenter vcenter nowrap)
$imageabs($get(art_margin_left),10,$get(art_size),$get(art_size),%path%,artreader nokeepaspect)
$drawrect($get(art_margin_left),10,$get(art_size),$get(art_size),,255-255-255)
//---------------title format
$puts(title_margin_left,$add($add($get(art_margin_left),$get(art_size)),18))
$font(,30,)
$replace(%artist%,ä,ae,ü,ue,ö,oe)
$drawtext(%artist%,$get(title_margin_left),0,$sub(%el_width%,150),$sub(%el_height%,16),$get(title_text_color),vcenter end_ellipsis)
$font(,10,)
$font(Tahoma,8,)
$puts(count_text_width,$add($gettextwidth(%el_direct_item_count%),12))
$puts(count_text_x,$sub($sub(%el_width%,$get(count_text_width)),15))
$drawroundrect($get(count_text_x),$div($sub(%el_height%,20),2),$get(count_text_width),17,3,3,$get(title_text_color),,)
$drawtext(%el_direct_item_count%,$add($get(count_text_x),1),-2,$get(count_text_width),%el_height%,255-255-255,hcenter vcenter)