mirror of
https://github.com/beetbox/beets.git
synced 2025-12-16 05:34:47 +01:00
Rename commands and files
This commit is contained in:
parent
5201e1cde7
commit
6337b7ff08
3 changed files with 7 additions and 7 deletions
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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, ...).
|
||||
|
|
|
|||
Loading…
Reference in a new issue