From 2e9308f713cc692b694b9aa1d449f837fc76413d Mon Sep 17 00:00:00 2001 From: Max Goltzsche Date: Sat, 20 Apr 2024 05:33:48 +0200 Subject: [PATCH] docs: mention autogenre plugin --- docs/plugins/index.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/plugins/index.rst b/docs/plugins/index.rst index 8652d9cb7..6705344c9 100644 --- a/docs/plugins/index.rst +++ b/docs/plugins/index.rst @@ -422,6 +422,10 @@ Here are a few of the plugins written by the beets community: `beets-autofix`_ Automates repetitive tasks to keep your library in order. +`beets-autogenre`_ + Assigns genres to your library items using the :doc:`lastgenre ` + and `beets-xtractor`_ plugins as well as additional rules. + `beets-audible`_ Adds Audible as a tagger data source and provides other features for managing audiobook collections. @@ -581,3 +585,4 @@ Here are a few of the plugins written by the beets community: .. _beets-mpd-utils: https://github.com/thekakkun/beets-mpd-utils .. _beets-webm3u: https://github.com/mgoltzsche/beets-webm3u .. _beets-webrouter: https://github.com/mgoltzsche/beets-webrouter +.. _beets-autogenre: https://github.com/mgoltzsche/beets-autogenre