diff options
-rwxr-xr-x | hm/soispha/pkgs/scripts/wrappers/spodi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hm/soispha/pkgs/scripts/wrappers/spodi b/hm/soispha/pkgs/scripts/wrappers/spodi index fe10a912..55f813a0 100755 --- a/hm/soispha/pkgs/scripts/wrappers/spodi +++ b/hm/soispha/pkgs/scripts/wrappers/spodi @@ -31,7 +31,7 @@ cat << EOF | clean > "$config" --format opus --output {artists}_-_{title} --print-errors ---save-errors "$DOWN_DIR/spotdl-errors.log" +--save-errors '$DOWN_DIR/spotdl-errors.log' --generate-lrc --overwrite skip @@ -45,6 +45,7 @@ fi rm "$DOWN_DIR/spotdl.log" cd "$DOWN_DIR" || die "BUG: no $DOWN_DIR" +touch "$DOWN_DIR/spotdl-errors.log" # The sub shell needs to be unquoted, as the arguments may not be treated as one. |