Reading certain information from an MP3 file.

Hey y'all, kinda got a question on reading specific information from an mp3 file. The ID3v1.1 tag information is the last 128 bytes of an mp3 file. Each field of the tag is fixed length. I was wondering how I could navigate to the end of the file and get to these fields. I've been searching for things like fseek and so forth. But I haven't really found a good answer. Details below.

ID3v1.1 Tag Description

Tag 3 characters
Song Title 30 characters
Artist 30 characters
Album 30 characters
Year 4 characters

Comment 28 characters

Zero 1 byte
Track 1 byte
Genre 1 byte

Any Ideas?
Topic archived. No new replies allowed.