Return-Path: Delivered-To: apmail-incubator-tika-dev-archive@locus.apache.org Received: (qmail 54854 invoked from network); 13 Sep 2008 09:35:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Sep 2008 09:35:45 -0000 Received: (qmail 12136 invoked by uid 500); 13 Sep 2008 09:35:42 -0000 Delivered-To: apmail-incubator-tika-dev-archive@incubator.apache.org Received: (qmail 12094 invoked by uid 500); 13 Sep 2008 09:35:42 -0000 Mailing-List: contact tika-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: tika-dev@incubator.apache.org Delivered-To: mailing list tika-dev@incubator.apache.org Received: (qmail 12083 invoked by uid 99); 13 Sep 2008 09:35:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Sep 2008 02:35:42 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Sep 2008 09:34:42 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 51FA9234C1DE for ; Sat, 13 Sep 2008 02:34:44 -0700 (PDT) Message-ID: <1537847029.1221298484334.JavaMail.jira@brutus> Date: Sat, 13 Sep 2008 02:34:44 -0700 (PDT) From: "Dave Meikle (JIRA)" To: tika-dev@incubator.apache.org Subject: [jira] Updated: (TIKA-120) Add support for retrieving ID3 tags from MP3 files In-Reply-To: <16929189.1202148069243.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/TIKA-120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Meikle updated TIKA-120: ----------------------------- Attachment: TIKA-120-II.diff Update to the original patch based on Jukka's comments. I was in the middle of coding it up but the draft method works a treat - not sure if we should refactor getPrefix() and getSuffix() into a utility class? > 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-II.diff, 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.