Rename commands and files

This commit is contained in:
Ohm Patel 2015-12-31 08:57:19 -06:00
parent 5201e1cde7
commit 6337b7ff08
3 changed files with 7 additions and 7 deletions

View file

@ -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):

View file

@ -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.
Additional command-line options coming soon.

View file

@ -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, ...).