You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/03/27 15:09:41 UTC

[jira] [Commented] (TIKA-2312) [Mp3Parser] expose fields form ID3TagsAndAudio

    [ https://issues.apache.org/jira/browse/TIKA-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15943423#comment-15943423 ] 

ASF GitHub Bot commented on TIKA-2312:
--------------------------------------

GitHub user lukaszozimek opened a pull request:

    https://github.com/apache/tika/pull/160

    TIKA-2312 proposition of exposing ID3TagsAndAudio

    [Issue Link]
    https://issues.apache.org/jira/browse/TIKA-2312

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/lukaszozimek/tika TIKA-2312-proposition

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tika/pull/160.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #160
    
----

----


> [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
>              Labels: beginner, easyfix
>             Fix For: 1.15
>
>   Original Estimate: 0.25h
>  Remaining Estimate: 0.25h
>
> 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 method 
> {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)