Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.05 KB

third_party_plugins.rst

File metadata and controls

18 lines (14 loc) · 1.05 KB

Third-Party Plugins

Moe's functionality can be greatly extended by the use of plugins. Third-party plugins are just plugins that have been published to PyPI and are available for anyone to add to their own setup.

If you'd like to create and publish your own plugin, see the writing plugins docs <developers/writing_plugins>.

Installation

To enable any third-party plugin, simply install the plugin per its specific install docs (pip install at a minimum), and then enable it in the enable_plugins configuration option.

Known Plugins

Below is a list of known third-party plugins for Moe. If you'd like to add your plugin to this list, please submit a pull request.

  • musicbrainz - Musicbrainz integration.
  • random - CLI command to output a random item from your library.
  • transcode - API functions for transcoding music in your library.