+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------

Optional plugins
================
This package includes several optional plugins for beets; they need to be
enabled by adding the name to the 'plugins:' line in your config.yaml file,
and many require additional packages to be installed.

Here are a few common examples.

discogs: The discogs plugin extends the autotagger's search capabilities
to include matches from the Discogs database. Add 'discogs' to the plugins:
line in ~/.config/beets/config.yaml. You will need to login and obtain an
OAuth token for Discogs; if updating from an older version and this no
longer works, you may need to "rm ~/.config/beets/discogs_token.json"
and login again.

replaygain: This plugin adds support for ReplayGain, a technique for
normalizing audio playback levels. It requires dependencies:
"pkg_add py3-gstreamer1 gst-plugins-good".
Edit ~/.config/beets/config.yaml - add 'replaygain' to the plugins:
line, and add the following:

replaygain:
    backend: gstreamer

web: The web plugin lets your browse and listen to your library through
an HTML5 compatible browser. Install the py3-flask package and add 'web'
to the plugins: line.

keyfinder: The keyfinder plugin detects the musical key of a track and
stores it in the initial_key field of your database. It requires dependencies:
"pkg_add keyfinder-cli".
Edit ~/.config/beets/config.yaml - add 'keyfinder' to the plugins:
line, and add the following:

keyfinder:
    bin: keyfinder-cli

See https://beets.readthedocs.io/en/latest/plugins/ for a complete list.
