diff --git a/docs/plugins/index.rst b/docs/plugins/index.rst index 2d36bd468..f0736b177 100644 --- a/docs/plugins/index.rst +++ b/docs/plugins/index.rst @@ -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