[
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)