QUOTE(cristina @ Sep 30 2006, 23:18)

hi. I borrowed Ceciperez's code (thanks a lot for sharing, btw), and added a line another member said, to make it show album art properly. like this:
CODE
$imageabs(9,$if($strcmp(%tracknumber%,01),0,$add(24,$mul(-24,%tracknumber%))),simple\albumborder.png,)
$imageabs(10,$if($strcmp(%tracknumber%,01),1,$add(25,$mul(-24,%tracknumber%))),$replace($replace(cover\%artist% - %album%.png,',',),?,),)
$imageabs2(82,82,0,$sub($mul(%_height%,%tracknumber%),%_height%),,%_height%,10,,$replace(%path%,%filename_ext%,[%album artist% - %album%]_front.jpg),)
I have every album cover inside the album folder, named like this: artist - album_front.jpg ( pulp - different class_front.jpg, for example). But some images are not named exactly the same way as the album, comas missing, or whatever, so they don' show. How can I make it show any image named *_front.jpg that is inside the album folder? I tried writing that in the code, but it don't work.
I'm sure this is easy and I feel dumb asking. help this newbe please

thanks
Try this code:
$imageabs2(80,80,0,$add($mul(%_height%,$sub(%tracknumber%,2)),$muldiv(%_height%,5,6)),,,10,,$replace($replace($replace(%path%,%filename_ext%,%artist% - %album%_front.png),',',),?,),)Sorry, this is the code (tested and jpg format)
$imageabs2(80,80,0,$add($mul(%_height%,$sub(%tracknumber%,2)),$muldiv(%_height%,5,6)),,,11,-3,$replace($replace($replace(%path%,%filename_ext%,%artist% - %album%_front.jpg),',',),?,),)