i think im supposed to use this code in the group display rather than the item display, like so:
CODE
$imageabs2(%_width%,%_height%,,,,,,,%foobar_profile_directory%\background images\Image1.png,nokeepaspect)
$font(,10,bold glow-171-203-220 glowexpand-1,SYSCOL-15)
$alignabs(2,0,$sub(%_width%,4),$div(%_height%,2),left,top)%artist%:
$font(,8,bold,SYSCOL-15)
$alignabs(2,$div(%_height%,2),$sub(%_width%,4),$div(%_height%,2),left,top)%album%
(I changed the image to a .png file to make it easier)
this is the only instance that I see any sort of change to my playlist, but unfortunately its not he change I want. It seems to replace the normal rectangle with a transparent rectangle instead of my image.
(I should mention that I am not using panels UI as my active UI, but im using columns UI. however I have a SCPL on my columns UI, which I thought contained all the same functions as panels UI? im not sure if it isn't working because of this?)