Difference between revisions of "ID3v1.1"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m
m (+cat)
Line 33: Line 33:
  
 
[[Category:Metadata]]
 
[[Category:Metadata]]
 +
[[Category:MP3]]
 
[[Category:Technical]]
 
[[Category:Technical]]

Revision as of 02:13, 12 September 2012

ID3v1 may well be easy to implement for programmers, but it sure is frustrating for those with their own, creative ideas. Since the ID3v1 tag had a fixed size and no space marked "Reserved for future use", there isn't really room for that much improvement, if you want to maintain compatibility with existing software.

Example ID3v1.1 Tag
Song title 30 characters
Artist 30 characters
Album 30 characters
Year 4 characters
Comment 28 characters
Album track 2 characters
Genre 1 byte

One who found a way out was Michael Mutschler who made a quite clever improvement on ID3v1. Since all non-filled fields must be padded with zeroed bytes its a good assumption that all ID3v1 readers will stop reading the field when they encounter a zeroed byte. If the second last byte of a field is zeroed and the last one isn't we have an extra byte to fill with information. As the comments field is to short to write anything useful in the ID3v1.1 standard declares that this field should be 28 characters, that the next byte always should be zero and that the last byte before the genre byte should contain which track on the CD this music comes from.


Additional Reading


Copyright

This material is copyrighted by Martin Nilsson, taken from ID3 made easy .