ID3v2 support for mp3 parser ---------------------------- Key: TIKA-368 URL: https://issues.apache.org/jira/browse/TIKA-368 Project: Tika Issue Type: Improvement Components: parser Affects Versions: 0.6 Reporter: Nick Burch Priority: Minor
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. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.