mirror of
https://github.com/beetbox/beets.git
synced 2026-01-05 15:33:15 +01:00
parent
8a62087376
commit
d447d3e655
2 changed files with 5 additions and 1 deletions
|
|
@ -15,6 +15,10 @@ Features:
|
|||
:bug:`2305` :bug:`2322`
|
||||
* :doc:`/plugins/zero`: Added ``zero`` command to manually trigger the zero
|
||||
plugin. Thanks to :user:`SJoshBrown`. :bug:`2274` :bug:`2329`
|
||||
* :doc:`/plugins/acousticbrainz`: The plugin will avoid re-downloading data
|
||||
for files that already have it by default. You can override this behavior
|
||||
using a new ``force`` option. Thanks to :user:`SusannaMaria`. :bug:`2347`
|
||||
:bug:`2349`
|
||||
|
||||
Fixes:
|
||||
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ Automatic Tagging
|
|||
-----------------
|
||||
|
||||
To automatically tag files using AcousticBrainz data during import, just
|
||||
enable the ``acousticbrainz`` plugin (see :ref:`using-plugins`). When importing
|
||||
enable the ``acousticbrainz`` plugin (see :ref:`using-plugins`). When importing
|
||||
new files, beets will query the AcousticBrainz API using MBID and
|
||||
set the appropriate metadata.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue