From 0f770b6dde25a6db417f470d63fcf8cbbc6fd604 Mon Sep 17 00:00:00 2001 From: Hiroto Kaku <20251225+thekakkun@users.noreply.github.com> Date: Thu, 21 Sep 2023 15:56:15 -0400 Subject: [PATCH] Add beets-mpd-utils plugin --- docs/plugins/index.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/plugins/index.rst b/docs/plugins/index.rst index 21e99e3dc..bbb4bcf34 100644 --- a/docs/plugins/index.rst +++ b/docs/plugins/index.rst @@ -475,6 +475,9 @@ Here are a few of the plugins written by the beets community: `beets-mosaic`_ Generates a montage of a mosaic from cover art. +`beets-mpd-utils`_ + Plugins to interface with `MPD`_. Comes with ``mpd_tracker`` (track play/skip counts from MPD) and ``mpd_dj`` (auto-add songs to your queue.) + `beets-noimport`_ Adds and removes directories from the incremental import skip list. @@ -550,3 +553,4 @@ Here are a few of the plugins written by the beets community: .. _drop2beets: https://github.com/martinkirch/drop2beets .. _beets-audible: https://github.com/Neurrone/beets-audible .. _beets-more: https://forgejo.sny.sh/sun/beetsplug/src/branch/main/more +.. _beets-mpd-utils: https://github.com/thekakkun/beets-mpd-utils