Hi
Using the Convert FILENAME-TAG I am trying to append the featured artist to the Artist tag for filenames as follows
ARTIST-TRACK#-TITLE_ft._FEATURED ARTIST.mp3
I can append the artist tag using
%artist%-%track%-%title%ft.%artist%
But I would like to insert the string "Featuring" infront of the FEATURED ARTIST string like
ARTIST Featuring FEATURED ARTIST
Can a string be inserted/appended to a tag during the Convert FILENAME-TAG process ?
Thanks