mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
documentation and changelog for --exclude flag
This commit is contained in:
parent
9e753c5c28
commit
9dfb80b661
2 changed files with 6 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ New features:
|
|||
* :doc:`/plugins/convert`: Add a new `auto_keep` option that automatically
|
||||
converts files but keeps the *originals* in the library.
|
||||
:bug:`1840` :bug:`4302`
|
||||
* Added a ``-x`` (or ``--exclude``) flag to specify one/multiple plugin(s) to be
|
||||
disabled at startup.
|
||||
|
||||
Bug fixes:
|
||||
|
||||
|
|
|
|||
|
|
@ -445,6 +445,10 @@ import ...``.
|
|||
specified, the plugin list in your configuration is ignored. The long form
|
||||
of this argument also allows specifying no plugins, effectively disabling
|
||||
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
|
||||
configuration and data.
|
||||
|
|
|
|||
Loading…
Reference in a new issue