[Abcde-users] usepipes broken?
andrew
andrew.david.strong at gmail.com
Sat Apr 4 11:43:57 BST 2015
On Sat, Apr 04, 2015 at 08:21:25PM +1100, andrew wrote:
> [.......] This one is beyond me so I hope that Steve or
> Colin can have a look?
Like a dog with a bone I cannot stop :). The small patch below fixes
the issue for me, I am not completely sure if it is 'correct' but
usepipes has roared back into life after a very long period of
somnolence :).
-------
diff --git a/abcde b/abcde
index a5bbdaa..c6cf3a9 100755
--- a/abcde
+++ b/abcde
@@ -3064,9 +3064,9 @@ do_cdread ()
nice $READNICE $FLAC -d -f --cue=${READTRACKNUMS:-$STRIPTRACKNUM.1-$(($STRIPTRACKNUM + 1)).0} "$FILEARG" "$CDROM" ;;
cdparanoia)
if [ "$REDIR" = "y" ]; then
- nice $READNICE $CDROMREADER -$CDPARANOIACDROMBUS "$CDROM" ${READTRACKNUMS:-$UTRACKNUM} "$FILEARG" >&2
- else
nice $READNICE $CDROMREADER -$CDPARANOIACDROMBUS "$CDROM" ${READTRACKNUMS:-$UTRACKNUM} "$FILEARG"
+ else
+ nice $READNICE $CDROMREADER -$CDPARANOIACDROMBUS "$CDROM" ${READTRACKNUMS:-$UTRACKNUM} "$PIPERIPPER_cdparanoia" > "$FILEARG"
fi;;
cdda2wav | icedax)
--------
I will leave this for a few days and then commit if nobody has
objected...
Andrew
--
You think that's air you're breathing now?
More information about the Abcde-users
mailing list