added rmpc and a few beets plugins.
This commit is contained in:
parent
83acb39bbb
commit
a347597bf3
|
@ -6,6 +6,7 @@
|
||||||
}: {
|
}: {
|
||||||
programs.beets = {
|
programs.beets = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
mpdIntegration.enableUpdate = true;
|
||||||
settings = {
|
settings = {
|
||||||
directory = "~/Music";
|
directory = "~/Music";
|
||||||
library = "~/Music/library.db";
|
library = "~/Music/library.db";
|
||||||
|
@ -14,21 +15,33 @@
|
||||||
write = true;
|
write = true;
|
||||||
};
|
};
|
||||||
plugins = [
|
plugins = [
|
||||||
"edit"
|
|
||||||
"fetchart"
|
|
||||||
"chroma"
|
|
||||||
"thumbnails"
|
|
||||||
"replaygain"
|
|
||||||
"mbsync"
|
|
||||||
"fuzzy"
|
|
||||||
"duplicates"
|
|
||||||
"badfiles"
|
"badfiles"
|
||||||
|
"chroma"
|
||||||
|
"deezer"
|
||||||
|
"discogs"
|
||||||
|
"duplicates"
|
||||||
|
"edit"
|
||||||
|
"embedart"
|
||||||
|
"fetchart"
|
||||||
"fromfilename"
|
"fromfilename"
|
||||||
|
"fuzzy"
|
||||||
|
"info"
|
||||||
|
"lastgenre"
|
||||||
|
"lyrics"
|
||||||
|
"mbsync"
|
||||||
|
"missing"
|
||||||
|
"replaygain"
|
||||||
|
"scrub"
|
||||||
|
"spotify"
|
||||||
|
"thumbnails"
|
||||||
];
|
];
|
||||||
replaygain = {
|
replaygain = {
|
||||||
auto = false;
|
auto = false;
|
||||||
backend = "ffmpeg";
|
backend = "ffmpeg";
|
||||||
};
|
};
|
||||||
|
duplicates = {
|
||||||
|
tiebreak.items = ["bitrate"];
|
||||||
|
};
|
||||||
asciify_paths = true;
|
asciify_paths = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -68,5 +68,6 @@ in {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
mpc-cli
|
mpc-cli
|
||||||
playerctl
|
playerctl
|
||||||
|
rmpc
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue