From: data Date: Thu, 11 Aug 2005 15:21:44 +0000 (+0000) Subject: The "Moving" output actually overlaps with the encoding processes... X-Git-Url: https://git.hcoop.net/clinton/abcde.git/commitdiff_plain/937d027eeb3467aab786c12a297fe825126d5282?hp=da01ddc3eb9bf11803d88bd50df5b99a6d7942ec The "Moving" output actually overlaps with the encoding processes... git-svn-id: http://abcde.googlecode.com/svn/trunk@89 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- diff --git a/abcde b/abcde index d97e1eb..810ab8b 100755 --- a/abcde +++ b/abcde @@ -967,13 +967,15 @@ do_move () OUTPUTFILEDIR=$(dirname "$OUTPUTDIR/$OUTPUTFILE") # mkdir -p shouldn't return an error if the directory already exists mkdir -p "$OUTPUTFILEDIR" - run_command '' vecho "Moving track$1.$OUTPUT to $OUTPUTDIR/$OUTPUTFILE.$OUTPUT" + # Silence the Moving output since it overlaps with encoding processes... + #run_command '' vecho "Moving track$1.$OUTPUT to $OUTPUTDIR/$OUTPUTFILE.$OUTPUT" run_command movetrack-$1 mv "$ABCDETEMPDIR/track$1.$OUTPUT" "$OUTPUTDIR/$OUTPUTFILE.$OUTPUT" # Lets move the cue file if CUEFILE=$(checkstatus cuefile) >/dev/null ; then if [ -r "$ABCDETEMPDIR/$CUEFILE" ]; then if checkstatus movecue-$OUTPUT; then :; else - run_command '' vecho "Copying cue file to its destination directory..." + # Silence the Copying output since it overlaps with encoding processes... + #run_command '' vecho "Copying cue file to its destination directory..." if checkstatus onetrack >/dev/null ; then case $OUTPUT in # NOTE: Creating a cue file with the 3-char-extension files is to comply with