From aa3c4e6f139f63ac55529520dd28f0970aec6f1d Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 24 Jan 2026 18:43:53 +0100 Subject: module/mpd: Set-up a sticker file That can be used to save meta-data from clients there. --- modules/by-name/mp/mpd/module.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/by-name/mp/mpd/module.nix') diff --git a/modules/by-name/mp/mpd/module.nix b/modules/by-name/mp/mpd/module.nix index b7c7ab5a..37c648c6 100644 --- a/modules/by-name/mp/mpd/module.nix +++ b/modules/by-name/mp/mpd/module.nix @@ -71,6 +71,7 @@ in { extraConfig = '' metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc,comment" + # Updated by the beets `mpdupdate` plugin auto_update "no" @@ -82,6 +83,8 @@ in { replaygain "track" replaygain_limit "yes" + sticker_file "${cfg.directories.data}/sticker.sql" + #database { # plugin "simple" # path "~/.local/share/mpd/db -- cgit 1.4.1