Can someone point me in the right direction? I am trying to get the basic ID3V2 tags to end up in my mp3's while using the command line option of LAME.EXE v3.96 in EAC.
I can't get ID3 music type (GENRE (%I)) and CD Title (%L) to work. %L is the same variable EAC uses for its' low quality encoding option (%l%h) and LAME won't even try to encode the file, it bombs. %i, dumps nothing into the field, even though it is set in the cd info correctly.
My command line looks like this:
--abr 256 -F -q1 --add-id3v2 --tt "%t" --ta "%a" --ty "%y" --tn "%n" %l %h %s%d
I don't use a low and a high encoding. I just have use one.
I don't want to give up on EAC. It has worked fabulously for A LONG TIME. I just want to be able to use the ID3v2 tags which has more space to put information.
Can anyone give me a hand? Is there a better option? I like not having to create the wav file and then try to create the tags from the wav file with another program later.
Thanks.
Calvin