diff --git a/beetsplug/acousticbrainz.py b/beetsplug/acousticbrainz.py index 615b2a2b8..bb33e0515 100644 --- a/beetsplug/acousticbrainz.py +++ b/beetsplug/acousticbrainz.py @@ -31,7 +31,7 @@ class AcousticPlugin(plugins.BeetsPlugin): super(AcousticPlugin, self).__init__() def commands(self): - cmd = ui.Subcommand('abrainz', + cmd = ui.Subcommand('acousticbrainz', help="fetch metadata from AcousticBrainz") def func(lib, opts, args): diff --git a/docs/plugins/acousticbrainz.rst b/docs/plugins/acousticbrainz.rst index 471d31fcb..f48104766 100644 --- a/docs/plugins/acousticbrainz.rst +++ b/docs/plugins/acousticbrainz.rst @@ -1,7 +1,7 @@ -ABrainz Plugin +Acousticbrainz Plugin ============== -The ``abrainz`` plugin provides a command that traverses through a library and tags tracks with valid MusicBrainz IDs with additional metadata such as +The ``acoustricbrainz`` plugin provides a command that traverses through a library and tags tracks with valid MusicBrainz IDs with additional metadata such as * ``danceable`` + Predicts how easy the track is danceable to @@ -10,8 +10,8 @@ The ``abrainz`` plugin provides a command that traverses through a library and t * ``mood_party`` + Predicts the probability this track is played in a party environment -Enable the ``abrainz`` plugin in your configuration (see :ref:`using-plugins`) and run with: +Enable the ``acousticbrainz`` plugin in your configuration (see :ref:`using-plugins`) and run with: $ beet abrainz -Additional command-line options coming soon. \ No newline at end of file +Additional command-line options coming soon. diff --git a/docs/plugins/index.rst b/docs/plugins/index.rst index 4b10275e8..0c1c4ce11 100644 --- a/docs/plugins/index.rst +++ b/docs/plugins/index.rst @@ -31,7 +31,7 @@ Each plugin has its own set of options that can be defined in a section bearing .. toctree:: :hidden: - abrainz + acousticbrainz badfiles bpd bpm @@ -95,7 +95,7 @@ Autotagger Extensions Metadata -------- -* :doc:`abrainz`: Fetch various AcousticBrainz metadata +* :doc:`acousticbrainz`: Fetch various AcousticBrainz metadata * :doc:`bpm`: Measure tempo using keystrokes. * :doc:`echonest`: Automatically fetch `acoustic attributes`_ from `the Echo Nest`_ (tempo, energy, danceability, ...).