On Mon, 27 Jan 2020, Saurabh Bhardwaj wrote:
Currently, Tika is able to figure out whether given file is AMR file or not but doesn't return one of the most useful information for an AMR file i.e. its duration.
Generally that means we have mime-magic for detection, but don't have a parser for the format
I have written some Java code that does it & I would like to contribute to TIKA. Please forgive me but I have never contributed to open source projects before.
Great! If it has no new dependencies, we can generally add it pretty quickly. We'd just need some unit tests, but we can help you with writing those. If it needs dependencies, we'd need to check on license compatibility first
From what I understood from https://tika.apache.org/contribute.html , I need to get a JIRA ticket logged. How do I get that done? Can I do it? Can someone else do it?
Or a github pull request, if you prefer that route. For JIRA, just head to https://issues.apache.org/jira/browse/TIKA , register yourself for a new account, and raise the ticket
Thanks Nick
