I have Tony Bennetts Duet II album and the Artist column contains two artists.
The layout changes in two songs. I will provide another example to explain.
It's a bit complicated to explain so I'll just give an example. Is this possible?
I realise it's might not be a simple request but I would be very grateful. Thanks
All songs apart from two are laid out like this.
Before -
Artist: Tony Bennett & Amy Winehouse
Title: Body and Soul
After -
Artist: Tony Bennett
Title: Body and Soul (ft. Amy Winehouse)
2nd Example
Before -
Artist: Tony Bennett & Queen Latifah
Title: Who Can I Turn To (When Nobody Needs Me)
After -
Artist: Tony Bennett
Title: Who Can I Turn To (When Nobody Needs Me) (ft. Queen Latifah)
The separator between first and second artist always seems to be the ampersand.
So perform a 2-step:
step 1:
add the Artist after the & to TITLE by an action of the type "Format tag field":
%title% (ft. $mid(%artist%,$add($strstr(%artist%,'& '),2),$len(%artist%)))
Step 2:
cut the superfluous artist behind the ampersand by simply replacing him/her/it with nothing:
Action: Replace with regular expression for ARTIST
Search string:
(.) &.
Replace
$1