documentation and changelog for --exclude flag

This commit is contained in:
arbanhossain 2022-04-15 20:26:54 +06:00
parent 9e753c5c28
commit 9dfb80b661
2 changed files with 6 additions and 0 deletions

View file

@ -20,6 +20,8 @@ New features:
* :doc:`/plugins/convert`: Add a new `auto_keep` option that automatically * :doc:`/plugins/convert`: Add a new `auto_keep` option that automatically
converts files but keeps the *originals* in the library. converts files but keeps the *originals* in the library.
:bug:`1840` :bug:`4302` :bug:`1840` :bug:`4302`
* Added a ``-x`` (or ``--exclude``) flag to specify one/multiple plugin(s) to be
disabled at startup.
Bug fixes: Bug fixes:

View file

@ -445,6 +445,10 @@ import ...``.
specified, the plugin list in your configuration is ignored. The long form specified, the plugin list in your configuration is ignored. The long form
of this argument also allows specifying no plugins, effectively disabling of this argument also allows specifying no plugins, effectively disabling
all plugins: ``--plugins=``. all plugins: ``--plugins=``.
* ``-x EXCLUDE``: specify a comma-separated list of plugins to disable in a
specific beets run. If specified, it will exclude plugins from your configuration
and/or plugins specified using the ``-p`` flag. To disable ALL plugins, use
``--plugins=`` instead.
Beets also uses the ``BEETSDIR`` environment variable to look for Beets also uses the ``BEETSDIR`` environment variable to look for
configuration and data. configuration and data.