1

Home: Disable beet's lyrics plugin + fix path typo

This commit is contained in:
2025-07-06 04:56:20 +02:00
parent 52f181e3c7
commit f1f6ec9208

View File

@ -493,7 +493,7 @@ rec {
paths = {
default = "$albumartist/$albumartist - $album/$track $title";
singleton = "$arist/0 Singles/$artist - $title"; # Single songs
singleton = "$artist/0 Singles/$artist - $title"; # Single songs
comp = "1 Various Arists/$album/$track $title";
};
@ -502,7 +502,7 @@ rec {
"duplicates"
"fetchart" # pickup local cover art or search online
"fish" # beet fish generates ~/.config/fish/completions file
"lyrics" # fetch song lyrics
# "lyrics" # fetch song lyrics
"replaygain" # write replaygain tags for automatic loudness adjustments
];
@ -511,10 +511,10 @@ rec {
sources = "filesystem coverart itunes amazon albumart"; # sources are queried in this order
};
lyrics = {
auto = "yes";
synced = "yes"; # prefer synced lyrics if provided
};
# lyrics = {
# auto = "no"; # we need the lyrics as .lrc files, not embedded into the metadata
# synced = "yes"; # prefer synced lyrics if provided
# };
replaygain = {
auto = "no"; # analyze on import automatically