If first track in .CUE contains INDEX 02, INDEX 03, etc, playback starts from the last index.
It should start from the first index - the beginning of .FLAC.
Example 1. When I select this cue file (on network or in local folder), playback starts from 19:43
Example 2. Playback starts from 04:05
It should start from the first index - the beginning of .FLAC.
Example 1. When I select this cue file (on network or in local folder), playback starts from 19:43
Code:
FILE "Range.flac" WAVE
TRACK 01 AUDIO
INDEX 01 00:00:00
INDEX 02 05:24:05
INDEX 03 10:12:00
INDEX 04 15:26:60
INDEX 05 17:41:62
INDEX 06 19:43:37
TRACK 02 AUDIO
INDEX 00 23:42:02
INDEX 01 23:45:52
TRACK 03 AUDIO
INDEX 00 28:13:47
INDEX 01 28:16:57
Example 2. Playback starts from 04:05
Code:
FILE "image.flac" WAVE
TRACK 01 AUDIO
INDEX 01 00:00:00
INDEX 02 04:05:00
TRACK 02 AUDIO
INDEX 00 06:42:13
INDEX 01 06:44:63
TRACK 03 AUDIO
INDEX 00 10:38:25
INDEX 01 10:41:05