Internet Explorer turns .mscz files into .zip files

4 messages Options
Embed this post
Permalink
David Bolton-2

Internet Explorer turns .mscz files into .zip files

Reply Threaded More More options
Print post
Permalink
Thomas,

Downloading .mscz files from musescore.org using Internet Explorer turns
the files extension to .zip.

Probably changing the HTTP header from a generic MIME type to the
specific MuseScore MIME types will fix this. I think Toby is using the
following for Ubuntu/Debian:

application/x-musescore (for the .mscz files) and
application/x-musescore+xml (for the .mscx files).

Of course, MusicXML files fall under either of the registered types,
application/vnd.recordare.musicxml or
application/vnd.recordare.musicxml+xml.

http://n2.nabble.com/MIME-types-td2857009.html

--
David Bolton
http://davidbolton.info


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Mscore-developer mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/mscore-developer
Toby Smithe-2

Re: Internet Explorer turns .mscz files into .zip files

Reply Threaded More More options
Print post
Permalink
2009/9/5 David Bolton <[hidden email]>:
> application/x-musescore (for the .mscz files) and
> application/x-musescore+xml (for the .mscx files).

Just posting to verify that these are indeed the MimeTypes I am using.
The important files are [1] and [2].

[1] http://bazaar.launchpad.net/~mscore-ubuntu/musescore/debian/annotate/head:/mscore.sharedmimeinfo

[2] http://bazaar.launchpad.net/~mscore-ubuntu/musescore/debian/annotate/head:/mscore.mime

--
Toby Smithe :: http://fulltinreality.com

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Mscore-developer mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/mscore-developer
lasconic

Re: Internet Explorer turns .mscz files into .zip files

Reply Threaded More More options
Print post
Permalink
Here is the adaquate drupal module:
http://drupal.org/project/filemime


2009/9/5 Toby Smithe <[hidden email]>
2009/9/5 David Bolton <[hidden email]>:
> application/x-musescore (for the .mscz files) and
> application/x-musescore+xml (for the .mscx files).

Just posting to verify that these are indeed the MimeTypes I am using.
The important files are [1] and [2].

[1] http://bazaar.launchpad.net/~mscore-ubuntu/musescore/debian/annotate/head:/mscore.sharedmimeinfo

[2] http://bazaar.launchpad.net/~mscore-ubuntu/musescore/debian/annotate/head:/mscore.mime

--
Toby Smithe :: http://fulltinreality.com

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Mscore-developer mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/mscore-developer


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Mscore-developer mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/mscore-developer
Thomas Bonte

Re: Internet Explorer turns .mscz files into .zip files

Reply Threaded More More options
Print post
Permalink
I installed the filemime module (http://drupal.org/project/filemime) and applied the following mime types:

application/x-musescore mscz
application/x-musescore+xml msc mscx
application/vnd.recordare.musicxml mxl
application/vnd.recordare.musicxml+xml xml

However, my first tests are not really successfull. Drupal is still sending mscz files back as text/plain. I didn't dig into it further and instead I added the mime types to the shared hosting mime type list.
That solves this issue. If not, let me know.


lasconic wrote:
Here is the adaquate drupal module:
http://drupal.org/project/filemime


2009/9/5 Toby Smithe <tsmithe@ubuntu.com>

> 2009/9/5 David Bolton <davidkbolton@gmail.com>:
> > application/x-musescore (for the .mscz files) and
> > application/x-musescore+xml (for the .mscx files).
>
> Just posting to verify that these are indeed the MimeTypes I am using.
> The important files are [1] and [2].
>
> [1]
> http://bazaar.launchpad.net/~mscore-ubuntu/musescore/debian/annotate/head:/mscore.sharedmimeinfo<http://bazaar.launchpad.net/%7Emscore-ubuntu/musescore/debian/annotate/head:/mscore.sharedmimeinfo>
>
> [2]
> http://bazaar.launchpad.net/~mscore-ubuntu/musescore/debian/annotate/head:/mscore.mime<http://bazaar.launchpad.net/%7Emscore-ubuntu/musescore/debian/annotate/head:/mscore.mime>
>
> --
> Toby Smithe :: http://fulltinreality.com
>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Mscore-developer mailing list
> Mscore-developer@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mscore-developer
>

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Mscore-developer mailing list
Mscore-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mscore-developer