-
Notifications
You must be signed in to change notification settings - Fork 8
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
Functions not working when prio=-1 #5
Comments
I'll check the commands due |
Looked bit at the code and i think it's not shell output. in _utils.py at line 175 regex_prio = r"prio=(\d.*)" \d matches unicode digit if im not wrong and |
I'm releasing a new version of the package |
Please, update to v0.0.93 |
This version now broken with or without easyeffects |
@pablodz regex_prio = r"prio=(-?\d.*)" |
okey, there's now a v0.0.94 on pypi |
EasyEffects sets Sinks prio=-1
all functions not working while easyeffects is enabled with error:
without easyeefects all works fine
The text was updated successfully, but these errors were encountered: