I need to edit a large number of artist names in the ALBUMARTlST field that are currently in the format FIRSTNAMELAST, i.e. without separator space (e.g. MichaelJackson).
I know I can do the job through the REPLACE action, but I was wondering if there is a way to automate this task, for example by providing MP3Tag with the list (in xls format?) of names to be corrected and new values to be replaced.
Indeed.
That action relied on the pattern of a lower case character followed by an upper case character.
If you have to create a list of found spelling vs. correct spelling anyway, then I would think that filtering and sorting goes just as quickly and you save yourself the bother of thinking of a format with which you can import the list.
So the procedure would be:
Filter for a name
Select all the files
Enter the correct name in the tag panel
Save the modification.
Perhaps an initial filter helps: NOT %albumartist% HAS " "