Update changelog and documentation

This commit is contained in:
Dixon Xavier 2016-06-19 12:54:27 +05:30
parent a73ad99dd8
commit fbcc8dbf1e
2 changed files with 13 additions and 0 deletions

View file

@ -8,6 +8,8 @@ New features:
* A new ``--force`` option for :ref:`remove-cmd` allows removal of items
without prompting beforehand. :bug:`2042`
* A new importer configuration :ref:`duplicate_action` controls how
duplicate albums or tracks treated in import task. :bug:`185`
Some fixes for Windows:

View file

@ -550,6 +550,17 @@ with the ``-a`` flag to the :ref:`import-cmd` command.)
Default: ``yes``.
.. _duplicate_action
duplicate_action
~~~~~~~~~~~~~~~~
Either ``skip``, ``keep``, ``remove``, or ``ask``. Controls how duplicates
are treated in import task. "skip" means that new item(album or track) will be
skiped; "keep" means keep both old and new items; "remove" means remove old
item; "ask" means the user should be prompted for the action each time.
The default is ``ask``.
.. _musicbrainz-config: