I am converting my music CD's to MP3 using EAC and LAME. I am editing/adding ID3 information using Mp3tag v 2.33a. The commandline for LAME defined in EAC is
-V 2 --vbr-new --add-id3v2 --pad-id3v2 --ta "%a" --tt "%t" --tl "%g" --ty "%y" --tn "%n" %s %d
When opening the files in Mp3tag, I see the following in the left pane:
Title; Artist; Album; Year; Track; Genre; Comment; Folder
These seem to be ID3v1 fields. Looking at the file information in Winamp shows additional ID3v2 fields:
Composer; Original artist; Copyright; URL; Encoded by
My questions are:
-
How can I view (and edit) the ID3v2 information, that is being written into the mp3 files by LAME, by Mp3tag?
-
I would like to add the following information to each file:
Movie; Composer; Lyricist;
How do I do that and have Mp3tag show me these fields in the left pane?
Background: Most of my CD's are compilations, so each file has a separate singer, movie, composer, lyricist in addition to having a common Album information. Presently, I'm adding this in the comment field. I would like to have them in their own ID3v2 fields, if possible.
Thanks.
Aloke