Add a note to the docs and changelog about the new -f/--format option for mbsync.

This commit is contained in:
David Logie 2015-01-21 08:05:12 +00:00
parent f458549e4e
commit 8ccd385d85
2 changed files with 5 additions and 0 deletions

View file

@ -19,6 +19,8 @@ Features:
* :doc:`/plugins/web`: Add support for *cross-origin resource sharing* for
more flexible in-browser clients. Thanks to Andre Miller. :bug:`1236`
:bug:`1237`
* :doc:`plugins/mbsync`: Add ``-f/--format`` option for controlling
the output format for unrecognized items.
Fixes:

View file

@ -33,3 +33,6 @@ The command has a few command-line options:
* If you have the `import.write` configuration option enabled, then this
plugin will write new metadata to files' tags. To disable this, use the
``-W`` (``--nowrite``) option.
* To customize the output of unrecognized items, use the ``-f``
(``--format``) option. The default output is ``list_format_item`` or
``list_format_album`` for items and albums, respectively.