Help - Search - Members - Calendar
Full Version: A problem with Graphical Browser rev015
Hydrogenaudio Forums > Hosted Forums > foobar2000 > 3rd Party Plugins - (fb2k)
paradog
I'm using the configuration ibiza14e.fcl , but my collection is quite different from the author's,as my artistart is %DISCOGS_ARTIST_ID%_*.jpg

so I tried
(artist.path will be used to display pictures later)

CODE
$puts(artist.path,K:\artistart\$get(DISCOGS_ARTIST_ID)_*.*)


nothing changed..

again I tried

CODE
$puts(artist.path,K:\artistart\$get(DISCOGS_ARTIST_ID)*.*)


then it just selected the first pic to display for all items..

after I checked the value of %DISCOGS_ARTIST_ID%,i found this component doesnt support this tag at all..

so..what can i do to make it work??

THX in advance..



----------------
sorry about my English
thuan
Did you initialize DISCOGS_ARTIST_ID by
CODE
$puts(DISCOGS_ARTIST_ID,%DISCOGS_ARTIST_ID%)
or you can use
CODE
$puts(artist.path,K:\artistart\%DISCOGS_ARTIST_ID%_*.*)
paradog
QUOTE(thuan @ Jul 14 2008, 18:06) *

Did you initialize DISCOGS_ARTIST_ID by
CODE
$puts(DISCOGS_ARTIST_ID,%DISCOGS_ARTIST_ID%)
or you can use
CODE
$puts(artist.path,K:\artistart\%DISCOGS_ARTIST_ID%_*.*)



I tried this one first..there's no image at all..
CODE
$puts(artist.path,K:\artistart\%DISCOGS_ARTIST_ID%_*.*)


for this
CODE
$puts(DISCOGS_ARTIST_ID,%DISCOGS_ARTIST_ID%)


I tried
CODE

$puts(DISCOGS_ARTIST_ID,%DISCOGS_ARTIST_ID%)
$puts(artist.path,K:\artistart\$get(DISCOGS_ARTIST_ID)*.*)


no effect

PS:
in this line
CODE
$draw_text(%album artist%,17,$ifgreater(%gb_calc_width%,92,116,122),$eval(%gb_width%-40),28,center,vcenter,wordbreak)

I replaced %album artist% for %DISCOGS_ARTIST_ID% but it gave out a "?"(also tried with
CODE
$puts(DISCOGS_ARTIST_ID,%DISCOGS_ARTIST_ID%)
)
thuan
ic, then it seems to be a graphical browser issue. You could try mailing to tv2ch at tv2ch dot info. It's this component author's mail. Please use simple English as he's a native Japanese.

Also this component development has ceased, so the chance is slim if it's really this component issue.
dkordik
Are you using newer than foobar 0.9.5.2? Graphical browser doesn't work correctly with versions newer than this.
paradog
QUOTE(dkordik @ Jul 16 2008, 11:04) *

Are you using newer than foobar 0.9.5.2? Graphical browser doesn't work correctly with versions newer than this.


not newer..its 0.9.5.2
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.