Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: change the order of the lines on the cue sheet (Read 828 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

change the order of the lines on the cue sheet

hello everyone.
I've just started using cuetools and I find it really interesting. My question is about the .cue files generated when I create an image file + cue sheet from separate tracks.
Is there a way to change the order of the lines in the cue sheet before starting the operation? and if so, is there a way to make it the default?
Example (this is a part of the automatically generated cue):

REM COMMENT “CUETools generated CUE sheet”
PERFORMER “Black Wings”
TITLE “Whispers Of Time”
REM DATE 2024
REM DISCNUMBER 1
REM TOTALDISCS 1
REM GENRE “Metal”
FILE “Black Wings - Whispers Of Time.flac” WAVE
TRACK 01 AUDIO
PERFORMER “Black Wings”
TITLE “Opening the Gates”

Instead, I would like the order of the lines to always be like this:

REM GENRE “Metal”
REM DATE 2024
REM COMMENT “CUETools generated dummy CUE sheet”
PERFORMER “Black Wings”
TITLE “Whispers Of Time”
REM DISCNUMBER 1
REM TOTALDISCS 1
FILE “Black Wings - Whispers Of Time.flac” WAVE
TRACK 01 AUDIO
PERFORMER “Black Wings”
TITLE “Opening the Gates”

Thanks in advance

Re: change the order of the lines on the cue sheet

Reply #1
There is a setting to remove
REM COMMENT “CUETools generated dummy CUE sheet”[1]
but there isn't a setting to change the order of the lines.
Change WriteDummyCUESheetComment=1 to WriteDummyCUESheetComment=0 in the settings.txt file while CUETools is closed
korth

Re: change the order of the lines on the cue sheet

Reply #2
thanks for the explanation