mirror of
https://github.com/beetbox/beets.git
synced 2025-12-16 05:34:47 +01:00
discogs: expand docs ever so slightly
This commit is contained in:
parent
27071a6e38
commit
06887a8cef
2 changed files with 10 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue