mirror of
https://github.com/beetbox/beets.git
synced 2025-12-16 05:34:47 +01:00
Documentation tweaks for #2349
This commit is contained in:
parent
2a3f3d9bfa
commit
8a62087376
2 changed files with 11 additions and 10 deletions
|
|
@ -239,9 +239,9 @@ class AcousticPlugin(plugins.BeetsPlugin):
|
|||
# composites attributes straight away and populating the dictionary
|
||||
# `composites` with the composite attributes.
|
||||
|
||||
# When we are finished traversing `scheme`, `composites` should map
|
||||
# each composite attribute to an ordered list of the values belonging to
|
||||
# the attribute, for example:
|
||||
# When we are finished traversing `scheme`, `composites` should
|
||||
# map each composite attribute to an ordered list of the values
|
||||
# belonging to the attribute, for example:
|
||||
# `composites = {'initial_key': ['B', 'minor']}`.
|
||||
|
||||
# The recursive traversal.
|
||||
|
|
|
|||
|
|
@ -10,10 +10,11 @@ Enable the ``acousticbrainz`` plugin in your configuration (see :ref:`using-plug
|
|||
|
||||
$ beet acousticbrainz [-f] [QUERY]
|
||||
|
||||
By default, the command will only look for acousticbrainz data when the tracks doesn't
|
||||
already have it; the ``-f`` or ``--force`` switch makes it fetch acousticbrainz
|
||||
for the item. If you specify a query, only matching tracks will be processed;
|
||||
otherwise, the command processes every track in your library.
|
||||
By default, the command will only look for AcousticBrainz data when the tracks
|
||||
doesn't already have it; the ``-f`` or ``--force`` switch makes it re-download
|
||||
data even when it already exists. If you specify a query, only matching tracks
|
||||
will be processed; otherwise, the command processes every track in your
|
||||
library.
|
||||
|
||||
For all tracks with a MusicBrainz recording ID, the plugin currently sets
|
||||
these fields:
|
||||
|
|
@ -57,6 +58,6 @@ configuration file. There is one option:
|
|||
|
||||
- **auto**: Enable AcousticBrainz during ``beet import``.
|
||||
Default: ``yes``.
|
||||
- **force**: By default, beets will not override already fetched acousticbrainz data. To instead fetch acousticbrainz and override data,
|
||||
set the ``force`` option to ``yes``.
|
||||
Default: ``no``.
|
||||
- **force**: Download AcousticBrainz data even for tracks that already have
|
||||
it.
|
||||
Default: ``no``.
|
||||
|
|
|
|||
Loading…
Reference in a new issue