mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
Add changelog note about musicbrainz
This commit is contained in:
parent
33bed79a13
commit
874fb3da7b
2 changed files with 8 additions and 0 deletions
|
|
@ -36,6 +36,12 @@ been dropped.
|
||||||
|
|
||||||
New features:
|
New features:
|
||||||
|
|
||||||
|
* :doc:`plugins/musicbrainz`: The MusicBrainz autotagger has been moved to
|
||||||
|
a separate plugin. The default :ref:`plugins-config` includes `musicbrainz`,
|
||||||
|
but if you've customized your `plugins` list in your configuration, you'll
|
||||||
|
need to explicitly add `musicbrainz` to continue using this functionality.
|
||||||
|
:bug:`2686`
|
||||||
|
:bug:`4605`
|
||||||
* :doc:`plugins/lastgenre`: The new configuration option, ``keep_existing``,
|
* :doc:`plugins/lastgenre`: The new configuration option, ``keep_existing``,
|
||||||
provides more fine-grained control over how pre-populated genre tags are
|
provides more fine-grained control over how pre-populated genre tags are
|
||||||
handled. The ``force`` option now behaves in a more conventional manner.
|
handled. The ``force`` option now behaves in a more conventional manner.
|
||||||
|
|
|
||||||
|
|
@ -58,6 +58,8 @@ directory
|
||||||
The directory to which files will be copied/moved when adding them to the
|
The directory to which files will be copied/moved when adding them to the
|
||||||
library. Defaults to a folder called ``Music`` in your home directory.
|
library. Defaults to a folder called ``Music`` in your home directory.
|
||||||
|
|
||||||
|
.. _plugins-config:
|
||||||
|
|
||||||
plugins
|
plugins
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue