[ https://issues.apache.org/jira/browse/TIKA-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630747#action_12630747 ]
Dave Meikle commented on TIKA-120: ---------------------------------- * The stream.skip(stream.available() - 128) call may not do what you expect it to do (both skip and available are not very reliable). Are you trying to get the last 128 bytes of the stream? Yes that is what I am trying to do. Should I adopt the approach used in the AutoDetectParser.getPrefix() method? * You'll want to use something like xhtml.element("p", tag.getArtist()) when generating the output. The first argument should be a valid XHTML element name. OK, will update this. > Add support for retrieving ID3 tags from MP3 files > -------------------------------------------------- > > Key: TIKA-120 > URL: https://issues.apache.org/jira/browse/TIKA-120 > Project: Tika > Issue Type: New Feature > Components: general > Reporter: Litrik De Roy > Attachments: testMP3.zip, TIKA-120.diff > > > It would be nice if Tika could retrieve ID3 tags from MP3 files. > There are a number of libraries that could be used: > MyID3 (Apache License) http://www.fightingquaker.com/myid3/ > jd3Lib (LGPL) http://sourceforge.net/projects/jd3lib/ > javamusictag (LGPL) http://javamusictag.sourceforge.net/ > jaudiotagger (LGPL) https://jaudiotagger.dev.java.net/ > There might be others (with more Apache-friendly licenses). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.