[
https://issues.apache.org/jira/browse/TIKA-3973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tim Allison resolved TIKA-3973.
-------------------------------
Resolution: Not A Problem
I've updated the documentation here:
https://cwiki.apache.org/confluence/display/TIKA/Migrating+to+Tika+2.0.0
If there's a better place for this documentation, please let us know. Thank
you!
> Content of Ogg file with Opus encoded content not correctly recognized
> ----------------------------------------------------------------------
>
> Key: TIKA-3973
> URL: https://issues.apache.org/jira/browse/TIKA-3973
> Project: Tika
> Issue Type: Bug
> Components: detector
> Affects Versions: 2.7.0
> Reporter: Adam Bialas
> Priority: Major
> Attachments: speech_output.ogg
>
>
> We are using tika-core:2.7.0 for file content detection. We have a ogg file
> which uses Opus audio codec (see attachment). When we try to detect content
> with metadata:
>
> {code:java}
> Metadata metadata = new Metadata();
> metadata.set(TikaCoreProperties.RESOURCE_NAME_KEY,
> FilenameUtils.getName(url));{code}
> this file is recognized as audio/vorbis which is not ok. Can you please
> verify?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)