From 8ccd385d85584c7fc1856183cfc7fe2209a73ddb Mon Sep 17 00:00:00 2001 From: David Logie Date: Wed, 21 Jan 2015 08:05:12 +0000 Subject: [PATCH] Add a note to the docs and changelog about the new -f/--format option for mbsync. --- docs/changelog.rst | 2 ++ docs/plugins/mbsync.rst | 3 +++ 2 files changed, 5 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index e6c28ee6b..3d3cbc27c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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: diff --git a/docs/plugins/mbsync.rst b/docs/plugins/mbsync.rst index 633725b69..cf89974e4 100644 --- a/docs/plugins/mbsync.rst +++ b/docs/plugins/mbsync.rst @@ -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.