[Abcde-users] Test of abcde v2.8.2 (error)
Steve McIntyre
steve at einval.com
Sun Mar 4 21:40:20 GMT 2018
On Sun, Mar 04, 2018 at 04:30:28PM +0100, Matthias König wrote:
>That fixed the error. Thank you!
>
>
>--- abcde.backup 2018-03-04 15:19:04.635412991 +0100
>+++ abcde 2018-03-04 15:44:06.245718253 +0100
>@@ -3451,7 +3451,7 @@
> # the user said
> # We need the first and last track for cdda2wav/icedax
> FIRSTTRACK=$2
>- LASTTRACK=$(($3 + 0))
>+ LASTTRACK=$(expr $3 + 0)
> UTRACKNUM=$FIRSTTRACK
> case "$CDROMREADERSYNTAX" in
> flac) READTRACKNUMS="-" ;;
>
>
>
>
>The console output is still inconsistent:
>
>Grabbing tracks 01 - 8 as one track ...
ACK. What I've found while doing some of the cleanups is that internal
usage of some variables is really inconsistent. The 0-padding (in
particular) is all over the place, and that makes it hard to be
clean. The shellcheck-inspired changes are subtle but intrusive in
this respect.
Thanks for the testing and reports! Please keep going... :-)
--
Steve McIntyre, Cambridge, UK. steve at einval.com
You lock the door
And throw away the key
There's someone in my head but it's not me
More information about the Abcde-users
mailing list