Skip to content

Commit cc1ef9d

Browse files
update latest rip command since whipper 0.4
1 parent 2a8f2f6 commit cc1ef9d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

auto-rip-audio-cd.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@ fi
3232
echo "# auto rip started" | tee -a "$LOG_FILE"
3333

3434
# 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
35+
nice -n 19 ionice -c 3 whipper cd rip --output-directory="$OUTPUT_DIR" -U true >>"$LOG_FILE" 2>&1
3636
SC=$?
37-
echo "# auto rip ended" | tee -a "$LOG_FILE"
38-
echo "## SC: $SC"
37+
echo "# auto rip finished" | tee -a "$LOG_FILE"
3938

4039
# grab the cover art
4140
if [ $SC == 0 ]; then

0 commit comments

Comments
 (0)