diff --git a/docs/changelog.rst b/docs/changelog.rst index 2321b5618..c54a9ce47 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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. diff --git a/docs/plugins/lastgenre.rst b/docs/plugins/lastgenre.rst index accd7c819..aad040076 100644 --- a/docs/plugins/lastgenre.rst +++ b/docs/plugins/lastgenre.rst @@ -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.