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"
|
"smartplaylist"
|
||||||
"spotify"
|
"spotify"
|
||||||
];
|
];
|
||||||
ignore_hidden = "yes";
|
ignore_hidden = true;
|
||||||
directory = musicDir;
|
directory = musicDir;
|
||||||
ui.colors = "yes";
|
ui.color = true;
|
||||||
|
|
||||||
import = {
|
import = {
|
||||||
link = "no";
|
move = true;
|
||||||
resume = "yes";
|
link = false;
|
||||||
incremental = "yes";
|
resume = true;
|
||||||
group_albums = "yes";
|
incremental = true;
|
||||||
|
group_albums = true;
|
||||||
log = "beets.log";
|
log = "beets.log";
|
||||||
};
|
};
|
||||||
|
|
||||||
match = {
|
match = {
|
||||||
required = "year label";
|
required = "year label";
|
||||||
ignore_video_tracks = "yes";
|
ignore_video_tracks = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Plugins configuration.
|
# Plugins configuration.
|
||||||
fuzzy.prefix = "-";
|
fuzzy.prefix = "-";
|
||||||
scrub.auto = "yes";
|
scrub.auto = true;
|
||||||
smartplaylist = {
|
smartplaylist = {
|
||||||
relative_to = musicDir;
|
relative_to = musicDir;
|
||||||
playlist_dir = playlistsDir;
|
playlist_dir = playlistsDir;
|
||||||
|
Loading…
Reference in New Issue
Block a user