point beet towards server mount
This commit is contained in:
parent
dfeafc80b8
commit
1f7551a358
1 changed files with 5 additions and 6 deletions
|
@ -1,12 +1,13 @@
|
|||
{pkgs, ...}: let
|
||||
musicDir = "/home/xun/music/copy";
|
||||
musicDir = "/server/library/music";
|
||||
beetsDir = "/home/xun/beets";
|
||||
in {
|
||||
programs.beets = {
|
||||
enable = true;
|
||||
package = pkgs.beets-unstable;
|
||||
settings = {
|
||||
directory = "${musicDir}/beets";
|
||||
library = "${musicDir}/beets.db";
|
||||
library = "${beetsDir}/beets.db";
|
||||
|
||||
import = {
|
||||
write = true;
|
||||
|
@ -21,13 +22,11 @@ in {
|
|||
|
||||
original_date = true;
|
||||
|
||||
plugins = ["rewrite" "lyrics" "missing" "unimported" "edit" "duplicates" "info"];
|
||||
rewrite = {
|
||||
"artist GHOST" = "Ghost and Pals";
|
||||
};
|
||||
plugins = ["lyrics" "missing" "unimported" "edit" "duplicates" "info"];
|
||||
|
||||
lyrics = {
|
||||
synced = true; # prefer synced
|
||||
sources = ["lrclib" "genius" "google" "tekstowo"];
|
||||
};
|
||||
|
||||
paths = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue