I have been fixing the album art for my music over the last few days and I have run into a problem. I am using SCPL and whenever there is an entry (typically a single) with exactly 3 tracks the art isn't displayed. If there is less that three tracks the art is cropped (any idea how to fix this without changing the "group rows" option?) and if there is more than 3 tracks it displays the art properly.
This is the code I'm using to display the art:
CODE
$imageabs2(80,65,,,80,180,10,$if($strcmp(%tracknumber%,01),1,$add(24,$mul(-24,%tracknumber%))),$replace(%path%,%filename_ext%,)cover.*, ALPHA-255)
For example this is what appears when I look at my Muse singles:
http://www.maths.tcd.ie/~pbarrett/untitled1.JPG
as you can see the entries for Cave #1 and Cave #2 have no art but Cave (Vinilo) does.
thanks for any help.
