Help - Search - Members - Calendar
Full Version: Handling VA more intelligently
Hydrogenaudio Forums > Hosted Forums > foobar2000 > General - (fb2k)
devNull
Hi,

Is it possible to somehow recognise VA albums by the fact that the Artist
field in the tags change for one album? In other words, can I somehow
remember track 1's artist in a variable and then compare it to track 2's
artist and if they don't match assume that the album is a VA album?


Thanks,
dev
foosion
No, not in a TagZ script.
devNull
QUOTE(foosion @ Jul 20 2004, 11:53 PM)
No, not in a TagZ script.
*




OK, that's slightly disappointing, but I'm still not giving up. smile.gif

How about this - if the comment field of the tag is set to "VA" the album
is recognized as a VA album? I've tried the following


$if($strcmp(%comment%, 'VA'), is_various=1)


counting on


$if(%_is_various%,%_artistv%|%_artistvs%%artist% '-' )


to pick it up, but it doesn't. What am I doing wrong?


Cheers,
dev
foosion
QUOTE(devNull @ Jul 21 2004, 03:47 PM)
  $if($strcmp(%comment%, 'VA'), is_various=1)


counting on


  $if(%_is_various%,%_artistv%|%_artistvs%%artist% '-' )


to pick it up, but it doesn't. What am I doing wrong?
*

%fieldname% notation is for tags only. You can use variables in a script with the $get() and $puts() functions (see titleformat_help.html for details).
Nathan_
Edit:
Whoops. Wrong thread. I am an idiot. crying.gif
I don't deserve Foobar.
I'm only good enough for windows media player. sad.gif
devNull
QUOTE(foosion @ Jul 21 2004, 06:25 AM)
QUOTE(devNull @ Jul 21 2004, 03:47 PM)
  $if($strcmp(%comment%, 'VA'), is_various=1)


counting on


  $if(%_is_various%,%_artistv%|%_artistvs%%artist% '-' )


to pick it up, but it doesn't. What am I doing wrong?
*

%fieldname% notation is for tags only. You can use variables in a script with the $get() and $puts() functions (see titleformat_help.html for details).
*




Ah, I see now. Thanks a lot for your indulgence.


Cheers,
dev
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.