Just almost ripped half of cd collection on EAC / FLAC for lossless archive backup since i will burn the flacs onto dvds after completeing my ripping session. One of my major issues besides finding disc space, I having to use foobar's auto-track command to re-write the track numbers since the FLAC encoder keeps adding a leading zero on the tracknumber i.e 02 or 06, which I find kind annoying and pointless to have a leading zero in tags nowdays. I looked on the net for info and could find anything, just wondering if anyone knows a way to stop the FLAC encoder to add a leading-zero on the tracknumber tag.
My EAC / FLAC command line:
CODE
-6 -V -T "artist=%a" -T "title=%t" -T "album=%g" -T "date=%y" -T "tracknumber=%n" -T "totaltracks=%x" -T "genre=%m" %s -o %d
The odd thing is totaltracks never has a leading zero, which also makes the tags look odd i.e 03/8 on a mp3 that has transcoded from FLAC based on that commandline.