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 2016/06/15 11:50:09 UTC

[jira] [Commented] (TIKA-2004) Add mime detection for Windows Media Metafile, PRONOM: application/x-puid-fmt-584

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

Tim Allison commented on TIKA-2004:
-----------------------------------

It looks like ".asx" is currently detected as "video/x-ms-asf".  However, it looks like .asf and .asx are very different types of files.

Should we move .asx to, say:
{noformat}
  <mime-type type="application/x-ms-asx">
    <_comment>Windows Media Metafile</_comment>
    <_comment>magic and globs derived from signature in PRONOM</_comment>
    <glob pattern="*.asx"/>
    <magic>
       <match value="<(asx|ASX) (version|Version)" type="regex" offset="0" />
    </magic>
    <sub-class-of type="application/xml"/>
  </mime-type>
{noformat}

> Add mime detection for Windows Media Metafile, PRONOM: application/x-puid-fmt-584
> ---------------------------------------------------------------------------------
>
>                 Key: TIKA-2004
>                 URL: https://issues.apache.org/jira/browse/TIKA-2004
>             Project: Tika
>          Issue Type: Improvement
>            Reporter: Tim Allison
>            Priority: Trivial
>              Labels: droid
>         Attachments: testWindowsMediaMeta.asx
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)