Hello,
I have been studying regex syntax today like crazy but cannot figure this one out...
I have my ARTIST tags in the following format:
ArtistFirstName ArtistLastName, AdditionalArtistFirstName AdditionalArtistLastName, etcI want to create the ARTISTSORT tag with the value as follows:
ArtistLastName, ArtistFirstName; AdditionalArtistLastName, AdditionalArtistFirstName; etcTypically the ARTIST tag will contain only a single name, but often I have multiple names so ideally the conversion should be able to handle both cases.
Based on this thread Multiple value artist tag to multiple value artistsort I have copied the %artist% tag into the ARTISTSORT tag but am not getting correct results with the replace with regex action.
Any help would be appreciated.
Thanks!