QUOTE(xmixahlx @ Jul 6 2007, 01:08)

QUOTE(/mnt @ Jul 3 2007, 12:55)

Does anyone know what the tagging --tv switch does?
from the lame SF patch tracker:
http://sourceforge.net/tracker/index.php?f...amp;atid=300290QUOTE
This patch enhances LAME frontend to write user-defined ID3v2.3 frames,
introducing a new option --tv:
--tv <ID=VALUE>
An argument for the --tv option consists of ID and VALUE separated by
a '=' character:
ID: four letters representing ID3v2.3 frame ID
VALUE: text value for the frame
If --tv options are specified multiple times, this patch write all of
them in the appearance order as the command-line arguments.
Some existing options for ID3 tag can be specified by --tv option
as follows.
--tt <value>, --tv TIT2=value
--ta <value>, --tv TPE1=value
--tl <value>, --tv TALB=value
--ty <value>, --tv TYER=value
--tn <value>, --tv TRCK=value
--tg <value>, --tv TCON=value
(although some are not exactly same)
My initial motivation was just to add TCMP frame (flag indicating a
compilation album; typically generated by iTunes), but generalized to
--tv option, and realized with the command-line "--tv TCMP=1".
later
Thanks for the information on that switch, i had a quick play with it and it is very usefull for Various Artist albums and custom tags and easy to use when find a list a id3 frames.
I used the --tv and ripped a VA soundtrack on EAC with this command:
-V 2 --add-id3v2 --pad-id3v2 --ignore-tag-errors --ta "%a" --tt "%t" --tg "%m" --tl "%g" --ty "%y" --tn "%n/%x" --tv TCMP=1 --tv TPE2="Various Artists" %s %d
This tags mp3s with the BAND tag and iTunes compile tag. WMP sorteted the soundtrack as a VA album and iTunes sorted it out as a compilation out of the bog without using a different id3 tagger.
But I don't know if foobar2000 uses a id frame for ALBUM ARTIST though.