docs + changelog for GH-50 (lastgenre command)

This commit is contained in:
Adrian Sampson 2012-10-04 09:47:59 -07:00
parent c2b1c036e6
commit 56958d175b
2 changed files with 11 additions and 1 deletions

View file

@ -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.

View file

@ -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.