wow that's insanely complicated!
do you populate %album artist% even when it is the same as %artist%?
if not, then why not just use this:
- $replace($if2(%album artist%,%artist%),;, /)
it will push %album artist% if it exists, otherwise it will just push %artist%
|