[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
abcde: A typo prevents remote encoding from working.
Package: abcde
Version: 1.9.6-1
Severity: normal
Without this patch, encoding location is always set to empty, resulting
local encoding.
--- abcde.fixed Wed Jan 3 13:54:42 2001
+++ abcde Sun Nov 26 23:15:01 2000
@@ -987,7 +987,7 @@
for I in $(seq 1 $QUEUEDTRACKS)
do
UTRACKNUM=$(echo $TRACKQUEUE | cut '-d ' -f$I)
- LOCATION=$(echo $ENCODELOCATION | cut -d: -f$(expr $(expr $I - 1) % $NUMLOCATIONS + 1))
+ LOCATION=$(echo $ENCODELOCATIONS | cut -d: -f$(expr $(expr $I - 1) % $NUMLOCATIONS + 1))
read FOO # For blocking only - $FOO never gets used
( # Set TRACKNUM, TRACKNAME
if [ -e "$CDDBDATA" ]; then
@@ -1013,4 +1013,4 @@
# Wipe all the evidence
rm -rf "$ABCDETEMPDIR"
fi
-exit 0
+exit 0
\ No newline at end of file
-- System Information
Debian Release: testing/unstable
Kernel Version: Linux siamese 2.4.0-prerelease.ide-8759d25 #1 Mon Jan 1 03:26:04 PST 2001 i686 unknown
Versions of the packages abcde depends on:
ii cd-discid 0.5-1 CDDB DiscID utility
ii cdda2wav 1.9-1 Creates WAV files from audio cd's
ii cdparanoia 3a9.7-2 An audio extraction tool for sampling CDs.
ii debianutils 1.14 Miscellaneous utilities specific to Debian.
ii vorbis-tools 1.0beta3-1 Several Ogg Vorbis Tools
ii wget 1.5.3-6 utility to retrieve files from the WWW via H
---------------------------------------
Received: (at 81183-close) by bugs.debian.org; 8 Jan 2001 19:54:51 +0000