I've added the following string to the Album List views box:
CODE
$if3(%contentgroup%,[%content group%],none)|[%album%]|[[%disc%.][$num(%tracknumber%,2).] ]$if2(%title%,%_filename_ext%)
Which gets me a listing of files that have the "CONTENTGROUP" or "CONTENT GROUP" tag, divided by each field. But I'd like to have the Album List recognise the individual tags within each field, which are seperated with semicolons.
(And a little other thing, does anyone know how you would you get my "None" label to display at the top and not have it stuck in the middle of actual tags?)
To put it all simply, the album list displays:
CODE
- All music (476)
+ Epic;Whimsical;Druggy;Theatrical;Poignant;Ethereal (1)
+ Intense;Eccentric;Intense;Eccentric;Quirky;Difficult (1)
+ None (12)
+ Winter;Solitude;Late Night;Feeling Blue;Somber,Refined(1)
+
...and so on and so on+ Epic;Whimsical;Druggy;Theatrical;Poignant;Ethereal (1)
+ Intense;Eccentric;Intense;Eccentric;Quirky;Difficult (1)
+ None (12)
+ Winter;Solitude;Late Night;Feeling Blue;Somber,Refined(1)
+
And what I want is:
CODE
- All music (476)
+ None (12)
+ Eccentric (23)
+ Epic (20)
+ Ethereal (30)
+ Intense (22)
+ Late night (13)
+
...and so on and so on+ None (12)
+ Eccentric (23)
+ Epic (20)
+ Ethereal (30)
+ Intense (22)
+ Late night (13)
+
Any ideas? I tried playing around with the $meta_sep(X,Y,Z) function to have the tags read separately but I got very confused.
