mirror of
https://github.com/beetbox/beets.git
synced 2026-02-02 05:21:45 +01:00
docs: keyfinder.rst, sort options
This commit is contained in:
parent
5d25dbc0d6
commit
73048207fb
1 changed files with 5 additions and 5 deletions
|
|
@ -16,15 +16,15 @@ Configuration
|
|||
To configure the plugin, make a ``keyfinder:`` section in your
|
||||
configuration file. The available options are:
|
||||
|
||||
- **auto**: Analyze every file on
|
||||
import. Otherwise, you need to use the ``beet keyfinder`` command
|
||||
explicitly.
|
||||
Default: ``yes``
|
||||
- **bin**: The name of the `KeyFinder`_ program on your system or
|
||||
a path to the binary. If you installed the KeyFinder GUI on a Mac, for
|
||||
example, you want something like
|
||||
``/Applications/KeyFinder.app/Contents/MacOS/KeyFinder``.
|
||||
Default: ``KeyFinder`` (i.e., search for the program in your ``$PATH``).
|
||||
- **auto**: Analyze every file on
|
||||
import. Otherwise, you need to use the ``beet keyfinder`` command
|
||||
explicitly.
|
||||
Default: ``yes``.
|
||||
Default: ``KeyFinder`` (i.e., search for the program in your ``$PATH``)..
|
||||
- **overwrite**: Calculate a key even for files that already have an
|
||||
`initial_key` value.
|
||||
Default: ``no``.
|
||||
|
|
|
|||
Loading…
Reference in a new issue