Docs/changelog for #891

This commit is contained in:
Adrian Sampson 2014-08-10 16:51:42 -07:00
parent e7f1ff0e3f
commit 60c59ca96a
2 changed files with 9 additions and 4 deletions

View file

@ -12,7 +12,8 @@ New stuff
IFF chunks.
* A new :ref:`required` configuration option for the importer skips matches
that are missing certain data. Thanks to oprietop.
* The new :doc:`/plugins/bpm` lets you manually measure the tempo of a playing song. Thanks to aroquen.
* The new :doc:`/plugins/bpm` lets you manually measure the tempo of a playing
song. Thanks to aroquen.
Little improvements and fixes:
@ -73,6 +74,9 @@ Little improvements and fixes:
extensions (extensions default to the name of the preset).
* A new :ref:`asciify-paths` configuration option replaces all non-ASCII
characters in paths.
* :doc:`/plugins/convert`: A new ``--pretend`` option lets you preview the
commands the plugin will execute without actually taking any action. Thanks
to Dietrich Daroch.

View file

@ -36,14 +36,15 @@ and customize the available commands
The ``-a`` (or ``--album``) option causes the command
to match albums instead of tracks.
The ``-t`` (``--threads``) option allows you to specify or overwrite
the respective configuration option.
By default, the command places converted files into the destination directory
and leaves your library pristine. To instead back up your original files into
the destination directory and keep converted files in your library, use the
``-k`` (or ``--keep-new``) option.
To test your configuration without taking any actions, use the ``--pretend``
flag. The plugin will print out the commands it will run instead of executing
them.
Configuration
-------------