It looks to me like the code is not complete.
If the string that you generate for several artists contains a comma, then you could use that to trigger the "Various Artists".
I wonder how that should work for groups that consist of several names anyway (like Earth, Wind & Fire; Emerson, Lake & Palmer) - will they also be condensed to "Various artists"?
No, I mean that the code representation is not complete.
seems to be missing a number of repetition actors lik * or +.
Anyway: the whole part looks to me like it laboriously splits the data in ARTIST but as far as I understand you, you do not need this as you either want the data in ARTIST as it is or, if there is a comma in the data, you want to see "Various Artists" - is this so?
Oh,
Yes but to be sure I want it for tracks that has only 1 Artists to outputs it normally
but for tracks that has a comma (multiple artists) it outputs Various Artists
Where did you get the code?
Did it work ever at all?
How and where do you get the target information to where the link should lead?
What syntax have you tried before?
I didn't, I mixed and matched until I got the result I wanted and yeah it did work
it's a site integration that just points that the text inside the artist tag is an artist.
Anyway, I figured what the problem was,
the first artist tag was inside parentheses syntax so it was working with the quotation marks like below