mirror of
https://github.com/beetbox/beets.git
synced 2025-12-24 01:25:47 +01:00
Update changelog and documentation
This commit is contained in:
parent
a73ad99dd8
commit
fbcc8dbf1e
2 changed files with 13 additions and 0 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue