1
0
Fork 0

Remove mpdstats noone is using them anyways

This commit is contained in:
Malte Brandy 2022-03-22 23:56:04 +01:00
parent 08ed99ae63
commit affb411dd4

View file

@ -13,7 +13,7 @@
"genre:soundtrack" = "Soundtrack/$album/%if{$multidisc,Disc $disc/}$track. $title";
"genre:classical" = "$genre/%the{$composer}/$album/%if{$multidisc,Disc $disc/}$track. $title";
};
plugins = "convert web mpdstats mpdupdate fromfilename the duplicates missing inline";
plugins = "convert web fromfilename the duplicates missing inline";
item_fields.multidisc = "1 if disctotal > 1 else 0";
convert = {
auto = true;
@ -22,12 +22,4 @@
never_convert_lossy_files = true;
};
};
systemd.user.services.beets-mpdstats = {
Unit.Description = "beets.io mpdstats recorder";
Install.WantedBy = ["default.target"];
Service = {
ExecStart = "${pkgs.beets}/bin/beet mpdstats";
Restart = "always";
};
};
}