mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
users/foo-dogsquared: fix beets config
This commit is contained in:
parent
a6d591f31b
commit
823da5ed9c
@ -84,26 +84,27 @@ in {
|
||||
"smartplaylist"
|
||||
"spotify"
|
||||
];
|
||||
ignore_hidden = "yes";
|
||||
ignore_hidden = true;
|
||||
directory = musicDir;
|
||||
ui.colors = "yes";
|
||||
ui.color = true;
|
||||
|
||||
import = {
|
||||
link = "no";
|
||||
resume = "yes";
|
||||
incremental = "yes";
|
||||
group_albums = "yes";
|
||||
move = true;
|
||||
link = false;
|
||||
resume = true;
|
||||
incremental = true;
|
||||
group_albums = true;
|
||||
log = "beets.log";
|
||||
};
|
||||
|
||||
match = {
|
||||
required = "year label";
|
||||
ignore_video_tracks = "yes";
|
||||
ignore_video_tracks = true;
|
||||
};
|
||||
|
||||
# Plugins configuration.
|
||||
fuzzy.prefix = "-";
|
||||
scrub.auto = "yes";
|
||||
scrub.auto = true;
|
||||
smartplaylist = {
|
||||
relative_to = musicDir;
|
||||
playlist_dir = playlistsDir;
|
||||
|
Loading…
Reference in New Issue
Block a user