mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
lastgenre: Better describe fallback option in docs
This commit is contained in:
parent
13f1bec437
commit
a79dd3849a
1 changed files with 3 additions and 2 deletions
|
|
@ -173,8 +173,9 @@ configuration file. The available options are:
|
||||||
Default: ``no`` (disabled).
|
Default: ``no`` (disabled).
|
||||||
- **count**: Number of genres to fetch.
|
- **count**: Number of genres to fetch.
|
||||||
Default: 1
|
Default: 1
|
||||||
- **fallback**: A string if to use a fallback genre when no genre is found.
|
- **fallback**: A string to use as a fallback genre when no genre is found `or`
|
||||||
You can use the empty string ``''`` to reset the genre.
|
the original genre is not desired to be kept (``keep_existing: no``). You can
|
||||||
|
use the empty string ``''`` to reset the genre.
|
||||||
Default: None.
|
Default: None.
|
||||||
- **force**: By default, lastgenre will fetch new genres for empty tags only,
|
- **force**: By default, lastgenre will fetch new genres for empty tags only,
|
||||||
enable this option to always try to fetch new last.fm genres. Enable the
|
enable this option to always try to fetch new last.fm genres. Enable the
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue