mirror of
https://github.com/beetbox/beets.git
synced 2026-01-01 21:42:48 +01:00
Add a configuration section that lists all options for each plugin. List options in alphabetic order. Mention the default value for each option. Use same sentences to describe concepts common to different plugins eg 'auto option, install description
23 lines
665 B
ReStructuredText
23 lines
665 B
ReStructuredText
Discogs Plugin
|
|
==============
|
|
|
|
The ``discogs`` plugin extends the autotagger's search capabilities to
|
|
include matches from the `Discogs`_ database.
|
|
|
|
.. _Discogs: http://discogs.com
|
|
|
|
Installation
|
|
------------
|
|
|
|
To use the plugin, first enable it in your configuration (see
|
|
:ref:`using-plugins`). 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.
|
|
|
|
If you have a Discogs ID for an album you want to tag, you can also enter it
|
|
at the "enter Id" prompt in the importer.
|
|
|
|
.. _discogs-client: https://github.com/discogs/discogs_client
|