Philip Meyer;440708 Wrote: > 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.
Thanks Philip, I've got it all sorted now ta! I was struggling with the exact wording of the RegEx, but I've got it now. I'm sure there's a more elegant solution, but I've posted mine, for what it's worth, at post #4 here > http://forums.mp3tag.de/index.php?showtopic=9747 -- moley6knipe WinXP Pro SP3 > dBpoweramp Reference 13.1 > SqueezeCenter 7.4 24614 > Squeezebox 3 > ears ------------------------------------------------------------------------ moley6knipe's Profile: http://forums.slimdevices.com/member.php?userid=10014 View this thread: http://forums.slimdevices.com/showthread.php?t=65611 _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/ripping
