Skip to content

Commit

Permalink
Simplify docs for #3220
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Apr 22, 2019
1 parent 5f9b281 commit 8b23411
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/plugins/lastgenre.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,9 @@ In addition to running automatically on import, the plugin can also be run manua
from the command line. Use the command ``beet lastgenre [QUERY]`` to fetch
genres for albums or items matching a certain query.

By default, ``beet lastgenre`` matches albums. If you would like to match
individual tracks or singletons, use the ``-A`` switch: ``beet lastgenre -A [QUERY]``.
By default, ``beet lastgenre`` matches albums. To match
individual tracks or singletons, use the ``-A`` switch:
``beet lastgenre -A [QUERY]``.

To disable automatic genre fetching on import, set the ``auto`` config option
to false.

0 comments on commit 8b23411

Please sign in to comment.