??? I still don't really get it.
I believe the reason that Mp3tag isn't showing the fields is that for
anything other than free-form tagging system (such as vorbis comments
and APE tags) it has to specifically be looking for fields by name and
then has to map them to its own internal field names. I'm not completely
certain why that is, but Mp3tag has never worked with raw field names.
My experience with Mp3tag is that it won't remove the tag itself, just
fields within it. If you were to remove all fields within an ID3v2 tag,
an empty ID3v2 tag would still be left behind. If there are fields that
Mp3tag doesn't read and write, then it will leave them, which is what
you're probably seeing. The only way I can think to be rid of them for
sure would be to find a tool capable of removing the whole tag, then to
retag the files from scratch.
A few google searches turn up some code suggesting what the fields may
be, although much of it looks speculative. It appears they have to do
with the iTunes store and accounts through which the files were
purchased.
Code:
--------------------
const string Tags::CODE_ITUNESACCOUNT = "apID";
const string Tags::CODE_ITUNESACCOUNTTYPE = "akID";
const string Tags::CODE_ITUNESCOUNTRY = "sfID";
--------------------
http://code.google.com/p/mp4v2/wiki/iTunesMetadata
------------------------------------------------------------------------
JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=95669
_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/ripping