Index | Thread | Search

From:
Raphael Graf <r@undefined.ch>
Subject:
audio/beets README
To:
kirill@korins.ky
Cc:
ports@openbsd.org
Date:
Tue, 20 May 2025 19:48:51 +0200

Download raw body.

Thread
  • Raphael Graf:

    audio/beets README

Hi,

The diff below adds information about the keyfinder plugin to the README.
I've checked that it actually works ..

ok?

(Feel free to change the wording and commit it, if applicable.)



Index: pkg/README
===================================================================
RCS file: /cvs/ports/audio/beets/pkg/README,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 README
--- pkg/README	24 Jan 2025 10:00:48 -0000	1.11
+++ pkg/README	20 May 2025 17:32:30 -0000
@@ -30,4 +30,13 @@ web: The web plugin lets your browse and
 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.