mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
23 lines
592 B
ReStructuredText
23 lines
592 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: 3
|
|
:titlesonly:
|
|
|
|
plugins/index
|
|
library
|
|
importer
|
|
cli
|
|
../api/index
|