[Abcde-users] error in abcde.mkcue

Matthias König mk at silverserver.at
Wed May 9 07:34:27 BST 2018


I found an error in abcde.mkcue. It occurs when using these options in
the config file:

CUEREADERSYNTAX=abcde.mkcue
MKCUE=abcde.mkcue
#MKCUEOPTS="--wholedisk"


/usr/local/bin/abcde: line 2045: "OFFSET" - 150: syntax error: operand expected (error token is ""OFFSET" - 150")


The error can be corrected by changing line 2045:

echomsf "    PREGAP " $(($"OFFSET" - 150))

echomsf "    PREGAP " $(($OFFSET - 150))


I also noticed that the filename in the FILE line in the cuesheet is
not created correctly when using abcde.mkcue:

FILE ".flac" WAVE


Matthias König



More information about the Abcde-users mailing list