Help - Search - Members - Calendar
Full Version: foo_ui_columns - Azrael - More VA Dirs?
Hydrogenaudio Forums > Hosted Forums > foobar2000 > 3rd Party Plugins - (fb2k)
TheDom
Hi!

Is it possible to name more than one VA directory in the config of the Azrael foo_ui_columns script?

My line looks so:
CODE
$puts(Various-Artists_indicator,'+ Soundtracks')


So is there a way that I can tag "+ Soundtracks" and "+ Sampler" as VA dirs?

Thanks!
The Dom
Insolent
Maybe?

CODE
$puts(Various-Artists_indicator,$or('+ Soundtracks','+ Sample'))
foosion
QUOTE(Insolent @ Oct 28 2004, 07:25 AM)
Maybe?

CODE
$puts(Various-Artists_indicator,$or('+ Soundtracks','+ Sample'))
*

Definitly not, as this would set the "Various-Artists_indicator" variable to the empty string. I don't know, if there's any possibility to do what you want in this fomatting script, maybe the author can answer that.
upNorth
@TheDom: I just had a look at the Azrael formatting, and there is no way to set a second user defined VA indicator. That would require that Neksus adds another user defined indicator like:
CODE
$puts(Various-Artists_indicator2,'your string')

But, as there are hardcoded indicators too, workarounds are possible as long as you don't utilize those hardcoded ones already. As you can see in the Azrael config, they are:
includes: 'VARIOUS ARTISTS'
and
starts with: 'VA - '

1) The easiest workaround would be to replace all occurrence of "VARIOUS ARTISTS" with "+ Sampler", in the Globals formatting. It occurres three times, and when replaced, it will look for "+ Sampler" anywhere in the name of the two closest directories (seen from the file).

2) I don't know how your directory tree looks, but adding the string "VARIOUS ARTISTS" e.g. to the end of the directory name should work too. Won't look very nice, but it will work as long as it is no more than two directory levels up from the file to that string.

Example: + Sampler (VARIOUS ARTISTS)/Album/tracks


Btw: I haven't verified that any of this works, but it should.

Edit: Removed a redundant word
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.