From 17be85d4155628b7a6a8c3e76641f20a91af4da4 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 25 Jan 2026 00:46:33 +0100 Subject: modules/{mpdpopm,legacy/beets}: Move the mpd stat tracking to mpdpopm It is just easier to use the hand-written rust version, than to try to do this via the beets plugin. --- modules/home.legacy/conf/beets/plugins.nix | 7 ------- 1 file changed, 7 deletions(-) (limited to 'modules/home.legacy/conf/beets/plugins.nix') diff --git a/modules/home.legacy/conf/beets/plugins.nix b/modules/home.legacy/conf/beets/plugins.nix index ed78b49e..01d022c4 100644 --- a/modules/home.legacy/conf/beets/plugins.nix +++ b/modules/home.legacy/conf/beets/plugins.nix @@ -29,12 +29,6 @@ # Show tags on files/queries "info" - # Create playlist from `play_count`/`skip_count` (gathered by the `mpdstats` - # plugin) - # Note that this should come _before_ the `mpdupdate` plugin, to ensure that - # `mpdupgate` can propagate changed playlist to `mpd`. - "smartplaylist" - "inline" # Warn, when importing a matching item @@ -58,6 +52,5 @@ # Allow beets to understand deezer id's # "deezer" - "mpdstats" # Transfer MPD stats to beets "mpdupdate" # Update MPD database on import ] -- cgit 1.4.1