mp3play
mp3play copied to clipboard
Automatically exported from code.google.com/p/mp3play
How to Create an instance without pass the filename? So that I can pass the filename or change the filename anytime to play. I think it is better to create...
This is because self._mode() returns a byte literal in Python 3, so comparing the result against a string will always return False. Since the change to byte literals was made...
Is there a way for the mp3 to repeat? This is for a simple rpg and trying to use for background music.
``` I open the Windows command prompt and try to install mp3play by typing: easy_install mp3play And it says that it finishes, and there are no errors. Then, when I...
Hello, I've written my own module, playsound (currently on pypi) which allows you to play WAV files on Windows and Linux plus anything supported by QuickTime (WAV, MP3, and many...
``` PEP 8 and, to a far greater degree, PEP 396 (http://www.python.org/dev/peps/pep-0396/) describe how Python modules should support version numbers. mp3play does not support this convention. This makes it more...
``` Suggestion: it's should can open mp3 on http streaming, it will be nice... ``` Original issue reported on code.google.com by `[email protected]` on 26 Aug 2012 at 6:08
``` Jonathan Coulton: code monkey. Fails to open using MCI. If that's a bug in the MP3, fine, maybe... if it's a bug in MCI, then MCI probably isn't the...