mirror of
https://github.com/beetbox/beets.git
synced 2026-02-22 07:14:24 +01:00
Fix docs phrasing; fix changelog formatting
This commit is contained in:
parent
47fe387de1
commit
429dfb3e7a
2 changed files with 4 additions and 4 deletions
|
|
@ -36,8 +36,8 @@ New features:
|
|||
* Add :ref:`exact match <exact-match>` queries, using the prefixes ``=`` and
|
||||
``=~``.
|
||||
:bug:`4251`
|
||||
* :doc:`/plugins/discogs`: Permit appending style to genre
|
||||
* :doc:`plugins/discogs`: Implement item_candidates for matching singletons
|
||||
* :doc:`/plugins/discogs`: Permit appending style to genre.
|
||||
* :doc:`plugins/discogs`: Implement item_candidates for matching singletons.
|
||||
* :doc:`/plugins/convert`: Add a new `auto_keep` option that automatically
|
||||
converts files but keeps the *originals* in the library.
|
||||
:bug:`1840` :bug:`4302`
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@ Here are two things you can try:
|
|||
* Make sure that your system clock is accurate. The Discogs servers can reject
|
||||
your request if your clock is too out of sync.
|
||||
|
||||
Support for matching singleton tracks using ``-s`` is in progress.
|
||||
If this is not working well, try the ``--group-albums`` option in album import mode.
|
||||
Matching tracks by Discogs ID is not yet supported. The ``--group-albums``
|
||||
option in album import mode provides an alternative to singleton mode for autotagging tracks that are not in album-related folders.
|
||||
|
||||
.. _python3-discogs-client: https://github.com/joalla/discogs_client
|
||||
|
|
|
|||
Loading…
Reference in a new issue