IPB

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
albumart.. which won't show ?, am i missing something?
shrapner
post Jul 23 2007, 06:32
Post #1





Group: Members
Posts: 8
Joined: 4-July 07
Member No.: 45005



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?
Go to the top of the page
+Quote Post
kanak
post Jul 23 2007, 08:17
Post #2





Group: Members
Posts: 1190
Joined: 12-January 06
From: Cambridge, MA
Member No.: 27052



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.)
Go to the top of the page
+Quote Post
shrapner
post Jul 23 2007, 09:30
Post #3





Group: Members
Posts: 8
Joined: 4-July 07
Member No.: 45005



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
Go to the top of the page
+Quote Post
shrapner
post Jul 25 2007, 06:17
Post #4





Group: Members
Posts: 8
Joined: 4-July 07
Member No.: 45005



anyone?
Go to the top of the page
+Quote Post
Paws
post Jul 25 2007, 06:26
Post #5





Group: Members
Posts: 195
Joined: 3-September 06
Member No.: 34773



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.

This post has been edited by Paws: Jul 25 2007, 06:28
Go to the top of the page
+Quote Post
shrapner
post Jul 25 2007, 08:52
Post #6





Group: Members
Posts: 8
Joined: 4-July 07
Member No.: 45005



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.
Go to the top of the page
+Quote Post
kanak
post Jul 25 2007, 08:58
Post #7





Group: Members
Posts: 1190
Joined: 12-January 06
From: Cambridge, MA
Member No.: 27052



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?
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 21st May 2013 - 21:03