I'm looking for some help using the album list panel with 0.9 (already used and abused of the search function) :
Let's assume I have an album with three main artists (the genre is for example Jazz). I put each of them in the tag %artist%. Then I look at the album list panel (under, for example, Jazz) and I see the album 3 times. I don't want that.
Here's my
CODE
%<genre>%|[$if2(%<album artist>%,%<artist>%)]|[$num(%date%,4)] - [%album%]|[[%disc%.][$num(%tracknumber%,2).]]$if2(%title%,%_filename_ext%)
The tag %artist% is for example "Miles Davis\John Lee Hooker\Taj Mahal" and the %genre% is "Soundtrack":
--> I don't want one entry with "Miles Davis,John Lee Hooker,Taj Mahal" in the list
--> I want to be able to select the album under "Miles Davis" or "John Lee Hooker..."
--> I want to see the album only one time when I list the genre "Soundtrack"
I hope my english is clear enough ;o)
Thanks in advance for any tip !