Łukasz Ozimek created TIKA-2312: ----------------------------------- Summary: [Mp3Parser] expose fields form ID3TagsAndAudio Key: TIKA-2312 URL: https://issues.apache.org/jira/browse/TIKA-2312 Project: Tika Issue Type: Improvement Components: parser Affects Versions: 1.14 Reporter: Łukasz Ozimek Priority: Trivial Fix For: 1.15
Hi, First of all that's my first issue in ASF jira so sorry for mistakes. Currently I am working on some custom Parsers for MP3 files. The reason I would like to have access to fields in this class is that the system from which I am transforming data depends on availability of particular version ID3 tags and this class easily allow me to do that. Moreover in current code base the Mp3Parser expose as {code} protected static ID3TagsAndAudio getAllTagHandlers(InputStream stream, ContentHandler handler) throws IOException, SAXException, TikaException { } {code} and return object which haven't any accessible field. That's make me strange. Is there any reason why is it that? -- This message was sent by Atlassian JIRA (v6.3.15#6346)