Skip to content

Commit

Permalink
update latest rip command since whipper 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mc-work committed Nov 11, 2016
1 parent 2a8f2f6 commit cc1ef9d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions auto-rip-audio-cd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc1ef9d

Please sign in to comment.