Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Unable to split cue file. (Read 2475 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Unable to split cue file.

Can someone help me with this cue file, not sure what to do, getting this error on foobar
Unable to open item for playback (Error parsing cuesheet: invalid index list (line 19)):

And getting this one on Medieval CUE Splitter
Time parameter for this "INDEX" command is less than the previous one.
Critical error: operation interrupted at line 18.

Code: [Select]
REM GENRE "Gothic Rock/Darkwave"
REM DATE 2011
REM DISCID B60B7B0D
REM COMMENT "ExactAudioCopy v1.0b3"
PERFORMER "Plastique Noir"
TITLE "Affects"
FILE "Plastique Noir - Affects.flac" WAVE
  TRACK 01 AUDIO
    TITLE "Rose Of Flesh And Blood"
    PERFORMER "Plastique Noir"
    FLAGS DCP
    INDEX 01 00:00:00
  TRACK 02 AUDIO
    TITLE "Fugitive Dawn"
    PERFORMER "Plastique Noir"
    FLAGS DCP
    INDEX 00 63:09:67
    INDEX 01 04:54:09
  TRACK 03 AUDIO
    TITLE "Sin Hunter"
    PERFORMER "Plastique Noir"
    FLAGS DCP
    INDEX 01 08:06:20
  TRACK 04 AUDIO
    TITLE "Houdini"
    PERFORMER "Plastique Noir"
    FLAGS DCP
    INDEX 00 92:17:23
    INDEX 01 11:22:56
  TRACK 05 AUDIO
    TITLE "Mäzela Takes A Walk"
    PERFORMER "Plastique Noir"
    FLAGS DCP
    INDEX 01 16:28:08
  TRACK 06 AUDIO
    TITLE "Emerging Rats"
    PERFORMER "Plastique Noir"
    FLAGS DCP
    INDEX 01 19:16:51
  TRACK 07 AUDIO
    TITLE "Other Spheres"
    PERFORMER "Plastique Noir"
    FLAGS DCP
    INDEX 00 40:48:58
    INDEX 01 25:13:69
  TRACK 08 AUDIO
    TITLE "A Dream Inside A Dream (Inside A Dream)"
    PERFORMER "Plastique Noir"
    FLAGS DCP
    INDEX 00 86:52:62
    INDEX 01 29:14:38
  TRACK 09 AUDIO
    TITLE "I Disappear"
    PERFORMER "Plastique Noir"
    FLAGS DCP
    INDEX 01 32:30:36
  TRACK 10 AUDIO
    TITLE "Mara Hope"
    PERFORMER "Plastique Noir"
    FLAGS DCP
    INDEX 01 35:21:16
  TRACK 11 AUDIO
    TITLE "Blind Voyeurs"
    PERFORMER "Plastique Noir"
    FLAGS DCP
    INDEX 00 65:23:65
    INDEX 01 40:01:02
  TRACK 12 AUDIO
    TITLE "Abolition"
    PERFORMER "Plastique Noir"
    FLAGS DCP
    INDEX 00 67:38:52
    INDEX 01 43:52:33
  TRACK 13 AUDIO
    TITLE "Never Look For People Like Us"
    PERFORMER "Plastique Noir"
    FLAGS DCP
    INDEX 01 45:19:28


Re: Unable to split cue file.

Reply #1
So apparently the issue is INDEX 00, which, from what I have been reading, marks a gap before the track, someone correct me if I'm wrong. So I guess I'll have to manually correct that.

Edit: Removing INDEX 00 seems to have fixed the issue, how important is INDEX 00?

Re: Unable to split cue file.

Reply #2
All the INDEX 00 commands are wrong in your cuesheet so they needed to be removed. INDEX commands are relative to the beginning of the current file and must increase chronologically. The incorrect INDEX 00 times were probably the result of a Gap Detection issue in EAC.
INDEX 01 is the track start position stored in the disc’s table-of-contents. You don't need INDEX 00 to split the file by track start position.
korth

Re: Unable to split cue file.

Reply #3
All the INDEX 00 commands are wrong in your cuesheet so they needed to be removed. INDEX commands are relative to the beginning of the current file and must increase chronologically. The incorrect INDEX 00 times were probably the result of a Gap Detection issue in EAC.
INDEX 01 is the track start position stored in the disc’s table-of-contents. You don't need INDEX 00 to split the file by track start position.
Thanks for the input korth.
:-)