enzo1982 / freac

The fre:ac audio converter project
https://www.freac.org/
GNU General Public License v2.0
1.43k stars 76 forks source link

All tracks have a index of 01 00:00:00 in the album's cue #229

Closed MGislv closed 3 years ago

MGislv commented 3 years ago

Describe the bug INDEX 01 00:00:00

To Reproduce Steps to reproduce the behavior:

  1. Rip the cd with create cue sheet selected
  2. Resulting .cue has the same INDEX for every track

Expected behavior Correct index values

Screenshots PERFORMER "unknown artist" TITLE "unknown album" FILE "unknown album artist - unknown album\01 - unknown title.flac" WAVE TRACK 01 AUDIO TITLE "unknown title" INDEX 01 00:00:00 FILE "unknown album artist - unknown album\02 - unknown title.flac" WAVE TRACK 02 AUDIO TITLE "unknown title" INDEX 01 00:00:00 FILE "unknown album artist - unknown album\03 - unknown title.flac" WAVE TRACK 03 AUDIO TITLE "unknown title" INDEX 01 00:00:00

System (please complete the following information)

Additional context My config freac.zip

enzo1982 commented 3 years ago

The above cue sheet is correct. The index is an offset into the current audio file and as you have separate files per track, index 00:00:00 simply means that each track starts at the beginning of the corresponding file.

When you have all tracks in one single file (using the "Encode to a single file" option), the index points will be different from 00:00:00.

MGislv commented 3 years ago

Makes sense. I should've read the various resources beforehand instead of opening another issue. Thanks a lot for this great project!