Skip to content

Commit

Permalink
Add docs for duplicate_verbose_prompt option in beetbox#4866
Browse files Browse the repository at this point in the history
  • Loading branch information
JOJ0 committed Aug 4, 2023
1 parent 5031142 commit 5afd2a6
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/reference/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,29 @@ Controls how duplicates are treated in import task.
item; "merge" means merge into one album; "ask" means the user
should be prompted for the action each time. The default is ``ask``.

.. _duplicate_verbose_prompt:

duplicate_verbose_prompt
~~~~~~~~~~~~~~~~~~~~~~~~

Usually when duplicates are detected during import, information about the
existing and the newly imported album is summarized. Enabling this option also
lists details on individual tracks. The :ref:`format_item setting
<format_item>` is applied, which would, considering the default, look like
this:

.. code-block:: console
This item is already in the library!
Old: 1 items, MP3, 320kbps, 5:56, 13.6 MiB
Artist Name - Album Name - Third Track Title
New: 2 items, MP3, 320kbps, 7:18, 17.1 MiB
Artist Name - Album Name - First Track Title
Artist Name - Album Name - Second Track Title
[S]kip new, Keep all, Remove old, Merge all?
Default: ``no``.

.. _bell:

bell
Expand Down

0 comments on commit 5afd2a6

Please sign in to comment.