Please help with this problem.
I want to change text from Artist to Album:
FROM:
Artist: Eva Cassidy & Chuck Brown
Album: The hat´s back
TO THIS:
Artist: Eva Cassidy
Album: The hat´s back feat. Chuck Brown
Thank you in advance.
Please help with this problem.
I want to change text from Artist to Album:
FROM:
Artist: Eva Cassidy & Chuck Brown
Album: The hat´s back
TO THIS:
Artist: Eva Cassidy
Album: The hat´s back feat. Chuck Brown
Thank you in advance.
Create an action group witht the following actions:
Action type "Import field" for ARTIST:
Import String: %artist% & %tmp_artist%
Action type "Format value" for ALBUM
Format string: %album% feat. %tmp_artist%
Action type "Delete field"
%tmp_artist%
Try the actions one by one as once you have deleted the user-defined field %tmp_artist% the information in that field is lost.
DD.20140417.1424.CEST
Thank you very much DetlevD.