[ID3 Dev] Determining an offset

Scott Wheeler wheeler at kde.org
Thu Feb 16 14:02:31 PST 2006


On Thursday 16 February 2006 20:13, Morton, Christopher wrote:
> Please consider the following code (the language doesn't matter) for a
> routine that dumps ID3v2 tag data into Excel. As you do, note the binary
> offset numbers. My question is, what might be the offset number where
> the "album art" flag (1/0) is located? That's a pressing matter for this
> exercise (and that's what it is)-to determine if a given MP3 has 1) been
> tagged and 2) if the metadata includes (YES/NO) the album JPG. Thanks.

While I must say that I don't really understand the point of the question, the 
code you pasted (is that Basic?  Wow, been a while...) is an ID3v1 
implementation, not ID3v2.  ID3v1 is trivially easy since all fields are of 
fixed length and at the end of the file.  Not surprisingly, there are no 
images in ID3v1 tags.

-Scott

-- 
Confidence is the feeling you have before you understand the situation.

---------------------------------------------------------------------
To unsubscribe, e-mail: id3v2-unsubscribe at id3.org
For additional commands, e-mail: id3v2-help at id3.org



More information about the ID3v2 mailing list