mirror of
https://github.com/beetbox/beets.git
synced 2025-12-23 09:03:49 +01:00
docs: more readable list of included plugins
This commit is contained in:
parent
af0da7d1b6
commit
6bfbb899bc
1 changed files with 41 additions and 2 deletions
|
|
@ -30,10 +30,10 @@ Plugins Included With Beets
|
|||
---------------------------
|
||||
|
||||
There are a few plugins that are included with the beets distribution. They're
|
||||
disabled by default, but you can turn them on as described above:
|
||||
disabled by default, but you can turn them on as described above.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:hidden:
|
||||
|
||||
chroma
|
||||
lyrics
|
||||
|
|
@ -48,6 +48,45 @@ disabled by default, but you can turn them on as described above:
|
|||
rewrite
|
||||
m3uupdate
|
||||
|
||||
Autotagger Extensions
|
||||
''''''''''''''''''''''
|
||||
|
||||
* :doc:`chroma`: Use acoustic fingerprinting to identify audio files with
|
||||
missing or incorrect metadata.
|
||||
|
||||
Metadata
|
||||
''''''''
|
||||
|
||||
* :doc:`lyrics`: Automatically fetch song lyrics.
|
||||
* :doc:`lastgenre`: Fetch genres based on Last.fm tags.
|
||||
* :doc:`embedart`: Embed album art images into files' metadata. (By default,
|
||||
beets uses image files "on the side" instead of embedding images.)
|
||||
* :doc:`replaygain`: Calculate volume normalization for players that support it.
|
||||
* :doc:`scrub`: Clean extraneous metadata from music files.
|
||||
|
||||
Path Formats
|
||||
''''''''''''
|
||||
|
||||
* :doc:`inline`: Use Python snippets to customize path format strings.
|
||||
* :doc:`rewrite`: Substitute values in path formats.
|
||||
|
||||
Interoperability
|
||||
''''''''''''''''
|
||||
|
||||
* :doc:`mpdupdate`: Automatically notifies `MPD`_ whenever the beets library
|
||||
changes.
|
||||
* :doc:`m3uupdate`: Catalog imported files in an ``.m3u`` playlist file.
|
||||
|
||||
Miscellaneous
|
||||
'''''''''''''
|
||||
|
||||
* :doc:`web`: An experimental Web-based GUI for beets.
|
||||
* :doc:`bpd`: A music player for your beets library that emulates `MPD`_ and is
|
||||
compatible with `MPD clients`_.
|
||||
|
||||
.. _MPD: http://mpd.wikia.com/
|
||||
.. _MPD clients: http://mpd.wikia.com/wiki/Clients
|
||||
|
||||
.. _other-plugins:
|
||||
|
||||
Other Plugins
|
||||
|
|
|
|||
Loading…
Reference in a new issue