mirror of
https://github.com/beetbox/beets.git
synced 2026-01-02 14:03:12 +01:00
list options in alphabetic order
This commit is contained in:
parent
33d3ebf53f
commit
d84c776dc1
1 changed files with 3 additions and 3 deletions
|
|
@ -67,9 +67,6 @@ file. The available options mirror the command-line options:
|
|||
- **full**: List every track or album that has duplicates, not just the
|
||||
duplicates themselves.
|
||||
Default: ``no``
|
||||
- **strict**: Do not report duplicate matches if some of the
|
||||
attributes are not defined (ie. null or empty).
|
||||
Default: ``no``
|
||||
- **keys**: Define in which track or album fields duplicates are to be
|
||||
searched. By default, the plugin uses the musicbrainz track and album IDs for
|
||||
this purpose. Using the ``keys`` option (as a YAML list in the configuration
|
||||
|
|
@ -83,6 +80,9 @@ file. The available options mirror the command-line options:
|
|||
Default: none (disabled).
|
||||
- **path**: Output the path instead of metadata when listing duplicates.
|
||||
Default: ``no``.
|
||||
- **strict**: Do not report duplicate matches if some of the
|
||||
attributes are not defined (ie. null or empty).
|
||||
Default: ``no``
|
||||
- **tag**: A ``key=value`` pair. The plugin will add a new ``key`` attribute
|
||||
with ``value`` value as a flexattr to the database for duplicate items.
|
||||
Default: ``no``.
|
||||
|
|
|
|||
Loading…
Reference in a new issue