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. --- pkgs/by-name/mp/mpdpopm/src/storage/mod.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/by-name/mp/mpdpopm/src/storage/mod.rs') diff --git a/pkgs/by-name/mp/mpdpopm/src/storage/mod.rs b/pkgs/by-name/mp/mpdpopm/src/storage/mod.rs index 29cfe144..325b633a 100644 --- a/pkgs/by-name/mp/mpdpopm/src/storage/mod.rs +++ b/pkgs/by-name/mp/mpdpopm/src/storage/mod.rs @@ -93,12 +93,12 @@ pub mod play_count { #[tokio::test] async fn pc_smoke() { let mock = Box::new(Mock::new(&[ - ("sticker get song a pc", "sticker: pc=11\nOK\n"), + ("sticker get song a unwoundstack.com:playcount", "sticker: unwoundstack.com:playcount=11\nOK\n"), ( - "sticker get song a pc", + "sticker get song a unwoundstack.com:playcount", "ACK [50@0] {sticker} no such sticker\n", ), - ("sticker get song a pc", "splat!"), + ("sticker get song a unwoundstack.com:playcount", "splat!"), ])); let mut cli = Client::new(mock).unwrap(); -- cgit 1.4.1