Skip to main content
Ctrl+K

beets

  • Guides
  • Reference
  • Plugins
  • FAQ
  • Team
    • For Developers
    • Changelog
  • Guides
  • Reference
  • Plugins
  • FAQ
  • Team
  • For Developers
  • Changelog

Section Navigation

  • Plugin Development
    • Add Commands to the CLI
    • Listen for Events
    • Extending the Autotagger
    • Further Reading
      • Read Configuration Options
      • Add Path Format Functions and Fields
      • Extend MediaFile
      • Add Import Pipeline Stages
      • Flexible Field Types
      • Logging
      • Append Prompt Choices
  • Library Database API
  • Music Importer
  • Providing a CLI
  • API Reference
    • Plugins
      • BeetsPlugin
      • MetadataSourcePlugin
      • SearchApiMetadataSourcePlugin
    • Database
      • Library
      • LibModel
      • Album
      • Item
      • Transaction
      • Query
      • FieldQuery
      • AndQuery
  • For Developers
  • API Reference
  • Plugins

Plugins#

BeetsPlugin([name])

The base class for all beets plugins.

MetadataSourcePlugin(*args, **kwargs)

A plugin that provides metadata from a specific source.

SearchApiMetadataSourcePlugin(*args, **kwargs)

Helper class to implement a metadata source plugin with an API.

previous

API Reference

next

BeetsPlugin

Show Source

© Copyright 2016, Adrian Sampson.

Created using Sphinx 8.1.3.

Built with the PyData Sphinx Theme 0.16.1.