[
https://issues.apache.org/jira/browse/TIKA-1589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14388568#comment-14388568
]
Hudson commented on TIKA-1589:
------------------------------
SUCCESS: Integrated in tika-trunk-jdk1.7 #591 (See
[https://builds.apache.org/job/tika-trunk-jdk1.7/591/])
TIKA-1589 - Patch from Max Daniline to extract MP3 duration from files with no
ID3 tags. This closes #38 from github (nick:
http://svn.apache.org/viewvc/tika/trunk/?view=rev&rev=1670330)
* /tika/trunk/CHANGES.txt
*
/tika/trunk/tika-parsers/src/main/java/org/apache/tika/parser/mp3/Mp3Parser.java
*
/tika/trunk/tika-parsers/src/test/java/org/apache/tika/parser/mp3/Mp3ParserTest.java
* /tika/trunk/tika-parsers/src/test/resources/test-documents/testMP3noid3.mp3
> Mp3 parser does not add duration to metadata if there are no ID3 tags
> ---------------------------------------------------------------------
>
> Key: TIKA-1589
> URL: https://issues.apache.org/jira/browse/TIKA-1589
> Project: Tika
> Issue Type: Bug
> Reporter: Max Daniline
> Fix For: 1.8
>
>
> Steps to reproduce:
> * Have a file without any ID3 tags (v1 or v2)
> * Parse the file
> * Attempt to retrieve the duration by calling 'metadata.get(XMPDM.DURATION)'.
> Expected result:
> The duration should be set even for a file without ID3 tags, since it is
> independent information.
> Actual result:
> The duration is null
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)