mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
17 lines
No EOL
589 B
ReStructuredText
17 lines
No EOL
589 B
ReStructuredText
ABrainz Plugin
|
|
==============
|
|
|
|
The ``abrainz`` 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
|
|
* ``mood_happy``
|
|
+ Predicts the probability this track is played to invoke happiness
|
|
* ``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:
|
|
|
|
$ beet abrainz
|
|
|
|
Additional command-line options coming soon. |