From a6dfd1b40cecc38235d202009c4f2b16b18e4d87 Mon Sep 17 00:00:00 2001 From: ghbrown Date: Wed, 11 Jan 2023 11:40:25 -0600 Subject: [PATCH] Writing improvements --- docs/changelog.rst | 1 - docs/plugins/discogs.rst | 10 ++++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 959ea9516..66802d203 100755 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -37,7 +37,6 @@ 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` diff --git a/docs/plugins/discogs.rst b/docs/plugins/discogs.rst index 7b3ffe914..a9125e737 100644 --- a/docs/plugins/discogs.rst +++ b/docs/plugins/discogs.rst @@ -3,8 +3,7 @@ Discogs Plugin The ``discogs`` plugin extends the autotagger's search capabilities to include matches from the `Discogs`_ database when importing albums. -Note that matching of singleton tracks using the ``discogs`` plugin -is not currently supported. +(The plugin does not yet support matching singleton tracks.) .. _Discogs: https://discogs.com @@ -101,9 +100,8 @@ 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. +The plugin can only match 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