in eac i have 'User defined encoder' selected
using 'Additional Commandline Options' in eac
while writing the tags through the commandline the Genre part
doesn't get written for ID3V2
i tried the tagging through EAC & the genre tag gets written
here's the lines i tried
CODE
-V 1 --id3v2-only --pad-id3v2 --ta "%a" --tt "%t" --tl "%g" --ty "%y" --tn "%n" --tg "%m" --tc "%e" %s %d
-V 2 --add-id3v2 --pad-id3v2 --ta "%a" --tt "%t" --tl "%g" --ty "%y" --tn "%n" --tg "%m" --tc "%e" %s %d
-V 2 --add-id3v2 --pad-id3v2 --ta "%a" --tt "%t" --tl "%g" --ty "%y" --tn "%n" --tg "%m" --tc "%e" %s %d
when using --add-id3v2 the ID3V1 Genre tag gets written.
is there some prob or is something wrong with my commandlines...
thanks
-