You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Tim Allison (Jira)" <ji...@apache.org> on 2020/06/01 20:47:00 UTC

[jira] [Commented] (TIKA-3104) Detection of memgraph files exported from Xcode

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

Tim Allison commented on TIKA-3104:
-----------------------------------

I just pushed a really rudimentary pblist parser to {{master}}.

For now, I'm outputting <div class="$key">$value</div>, like so...

Let me know if you'd like a different output.  

{noformat}
<body><div class="Application Version">9.0.3</div>
<div class="Features">5</div>
<div class="Library Persistent ID">6F81D37F95101437</div>
<div class="Major Version">1</div>
<div class="Minor Version">1</div>
<div class="Music Folder">file://localhost/Users/nrajlich/Music/iTunes/iTunes%20Media/</div>
<div class="Playlists"><div class="All Items">true</div>
<div class="Master">true</div>
<div class="Name">Library</div>
<div class="Playlist ID">230</div>
<div class="Playlist Items"><div class="Track ID">214</div>
<div class="Track ID">226</div>
{noformat}

> Detection of memgraph files exported from Xcode
> -----------------------------------------------
>
>                 Key: TIKA-3104
>                 URL: https://issues.apache.org/jira/browse/TIKA-3104
>             Project: Tika
>          Issue Type: Wish
>          Components: core
>    Affects Versions: 1.24
>            Reporter: Parth
>            Assignee: Tim Allison
>            Priority: Major
>              Labels: detection, features, new-parser
>         Attachments: DeepScroll_Example[4988].memgraph, memgraph.xml
>
>
> I wanted to detect a memgraph file linked by a url. But currently detection of memgraph file is not supported. I tried adding to custom-mimetypes but that did not help.  
> <mime-info>
>  <mime-type type="application/memgraph">
>  <glob pattern="*.memgraph"/>
>  </mime-type>
> </mime-info>
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)