-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Disabling plugins CLI option #4325
Comments
Sounds OK to me! It is probably worth noting that It could also be worth looking at the #3765 thread for inspiration about how to tackle this. |
Hey, if I am understanding this right, I sort of have an implementation of this in my fork. It uses |
A PR would be great! |
Can we close this issue since #4332 is merged? |
Yes, thanks for the reminder!! |
The current CLI option:
is tedious to use when many plugins are in use. Often a user might just want to disable a single plugin or a tiny list of plugins to try something/do something in a specific beets run.
Proposed solution
Add a CLI option named eg.
--disable-plugins/-P
that allows mentioning a comma separated list of plugin-names to stay disabled for that beets run.The text was updated successfully, but these errors were encountered: