From 06887a8cefee6de0bd025af85676c1d4013ef488 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Tue, 21 May 2013 18:03:03 -0700 Subject: [PATCH] discogs: expand docs ever so slightly --- docs/changelog.rst | 2 +- docs/plugins/discogs.rst | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8d4ec08a1..2e39ebe2a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -9,7 +9,7 @@ Changelog * New :doc:`/plugins/missing`: Find albums in your library that are **missing tracks**. Thanks once more to Pedro Silva. * New :doc:`/plugins/discogs`: Extends the autotagger to include matches from - the `discogs`_ database. Thanks to Artem Ponomarenko and Tai Lee. + the `Discogs`_ database. Thanks to Artem Ponomarenko and Tai Lee. * Your library now keeps track of **when music was added** to it. The new ``added`` field is a timestamp reflecting when each item and album was imported and the new ``%time{}`` template function lets you format this diff --git a/docs/plugins/discogs.rst b/docs/plugins/discogs.rst index d30dc5593..2a9fb48bd 100644 --- a/docs/plugins/discogs.rst +++ b/docs/plugins/discogs.rst @@ -1,16 +1,20 @@ Discogs Plugin ============== -The ``discogs`` plugin will extend the autotagger's search capabilities to -include matches from the `discogs`_ database. +The ``discogs`` plugin extends the autotagger's search capabilities to +include matches from the `Discogs`_ database. .. _discogs: http://discogs.com Installation ------------ -First, enable the ``discogs`` plugin (see :doc:`/plugins/index`). - -Then you will need to install the ``discogs-client`` library:: +First, enable the ``discogs`` plugin (see :doc:`/plugins/index`). Then, +install the `discogs-client`_ library by typing:: pip install discogs-client + +That's it! Matches from Discogs will now show up during import alongside +matches from MusicBrainz. + +.. _discogs-client: https://github.com/discogs/discogs_client