I have a large MP3 directory and somehow the values of album
tags (or album names
) of the files (for all of them, hundreds) are actually the values of artist
tags (or artist names
) and vice-versa.
Now I have to copy the values from each other so that they are swapped for each and every single file in the directory. Or maybe I can just swap the tag names. I just want the artist
tag to show artist names and album
tags to show album name.
How should it be done as a batch edit?