beets/docs/dev/index.rst
2025-09-04 12:49:43 +01:00

29 lines
674 B
ReStructuredText

For Developers
==============
This section contains information for developers. Read on if you're interested
in hacking beets itself or creating plugins for it.
See also the documentation for the MediaFile_ and Confuse_ libraries. These are
maintained by the beets team and used to read and write metadata tags and manage
configuration files, respectively.
.. _confuse: https://confuse.readthedocs.io/en/latest/
.. _mediafile: https://mediafile.readthedocs.io/en/latest/
.. toctree::
:maxdepth: 1
:titlesonly:
plugins/index
library
importer
cli
.. toctree::
:maxdepth: 1
:caption: API Reference
../api/plugins
../api/database