Description
The attached patch adds support for ID3v2.3 tag parsing to the MP3 parser.
The existing ID3v1 parser is moved to the new ID3v1Handler class, and an interface ID3Tags is added that it implements
An ID3v2.3 handler is also added, with other ID3v2 variants to follow.