HydrogenAudio

Hosted Forums => foobar2000 => General - (fb2k) => Topic started by: stranhoROX on 2007-11-07 20:28:57

Title: CUE Sheets and Hidden Track One
Post by: stranhoROX on 2007-11-07 20:28:57
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).
Title: CUE Sheets and Hidden Track One
Post by: Synthetic Soul on 2007-11-07 21:52:57
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
Title: CUE Sheets and Hidden Track One
Post by: stranhoROX on 2007-11-08 12:30:31
It works. Thanks.