Hi,
I have over 14000 mp3 files and for all those files I want to copy the content of the MP3 tag 'Artist' to the MP3 tag 'Album artist' in that same file.
All the files are put in directories (maximum of 4 levels deep).
I suppose it's a mix of different versions of ID3 tags.
I already set the 'Artist' field of all my MP3 files to the correct value.
Now I do know the command mp3info (
http://ibiblio.org/mp3info/) and I can use that command on the commandline.
I need help to make a script that goes through all my MP3 files, reads the 'Artist' field and writes its contents to 'Album artist' in that same MP3.
Also preferably it does a check whether those to fields do have the same contents and if not, report to a logfile where the filename is mentioned.
This is my entire MP3 collection and I really don't want to have it messed up as you can understand.
Therefore the script needs to be working 100%.
I hope someone has a working script for me.
Thanks in advance
ZakHooi