Help - Search - Members - Calendar
Full Version: albumart.. which won't show ?
Hydrogenaudio Forums > Hosted Forums > foobar2000 > 3rd Party Plugins - (fb2k)
shrapner
setup my library, and downloaded album art using the album art downloader found here..

ofcourse some can't be found.. however, this one cd. has art in the folder. labled as the rest do, but yet it won't show?

any ideas?
kanak
More details needed:

i. What is the file name?
ii. Copy and paste the sources list of the album art panel (right click the album art panel, go to sources, "export sources list". open the file and paste the information here.)
shrapner
QUOTE(kanak @ Jul 23 2007, 02:17) *

More details needed:

i. What is the file name?
ii. Copy and paste the sources list of the album art panel (right click the album art panel, go to sources, "export sources list". open the file and paste the information here.)


hmmm.. the filename for the albumart is folder.jpg.. as are the ones that work..

and for 2. i'm not seeing that when i right click. i see settings. and then some code.. but no sources option
shrapner
anyone?
Paws
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.
shrapner
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.

kanak
It looks like you're confused between the albumart component and a panel UI config. Could you send a screenshot and show where you're having the trouble?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.