Add Discogs singleton limitation to docs

This commit is contained in:
ghbrown 2023-01-10 12:02:35 -06:00
parent 6989bce6ca
commit 8938319075
2 changed files with 9 additions and 1 deletions

View file

@ -37,6 +37,7 @@ New features:
``=~``.
:bug:`4251`
* :doc:`/plugins/discogs`: Permit appending style to genre
* :doc:`/plugins/discogs`: State limitation when importing 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`

View file

@ -2,7 +2,9 @@ Discogs Plugin
==============
The ``discogs`` plugin extends the autotagger's search capabilities to
include matches from the `Discogs`_ database.
include matches from the `Discogs`_ database when importing albums.
Note that matching of singleton tracks using the ``discogs`` plugin
is not currently supported.
.. _Discogs: https://discogs.com
@ -99,4 +101,9 @@ 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.
Furthermore, the plugin itself is limited to matching albums, so no
Discogs matches will be reported when importing singletons using
``-s``. One possible workaround is to use the ``--group-albums``
option.
.. _python3-discogs-client: https://github.com/joalla/discogs_client