Reminder to everyone about MP3s
Just in case someone doesn't know this yet, as there are some entries that have music in mp3-form: The Windows distribution of Pygame doesn't support mp3s, so your game won't work for any Windows users. Please use oggs instead.(log in to comment)
Comments
We Linux users deal with this crap daily. Windows users can live with a few hand-edits. :)
Seriously, a set of compatibility guidelines would be helpful.
- uncondtionally playing of MP3, MIDI in pygame
- case-sensitivity of filenames
- what else?
- using os.path.join instead of hardcoded path separators
- In would-be-nice category for Windows users: use file extensions on READMEs (.txt) and startup scripts (.py)
These hints should go on the pygame wiki, which I could then reference from the pyweek help page.
PyTM30: Ubuntu Linux doesn't have MP3 playing installable by default because of the licensing issues. It's just easier if you stick to Ogg which is also a much better-quality sound format.
but i can't remember for sure what the issue was, i just remember having some troubles getting dynamite working under windows last time due to my non-usage of os.path.join
maybe i'm just imagining that ;)
Ignore my advice about the path separator thing. Always use os.path.join. I shouldn't have said otherwise.
ciw42 on 2006/04/03 16:09:
Aye. You get a much better quiality/compression ratio, and they don't have any of those nasty licencing issues either.