We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
first of all thank you for developing this library! Audio is difficult 🙈.
I think it would be a great idea to release a new version on Pypi, because this code for example:
import playsound import logging if __name__ == "__main__": logging.basicConfig(level=logging.DEBUG) FILENAME = "ROME – Parlez-Vous Hate (Full Song).mp3" playsound.playsound(FILENAME)
works on the Git version, but not in 1.3.0 released on Pypi due to the special characters in the string. (It causes Error 305.)
Have a great day!
The text was updated successfully, but these errors were encountered:
You might want to check out playsound3 that I forked and refactored to make it more robust and compliance with the new PEP.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hello,
first of all thank you for developing this library! Audio is difficult 🙈.
I think it would be a great idea to release a new version on Pypi, because this code for example:
works on the Git version, but not in 1.3.0 released on Pypi due to the special characters in the string. (It causes Error 305.)
Have a great day!
The text was updated successfully, but these errors were encountered: