From cc1ef9d8d2357d8eb11efd9b5005c4aa3a7d4d90 Mon Sep 17 00:00:00 2001 From: Thomas McWork Date: Fri, 11 Nov 2016 20:13:07 +0100 Subject: [PATCH] update latest rip command since whipper 0.4 --- auto-rip-audio-cd.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/auto-rip-audio-cd.sh b/auto-rip-audio-cd.sh index 64a0e02..247ddab 100755 --- a/auto-rip-audio-cd.sh +++ b/auto-rip-audio-cd.sh @@ -32,10 +32,9 @@ fi echo "# auto rip started" | tee -a "$LOG_FILE" # PYTHONIOENCODING: workaround for an issue: https://github.com/JoeLametta/whipper/issues/43 -nice -n 19 ionice -c 3 rip cd rip --output-directory="$OUTPUT_DIR" -U true >>"$LOG_FILE" 2>&1 +nice -n 19 ionice -c 3 whipper cd rip --output-directory="$OUTPUT_DIR" -U true >>"$LOG_FILE" 2>&1 SC=$? -echo "# auto rip ended" | tee -a "$LOG_FILE" -echo "## SC: $SC" +echo "# auto rip finished" | tee -a "$LOG_FILE" # grab the cover art if [ $SC == 0 ]; then