mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 12:02:41 +01:00
docs + changelog for GH-50 (lastgenre command)
This commit is contained in:
parent
c2b1c036e6
commit
56958d175b
2 changed files with 11 additions and 1 deletions
|
|
@ -21,7 +21,9 @@ Changelog
|
|||
expression, ``^$``.
|
||||
* Queries now correctly match non-string values in path format predicates.
|
||||
* :doc:`/plugins/lastgenre`: Use the albums' existing genre tags if they pass
|
||||
the whitelist (thank to Fabrice Laporte).
|
||||
the whitelist (thanks to Fabrice Laporte).
|
||||
* :doc:`/plugins/lastgenre`: Add a ``lastgenre`` command for fetching genres
|
||||
post facto.
|
||||
* :doc:`/plugins/fetchart`: Fix a bug where cover art filenames could lack
|
||||
a ``.jpg`` extension.
|
||||
* :doc:`/plugins/lyrics`: Fix an exception with non-ASCII lyrics.
|
||||
|
|
|
|||
|
|
@ -65,3 +65,11 @@ tree.
|
|||
|
||||
.. _YAML: http://www.yaml.org/
|
||||
.. _pyyaml: http://pyyaml.org/
|
||||
|
||||
|
||||
Running Manually
|
||||
----------------
|
||||
|
||||
In addition to running automatically on import, the plugin can also run manually
|
||||
from the command line. Use the command ``beet lastgenre [QUERY]`` to fetch
|
||||
genres for albums matching a certain query.
|
||||
|
|
|
|||
Loading…
Reference in a new issue