Quiet the encoding output with PIPEs
authordata <data@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Fri, 18 Mar 2005 06:59:42 +0000 (06:59 +0000)
committerdata <data@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Fri, 18 Mar 2005 06:59:42 +0000 (06:59 +0000)
git-svn-id: http://abcde.googlecode.com/svn/trunk@57 a0fa61bc-5347-0410-a1a9-7f54aa4e1825

abcde

diff --git a/abcde b/abcde
index 352b20a..52808f5 100755 (executable)
--- a/abcde
+++ b/abcde
@@ -2551,7 +2551,8 @@ else
                if [ "$DOREAD" = "y" ]; then
                        if [ "$USEPIPES" = "y" ]; then
                                if checkstatus readencodetrack-$UTRACKNUM; then :; else
-                                       do_cdread $UTRACKNUM | do_encode $UTRACKNUM %local0%
+                                       # Read, pipe, shut up!
+                                       do_cdread $UTRACKNUM | do_encode $UTRACKNUM %local0% > /dev/null 2>&1
                                fi
                        else
                                if checkstatus readtrack-$UTRACKNUM; then :; else