I also found .msco somewhere… and .mss of course. Oh and .album.
… but yes, we need MIME types. I offer .mscx and .mscz files for donwload on my server, but I have a really hard time getting these into the Songbook äpp on Android… which MIME type should I use for them? Perhaps application/octet-stream for now? Unconfigured, Apache does not send anyContent-Type header (I just checked with curl -I $url)…
… hmm, there’s also application/x-musescore and application/x-musescore+xml and application/x-musescore+zip found in the wild, according to a Benefind search. Heh.
Comments
Isn't that multiple types?? mscz, mscx at least, but also mms, mpal and maybe a couple more?
In reply to Isn't that multiple types??… by Jojo-Schmitz
I also found
.msco
somewhere… and.mss
of course. Oh and.album
.… but yes, we need MIME types. I offer
.mscx
and.mscz
files for donwload on my server, but I have a really hard time getting these into the Songbook äpp on Android… which MIME type should I use for them? Perhapsapplication/octet-stream
for now? Unconfigured, Apache does not send anyContent-Type
header (I just checked withcurl -I $url
)…… hmm, there’s also
application/x-musescore
andapplication/x-musescore+xml
andapplication/x-musescore+zip
found in the wild, according to a Benefind search. Heh.In reply to I also found .msco somewhere… by mirabilos
MuseScore.com currently serves as
application/x-musescore mscz
with a space in the middle. That cannot be right.At this point,
application/vnd.musescore+xml
(MSCX) or+zip
(MSCZ) are probably semantically most appropriate, right?