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.

* Writing Plugins

  * Add Commands to the CLI

  * Listen for Events

  * Extend the Autotagger

  * Read Configuration Options

  * Add Path Format Functions and Fields

  * Extend MediaFile

  * Add Import Pipeline Stages

  * Extend the Query Syntax

  * Flexible Field Types

  * Logging

  * Append Prompt Choices

* Library Database API

  * The Library Class

  * Model Classes

    * Model base

    * Item

    * Album

    * Transactions

  * Queries

* Music Importer

* Providing a CLI
