@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/
tracksBtw: I haven't verified that any of this works, but it should.
Edit: Removed a redundant word