Merge pull request #2364 from tux-00/patch-1

Add notes about AcousticBrainz requirements
This commit is contained in:
Adrian Sampson 2017-01-02 13:38:24 -05:00
commit 2d6ad4c5bd

View file

@ -21,9 +21,13 @@ To configure the plugin, make a ``absubmit:`` section in your configuration file
- **auto**: Analyze every file on import. Otherwise, you need to use the ``beet absubmit`` command explicitly.
Default: ``no``
- **extractor**: The path to the `streaming_extractor_music`_ binary.
- **extractor**: The absolute path to the `streaming_extractor_music`_ binary.
Default: search for the program in your ``$PATH``
Notes
-----
MusicBrainz track id is needed to use AcousticBrainz. Check the `streaming_extractor_music`_ download page for more information.
.. _streaming_extractor_music: http://acousticbrainz.org/download
.. _FAQ: http://acousticbrainz.org/faq
.. _pip: http://www.pip-installer.org/