feat: mpdscribble

This commit is contained in:
Madeleine Sydney
2025-01-02 02:20:27 -07:00
parent d336291ac9
commit 1870ca57c9
5 changed files with 41 additions and 40 deletions

View File

@@ -62,18 +62,9 @@ in {
enable = true;
};
# services.mpdscribble = mkIf cfg.scrobbling.enable {
# enable = true;
# endpoints = {
# "last.fm" = {
# passwordFile = "/etc/insecure-bullshit/lastfm-password.lol";
# username = "crumb1";
# };
# "libre.fm" = {
# passwordFile = "/etc/insecure-bullshit/librefm-password.lol";
# username = "crumbtoo";
# };
# };
# };
services.mpdscribble = mkIf cfg.scrobbling.enable {
enable = true;
endpoints = cfg.scrobbling.endpoints;
};
};
}