You probably want to set up an action that has two steps. The first part will format tags, taking a sub-string from artists tag (from the first "; " to the end of the string), and putting it within the title if the length is not 0. The second part will format the artist tag, taking the sub-string of the artist tag from the first character to the character before the first occurance of "; ".
I would think this is possible in Mp3Tag (not sure about the conditional processing if you want it to cope with cases where there are not multiple artists). If it's not possible, you could always filter the list of songs to be only ones where there are occurances of "; ", and then run the action on the filtered list, so that you don't have to worry about conditional logic in the formatting. Alternatively, I believe that Foobar2000 has scripting capabilities which allows for conditional logic. _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/ripping
