QUOTE
$imageabs2(300,300,0,0,0,0,10,10,/images\default.*,)
$imageabs2(300,300,0,0,0,0,10,10,$replace(%path%,%filename_ext%,*front*.*),)
$imageabs2(300,300,0,0,0,0,10,313,$replace(%path%,%filename_ext%,*front*.*),ROTATEFLIP-6)
$imageabs2(0,0,0,0,0,0,0,313,/images\LE5\overlay3.png,)
$imageabs2(300,300,0,0,0,0,10,10,$replace(%path%,%filename_ext%,*front*.*),)
$imageabs2(300,300,0,0,0,0,10,313,$replace(%path%,%filename_ext%,*front*.*),ROTATEFLIP-6)
$imageabs2(0,0,0,0,0,0,0,313,/images\LE5\overlay3.png,)
As you see default image is always display - album cover only if the cover is in album directory - that's fine but if cover is smaller or is more width than height i see the default cover under it. I want to have something like this:
QUOTE
if (in folder is cover) then
display cover
else
display default
display cover
else
display default
But i dont know how to do that - please help me.
I Try:
QUOTE
$if($fileexists($replace(%path%,%filename_ext%,folder.*),
$imageabs2(300,300,0,0,0,0,10,10,$replace(%path%,%filename_ext%,*front*.*),)
$imageabs2(300,300,0,0,0,0,10,313,$replace(%path%,%filename_ext%,*front*.*),ROTATEFLIP-6)
,
$imageabs2(300,300,0,0,0,0,10,10,/images\default.*,)
)
$imageabs2(0,0,0,0,0,0,0,313,/images\LE5\overlay3.png,)
$imageabs2(300,300,0,0,0,0,10,10,$replace(%path%,%filename_ext%,*front*.*),)
$imageabs2(300,300,0,0,0,0,10,313,$replace(%path%,%filename_ext%,*front*.*),ROTATEFLIP-6)
,
$imageabs2(300,300,0,0,0,0,10,10,/images\default.*,)
)
$imageabs2(0,0,0,0,0,0,0,313,/images\LE5\overlay3.png,)
But it doesn't work.
The best will be if the cover's in album folder will cycle (each one will be display for 20 seconds or something) - of course if there's no cover default will be displayed.
