mirror of
https://github.com/beetbox/beets.git
synced 2025-12-25 01:53:31 +01:00
I thought having "MusicBrainz" colored green was a little distracting since it's the common case (and universal without the discogs plugin), so this just makes it neutral-color in that case.
16 lines
375 B
ReStructuredText
16 lines
375 B
ReStructuredText
Discogs Plugin
|
|
==============
|
|
|
|
The ``discogs`` plugin will extend 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::
|
|
|
|
pip install discogs-client
|