Hi everybody! First of all thanks for this wonderful plugin... is one of the many things that makes me use Foobar, and try to use my iPod and everything with it (jejeje is more work, but foobar and this plugin worth it!

)
I have a question: I have a lot of compilation albums (soundtracks, compilations, two or three artists albums, etc) That I want to sort as regular albums. I don't like to have a different "category" for compilations.
I'm formating my node in the next way:
$if($not($meta(album artist)),
%artist%|%date% %album%|[$num(%tracknumber%,2) - ]%title%,
%artist% - %album%|[$num(%tracknumber%,2) - ]%title%)
That is, if the album artist field is empty, use artist, but if it is not, use artist-album tag for the nodes.
Now, what I want to know is if is possible that, when I select a compilation artist (show as "artist - album" in the node) the next node shows all the album songs, not only the ones that match the artist, but all that macht the album. I have been trying with $parent, but returns "unidentify function" and in the end, I always get a one song node, that is what I don't want.
I have been using the album name in the node, without artist, but this "hides" many artists from my list (for example: I only have one song by Bob Dylan in my Natural Born Killers soundtrack. If i use the album name, is hard to know that I have, at least, one Bob Dylan´s song...) My idea is that, if I select the Bob Dylan artist node, the next node shows all the Natural born killers album, and not only the Dylan's song...
I hope i'm clear enogh... Thanks for your help and regards.