I would like to separate values in a same tag that are separated by ',' for ex.
%styles%=Adult Alternative Pop/ Rock,Alternative Pop/ Rock,Singer/ Songwriter
...
With the normal formatting
CODE
$if2(%styles%,'()')|whateveryouwant
I get this:
All music
+()
+Adult Alternative Pop/ Rock,Alternative Pop/ Rock,Singer/ Songwriter
+Alternative Pop/ Rock
+Hard Rock,Alternative Pop/ Rock,Heavy Metal,Grunge,Alternative Metal
...
And what I woudl like is this:
+()
+Adullt Alternative Pop/ Rock
+Alternative Pop/ Rock
+Alternative Metal
+Grunge
+Hard Rock
+Heavy Metal
+Singer/ Songwriter
...
But I don't know how to get this (or if it's possible) via formatting strings, can someone help me out?
Thanks a lot!
Edit: Oh! I just thought about this, can a song be displayed in multiple %styles%? Because I guess that if this sorting can be done it has to pick a value (I guess by default it will pick the first one), but I owuld like to have it under all the values on the tag...
