Hi there,
I use the beta from the 9th December 2013 to split CD-images in the FLAC format.
When splitting using a .cue file an "INDEX 02" time for the last track in the .cue file - not the CD! - is ignored and instead the end of the CD is used for this track.
As I use this to only split certain tracks that track is way too large.
Would it be possible to add "INDEX 02"-adherence to mp3splt, please?
An option for cue-splitting which lets you define which tracks to split might also be an option if you don't want to add complexity to the .cue-file reader.
TIA,
Bernd
Here's an example .cue file:
PERFORMER "Kalmah"
TITLE "The Black Waltz"
FILE "cd.flac" WAVE
TRACK 06 AUDIO
TITLE "The Black Waltz"
PERFORMER "Kalmah"
FLAGS DCP
INDEX 01 20:11:04
TRACK 07 AUDIO
TITLE "With Terminal Intensity"
PERFORMER "Kalmah"
FLAGS DCP
INDEX 01 24:47:57
INDEX 02 29:44:45
Note:
There are 11 songs on the CD, so the .flac file is too large to upload, but since any CD-image will do for testing it isn't necessary.
Currently mp3splt only looks for "INDEX 01" lines.
And the last track currently starts at the last "INDEX 01" up to the end of the CD.
I'm not sure what would be the correct behaviour when having INDEX 02.
You are expecting that the last track to be the time between the last "INDEX 01" and the following "INDEX 02" instead of the rest of the CD ?
It would be indeed interesting to add an interactive option to specify which tracks the user wants as output to the command line version.
For the moment this can be done using the graphical user interface mp3splt-gtk.
--
Alex