We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a8f2f6 commit cc1ef9dCopy full SHA for cc1ef9d
auto-rip-audio-cd.sh
@@ -32,10 +32,9 @@ fi
32
echo "# auto rip started" | tee -a "$LOG_FILE"
33
34
# PYTHONIOENCODING: workaround for an issue: https://github.com/JoeLametta/whipper/issues/43
35
-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
36
SC=$?
37
-echo "# auto rip ended" | tee -a "$LOG_FILE"
38
-echo "## SC: $SC"
+echo "# auto rip finished" | tee -a "$LOG_FILE"
39
40
# grab the cover art
41
if [ $SC == 0 ]; then
0 commit comments