Skip to content
New issue

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

Releasing new Pypi version #131

Open
Vuizur opened this issue Jan 4, 2023 · 1 comment
Open

Releasing new Pypi version #131

Vuizur opened this issue Jan 4, 2023 · 1 comment

Comments

@Vuizur
Copy link

Vuizur commented Jan 4, 2023

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!

@sjmikler
Copy link

sjmikler commented May 7, 2024

You might want to check out playsound3 that I forked and refactored to make it more robust and compliance with the new PEP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants