This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Andreas Nilsson
Recipients Andreas Nilsson
Date 2015-06-22.03:47:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434944876.38.0.395299817405.issue24479@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a decompressed example (use lmms -d <file> to decompress). Shouldn't this be parsed as XML? Here's a log of my experiment with it:

Python 2.7.9 (default, Apr  2 2015, 15:33:21) 
[GCC 4.9.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import mimetypes
>>> mimetypes.init()
>>> mimetypes.guess_type("seaman.mmp")
(None, None)
>>> mimetypes.guess_type("seaman.mmp", False)
(None, None)

By default LMMS saves as .mmpz which is the compressed type, I do not know the encryption method they use though but I can ask them if you want so!
History
Date User Action Args
2015-06-22 03:47:56Andreas Nilssonsetrecipients: + Andreas Nilsson
2015-06-22 03:47:56Andreas Nilssonsetmessageid: <1434944876.38.0.395299817405.issue24479@psf.upfronthosting.co.za>
2015-06-22 03:47:56Andreas Nilssonlinkissue24479 messages
2015-06-22 03:47:56Andreas Nilssoncreate