mirror of
https://github.com/beetbox/beets.git
synced 2025-12-27 11:02:43 +01:00
Add a note to the docs and changelog about the new -f/--format option for mbsync.
This commit is contained in:
parent
f458549e4e
commit
8ccd385d85
2 changed files with 5 additions and 0 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue