File: index.rst

package info (click to toggle)
beets 2.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,536 kB
  • sloc: python: 45,608; javascript: 7,997; xml: 334; sh: 261; makefile: 119
file content (17 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 `MediaFile`_, the library used by beets to read
and write metadata tags in media files.

.. _MediaFile: https://mediafile.readthedocs.io/en/latest/

.. toctree::

    plugins
    library
    importer
    cli