cue sheet not valid
utility to split mp3, ogg vorbis and FLAC files without decoding
Brought to you by:
io_alex_2004,
mtrotta
CUE sheet
Logged In: YES
user_id=1009175
Hello,
thank you for reporting this error.
This does not seem to be a valid cue sheet file because of
INDEX 01092755525 62:56:19
You can look at http://en.wikipedia.org/wiki/Cue_sheet to
see how a valid cue file should look like. The INDEX is
usually followed by 01 in most of the cases.
Try to run this command in the directory containing
cstt_11.cue and rerun mp3splt on the .cue file :
sed "s/INDEX .* /INDEX 01 /" cstt_11.cue
Alex
Logged In: YES
user_id=1009175
I forgot the "-i"; The command is
sed -i ...
Alex
Logged In: YES
user_id=406244
Ah, thanks very much. I found an explanation there:
http://www.digitalx.org/cuesheetsyntax.php#indx
I forwarded the fix.