From e46a802ebba4b4f20e39718214913dda5f7df550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20B?= Date: Mon, 2 Jan 2017 18:54:50 +0100 Subject: [PATCH] Add notes about AcousticBrainz requirements --- docs/plugins/absubmit.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/plugins/absubmit.rst b/docs/plugins/absubmit.rst index a22ec8860..9848e5fd3 100644 --- a/docs/plugins/absubmit.rst +++ b/docs/plugins/absubmit.rst @@ -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/