EAC bug

Posted by: wfaulk

EAC bug - 26/08/2004 00:59

I've been using EAC 0.95 prebeta 5 for a while now (it's still the latest one after a few months) and I just discovered a pretty big bug.

If you have it write ID3v2.3.0 tags, it writes them wrong. ID3 tags' text strings are supposed to end in a null character, just like in C. EAC ends up writing the null character at the beginning of the string and not at the end.

The workaround is to tell it to write ID3v2.4.0 tags, oddly. But I have a lot of mistagged mp3s now. It's not going to be a lot of fun fixing them.
Posted by: hybrid8

Re: EAC bug - 26/08/2004 01:46

It's never fun to tag, but I've been fixing a lot of files recently and by far the best tag program I've ever used is Dr.Tag. Just registered it this week. Unfortunately I don't think I can even give away my registration for another tag program, Tag&Rename. Which unless it's improved by an order of magnitude over the past year, just doesn't cut the mustard.

I find Dr.Tag the best for working on multiple albums at the same time. As long as everything you want to edit falls under a folder heirarchy (ie. you can only select items from a single folder or all its sub-folders.)

BTW, I still haven't gotten a decent reply about an EAC question I have... Can you do the following:

Rip to WAV and later come back and batch-encode those WAVs with correct ID3 data?

I use Audiograbber and preferf it to all others because it will save all ID3 data into a WAV header which it can parse back out when you go batch encode any time in the future. this then gets passed to LAME on the command line and you're left with perfect tags. The earlier copies of EAC I tried didn't even have any tagging support at all.

Bruno
Posted by: wfaulk

Re: EAC bug - 26/08/2004 01:56

Unless it can manipulate data on a byte-by-byte basis, it's probably not gonna work. I'm gonna have to write a program.
Posted by: hybrid8

Re: EAC bug - 26/08/2004 22:17

Try it. It has a nice Search and Replace function that might just be able to take a null character as input...

Bruno
Posted by: wfaulk

Re: EAC bug - 07/09/2004 03:37

Well, it would appear that EAC is not at fault here, but the program I'm using to read the ID3 tags.

Apologies to EAC.