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: CUE Sheets and Hidden Track One (Read 1954 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

CUE Sheets and Hidden Track One

1) How can I change the way foobar2000 handles CUE sheets? I have one with a pregap on track 1 (track 0) and I wish to play/convert it, but foobar2000 skips the pregap and plays/converts only the INDEX 01.
2) Does foobar2000 skip the pregaps on all tracks? Is there a way to change this behaviour (for example, choose to play on the track, previous track or skip it at all).

CUE Sheets and Hidden Track One

Reply #1
Create a copy of your cuesheet and then just bump the tracks up by one.

E.g.: if your cuesheet begins:

Code: [Select]
PERFORMER "Bloc Party"
TITLE "Silent Alarm"
FILE "Bloc Party - Silent Alarm.flac" WAVE
TRACK 01 AUDIO
   TITLE "Like Eating Glass"
   PERFORMER "Bloc Party"
   INDEX 00 00:00:00
   INDEX 01 03:22:70
TRACK 02 AUDIO
   TITLE "Helicopter"
   PERFORMER "Bloc Party"
   INDEX 00 07:42:69
   INDEX 01 07:44:69

.. change it to:

Code: [Select]
PERFORMER "Bloc Party"
TITLE "Silent Alarm"
FILE "Bloc Party - Silent Alarm.flac" WAVE
TRACK 01 AUDIO
   TITLE "Hidden Track"
   PERFORMER "Bloc Party"
   INDEX 01 00:00:00
TRACK 02 AUDIO
   TITLE "Like Eating Glass"
   PERFORMER "Bloc Party"
   INDEX 01 03:22:70
TRACK 03 AUDIO
   TITLE "Helicopter"
   PERFORMER "Bloc Party"
   INDEX 00 07:42:69
   INDEX 01 07:44:69
I'm on a horse.

 

CUE Sheets and Hidden Track One

Reply #2
It works. Thanks.