I'm trying to generate archival of my CD collection and have settled on .FLAC with .CUE sheets. The ripping process and encoding process works fine, but the CUE sheets are generating errors. I am using the process detailed here: https://doc.dbpoweramp.com/dmc/en/co...SheetImage.htm
While I do see it warns that it will generate "non compliant" CUE sheets - the problem seems to just be that the data generated on these CUE sheets is slightly out of order. The "FILE" must come before "TRACK" however this encoder seems to put the "FILE" after the "TRACK" which causes the CUE sheet to fail on every player I've tried (foobar2000, VLC). Here is an example:
CUE does not work in VLC or foobar2000:
[CODE]
REM COMMENT "dBpoweramp"
PERFORMER "And One"
TITLE "Best of And One"
TRACK 01 AUDIO
TITLE "Driving With My Darling"
PERFORMER "And One"
FILE "01 And One - Driving With My Darling.flac" FLAC
INDEX 01 00:00:00
TRACK 02 AUDIO
TITLE "F
While I do see it warns that it will generate "non compliant" CUE sheets - the problem seems to just be that the data generated on these CUE sheets is slightly out of order. The "FILE" must come before "TRACK" however this encoder seems to put the "FILE" after the "TRACK" which causes the CUE sheet to fail on every player I've tried (foobar2000, VLC). Here is an example:
CUE does not work in VLC or foobar2000:
[CODE]
REM COMMENT "dBpoweramp"
PERFORMER "And One"
TITLE "Best of And One"
TRACK 01 AUDIO
TITLE "Driving With My Darling"
PERFORMER "And One"
FILE "01 And One - Driving With My Darling.flac" FLAC
INDEX 01 00:00:00
TRACK 02 AUDIO
TITLE "F

Comment