QUOTE(Paws @ Jul 25 2007, 00:26)

i think he means right click on your album art panel and then select preferences and then click on the "sources tab" then near the bottom you'll find Import and Export Source List.
Oh, maybe you got a differnet file type? .png, or .jpeg, something like that? Maybe that's your prob.
its titled folder.jpg as are the other 70 albums i have. and this is the only one that won't show.
i see no preferences option. i see in this order
Settings
Mode>
ReplayGain
Convert
Add to playback que
Properties
Utils
Tagging
Open dir
copy name
tag in tagger window (which also doesn't work ?)
run
quick search for some
browse
playback statistics
i chose settings. saw import and export. but the file was empty. only "code" i see is in settings window and its this.
CODE
// PerTrack
$puts(size,%_width%)
$puts(yoff,0)
$puts(imgpath,$replace(%path%,%filename_ext%,)folder.)
$if($fileexists($get(imgpath)png),
$puts(imgpathext,$get(imgpath)png)
$puts(runcmd,'Open Art PNG')
)
$if($fileexists($get(imgpath)jpg),
$puts(imgpathext,$get(imgpath)jpg)
$puts(runcmd,'Open Art JPG')
)
$puts(xoff,0)
$puts(bottom,$add($get(size),$get(yoff)))
$imageabs2(,,,,$get(size),$get(size),$get(xoff),$get(yoff),$getpvar(imgpath)\bignoart.png,)
$if($get(imgpathext),
$imageabs2($get(size),$get(size),,,,,$get(xoff),$get(yoff),$get(imgpathext), -NOKEEPASPECT)
$imageabs2($get(size),$get(size),,,,,$get(xoff),$get(yoff),$getpvar(imgpath)artoverlay1000 lite.png,)
$button($get(xoff),$get(yoff),0,0,$get(size),$sub($get(size),20),$getpvar(imgpath)\transparent.png,,$get(runcmd),)
,
$if(%artist%,
$imageabs2(,,,,,,$get(xoff),$add($sub($get(size),200),$get(yoff)),$getpvar(imgpath)noalbumBIG.png,)
$button($get(xoff),$get(yoff),0,0,$get(size),$sub($get(size),20),$getpvar(imgpath)transparent.png,,'Get Album Art',)
,
$imageabs2($get(size),$get(size),,,,,$get(xoff),$get(yoff),$getpvar(imgpath)playbutton.png,)
$button($get(xoff),$get(yoff),0,0,$get(size),$sub($get(size),20),$getpvar(imgpath)\transparent.png,,'Play',)
)
)
$if($strcmp($getpvar(topart.last.fm),1),
$if(%artist%,$button($sub($add($get(xoff),$get(size)),40),$sub($add($get(yoff),$get(size)),15),0,0,40,15,$getpvar(imgpath)lastfm.png,,'Open Last.fm ARTIST',))
)
$drawrect(0,$eval(%_height%-1),,1,brushcolor-SYSCOL-1 pencolor-null)
just weird its the only album that won't work. i use albumart.exe, and got all my art using it. i can see it saving the pic. and i can view it in windows explorer. but foobar just won't show it.