k3b convert tracks problem
by dokkalf from LinuxQuestions.org on (#5PP89)
I have several albums that are large flac files. I also have the corresponding cue files. I used k3b's "Convert Tracks" feature to break the songs into separate files.
If I include the track number in the output file name, i.e. Code:%n. %t the tracks are extracted in order, correctly.
If I only include the track title Code:%t the files are extracted in alphabetical order, and any song that should starts after the 20 minute mark starts at 20 minutes earlier. For example if "Song 7" should be 3:43 long and start at 21:05, the extracted "Song 7.flac" is still 3:43 long but instead starts at 1:05 of the album (probably "Song 1" and part of "Song 2").
Any ideas on why using only track title doesn't convert correctly?
If I include the track number in the output file name, i.e. Code:%n. %t the tracks are extracted in order, correctly.
If I only include the track title Code:%t the files are extracted in alphabetical order, and any song that should starts after the 20 minute mark starts at 20 minutes earlier. For example if "Song 7" should be 3:43 long and start at 21:05, the extracted "Song 7.flac" is still 3:43 long but instead starts at 1:05 of the album (probably "Song 1" and part of "Song 2").
Any ideas on why using only track title doesn't convert correctly?