feat: add some more stuff to beets to make it better to use
This commit is contained in:
parent
678cc530c4
commit
b2c74088c8
1 changed files with 7 additions and 1 deletions
|
|
@ -4,6 +4,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
flake.modules.homeManager.desktop = {
|
flake.modules.homeManager.desktop = {
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
programs.beets = {
|
programs.beets = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
@ -11,7 +15,9 @@
|
||||||
import.move = true;
|
import.move = true;
|
||||||
import.copy = false;
|
import.copy = false;
|
||||||
paths.default = "$albumartist/$album/$track $title";
|
paths.default = "$albumartist/$album/$track $title";
|
||||||
plugins = ["fetchart" "musicbrainz"];
|
|
||||||
|
plugins = ["embedart" "fetchart" "musicbrainz" "play" "missing"];
|
||||||
|
play.command = "${lib.getExe pkgs.mpv} --no-video";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue