some stuff

This commit is contained in:
xunuwu 2024-06-14 07:37:34 +02:00
parent 368fc628c2
commit 841fe9a6a9
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
11 changed files with 77 additions and 65 deletions

View file

@ -15,7 +15,7 @@ in {
"fetchart"
"discogs"
#"advancedrewrite"
"lyrics"
#"lyrics"
"spotify"
"scrub"
"duplicates"
@ -32,6 +32,11 @@ in {
remove_art_file = false;
};
unimported = {
ignore_extensions = ["jpg" "png"];
ignore_subdirectories = [];
};
fetchart = {
auto = true;
cautious = true;
@ -50,10 +55,10 @@ in {
"wikipedia"
];
lyrics = {
fallback = "''";
sources = ["musicmatch" "google"];
};
#lyrics = {
# fallback = "''";
# sources = ["musicmatch" "google"];
#};
replace = {
"[\\\\]" = "'";