I'm trying to help someone using Mp3tag to update tags from a file. He has the data in an Excel spreadsheet and he created a CSV file. Here's a sample:
SF001,1,Straight Up,Paula Abdul
SF001,2,Faith,George Michael
SF001,3,White Wedding,Billy Idol
The first field is the folder name so I told him to use the following format string:
%dummy%,%track%,%title%,%artist%
But the error he's getting is "File ... cannot be opened for reading." I downloaded and tested the file and it worked fine for me so I'm not sure what's wrong.
What would cause that error?