For renaming tags I use
$num(%track%,2) - %artist% - %title%
This worked fine as long as I used the ";" as a separator for multiple artists in the %artist% field.
Since chaning to split them ("\") only the first artist name is included in the file name.
How can I include the other ones (preferably "n")
I tried with "_1%artist" (I read in another post) but it doesn't work..
Thanks for Your reply!