Artist / Song Title [12" Version]
When EAC generates the cuesheets, it replaces the double quotes with single quotes however. (Also I'm aware that you can't name a file with double quotes). The reason for this is simply that double quotes are used to enclose the information inside a cuesheet field, so adding that double quote would end the field there. But is there a way to escape that information, like you can if you were putting it in a perl program or something? (using a backslash /").
I'd think there would be some way to do this...
If there is no way to do this, could you do a search and replace in foobar to replace all instances of 12' with 12" and such? At least then the information in my local foobar database would be correct, so if I encode to MP3s, the tag information would be correct. (Although then there's the issue with the filenames
Any advice on working around this issue would be much appreciated!