Bug#873843: fails with error "found multiple ISRC commands"
Daniel Pocock
daniel at pocock.pro
Thu Aug 31 15:20:05 UTC 2017
Package: flac
Version: 1.3.2-1
$ flac ... --cuesheet=disc.cue data.bin
fails with this error:
data.bin: ERROR parsing cuesheet "disc.cue" on line 17:
found multiple ISRC commands
The CUESHEET was obtained by this series of commands:
cdrdao read-cd --device $CDDEV --driver generic-mmc-raw \
--read-raw ${TOC_FILE}
cueconvert $TOC_FILE} disc.cue
The TOC contains two ISRC entries for each track:
TRACK AUDIO
NO COPY
NO PRE_EMPHASIS
TWO_CHANNEL_AUDIO
ISRC "GBCLS1234567"
CD_TEXT {
LANGUAGE 0 {
TITLE "foo"
PERFORMER "foo"
SONGWRITER ""
COMPOSER "foo"
ARRANGER "foo"
DISC_ID ""
ISRC "GB-CLS-12-34567"
}
}
FILE "data.bin" 0 03:21:23
and the CUESHEET contains entries like this for each track:
ISRC "GB-CLS-12-34567"
ISRC GBCLS1234567
May be related to bug #815587
More information about the pkg-multimedia-maintainers
mailing list