You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ju...@apache.org on 2008/09/14 14:12:02 UTC

svn commit: r695206 - /incubator/tika/trunk/src/main/resources/mime/tika-mimetypes.xml

Author: jukka
Date: Sun Sep 14 05:12:02 2008
New Revision: 695206

URL: http://svn.apache.org/viewvc?rev=695206&view=rev
Log:
TIKA-120: Add support for retrieving ID3 tags from MP3 files

Oops, -- not allowed within XML comments.

Modified:
    incubator/tika/trunk/src/main/resources/mime/tika-mimetypes.xml

Modified: incubator/tika/trunk/src/main/resources/mime/tika-mimetypes.xml
URL: http://svn.apache.org/viewvc/incubator/tika/trunk/src/main/resources/mime/tika-mimetypes.xml?rev=695206&r1=695205&r2=695206&view=diff
==============================================================================
--- incubator/tika/trunk/src/main/resources/mime/tika-mimetypes.xml (original)
+++ incubator/tika/trunk/src/main/resources/mime/tika-mimetypes.xml Sun Sep 14 05:12:02 2008
@@ -658,7 +658,6 @@
     <glob pattern="*.mp3" />
     <magic priority="20">
       <!-- http://mpgedit.org/mpgedit/mpeg_format/MP3Format.html -->
-      <!-- ----------------------------------------------------- -->
       <!-- Bit pattern for first two bytes: 11111111 111VVLLC    -->
       <!-- VV = MPEG Audio Version ID; 10 = V2, 11 = V1          -->
       <!-- LL = Layer description; 01 = L3, 10 = L2, 11 = L1     -->