1

Modules/Beets: Disable lyrics plugin

This commit is contained in:
2025-11-07 14:56:00 +01:00
parent 9d96d54d48
commit a3178137d3

View File

@ -50,7 +50,7 @@ in {
"edit" # edit metadata in text editor "edit" # edit metadata in text editor
"fetchart" # pickup local cover art or search online "fetchart" # pickup local cover art or search online
"fish" # beet fish generates ~/.config/fish/completions file "fish" # beet fish generates ~/.config/fish/completions file
"lyrics" # fetch song lyrics # "lyrics" # fetch song lyrics
"musicbrainz" # auto tagger data source "musicbrainz" # auto tagger data source
"replaygain" # write replaygain tags for automatic loudness adjustments "replaygain" # write replaygain tags for automatic loudness adjustments
]; ];
@ -60,10 +60,10 @@ in {
sources = "filesystem coverart itunes amazon albumart"; # sources are queried in this order sources = "filesystem coverart itunes amazon albumart"; # sources are queried in this order
}; };
lyrics = { # lyrics = {
auto = "yes"; # only embeds lyrics into metadata, needed for jellyfin but useless for rmpc # auto = "yes"; # only embeds lyrics into metadata, needed for jellyfin but useless for rmpc
synced = "yes"; # prefer synced lyrics if provided # synced = "yes"; # prefer synced lyrics if provided
}; # };
replaygain = { replaygain = {
auto = "yes"; # analyze on import automatically auto = "yes"; # analyze on import automatically