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
Hi, I'm trying to use musnify but when I run it I get
Loading default config Traceback (most recent call last): File "/usr/bin/musnify-mpd", line 32, in <module> host = config.get("mpd","host", fallback=os.environ.get("MPD_HOST", "localhost")) TypeError: get() got an unexpected keyword argument 'fallback'
How can I solve it? Thank you!
Edit: as a workaround, I fixed it by using the 1.1 release instead of the latest.
The text was updated successfully, but these errors were encountered:
I'll take a look. What is your python version?
Sorry, something went wrong.
Now it works, thank you. Any chance you could support embedded artwork though?
@niels0n I haven't written any code for this project since 2018, since then it has evolved through external contributions from other people.
If you or anyone else who sees this issue is interested in implementing the improvement, feel free to do so, I'll be happy to accept the MR. =]
No branches or pull requests
Hi, I'm trying to use musnify but when I run it I get
How can I solve it?
Thank you!
Edit: as a workaround, I fixed it by using the 1.1 release instead of the latest.
The text was updated successfully, but these errors were encountered: