[ https://issues.apache.org/jira/browse/TIKA-368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jukka Zitting resolved TIKA-368. -------------------------------- Resolution: Fixed Fix Version/s: 0.7 Assignee: Jukka Zitting Good stuff, thanks! I applied the patch in revision 903176. Note that I took the liberty of modifying the code slightly to conform better with the Sun coding conventions (indent at 4 spaces, use space between if/for/while and the opening parenthesis, etc.) we use in Tika. > 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 > Assignee: Jukka Zitting > Priority: Minor > Fix For: 0.7 > > Attachments: initial-mp3.patch, testMP3id3v1_v2.mp3, testMP3id3v2.mp3 > > > 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.