Help - Search - Members - Calendar
Full Version: Burrrn question
Hydrogenaudio Forums > CD-R and Audio Hardware > CD Hardware/Software
ArtMustHurt
i created a cue sheet in foobar, the cue sheet does not have any gaps between the songs. Should burrrn be able to burn the cue sheet without any problems or will it not work because i dont have the gaps? it gave me an error when i tried to burn (the error came after burrrn had processed all the songs).
SamHain86
As far as I know, it should not be a problem. Some of my first CDs were just WAVs without beginning or end silence, and I forgot to add gaps in the CUE, and it Burrrned fine... just sucked playing in the car since the car starts playing a song slightly after the track starts.
ArtMustHurt
oh ok...i'll try once more and see...if it doesnt work i'll try to paste the cue sheet and someone could see if there's something wrong with it smile.gif
greynol
The only instance where a cue sheet adds audio data is when there's a pregap or postgap statement in which case the added data will only be silence. Other than this, index statements do nothing more than mark off time; they do not remove audio data and they do not add audio data.

EDIT: All I'm really trying to say here (in a contorted, roundabout and even nonsensical way) is that a lack of non-01 indices in a cue sheet will never cause an error when burning, provided the sheet is still properly formatted.
ArtMustHurt
the error i get in burrrn is:
ERROR: Start position 119514528 exceeds available data of file "C:/DOCUME~1/user/LOCALS~1/Temp/burrrn_temp/07_Moonblood - Under The Cold Fullmoon - 07 - Sin Is Here.wav".
ERROR: C:\Program Files\Burrrn\burrrn.toc:30: Cannot determine length of track data specification.

here's cue sheet
CODE

REM GENRE Black Metal
PERFORMER "Moonblood"
TITLE "Under The Cold Fullmoon"
FILE "Moonblood - Under The Cold Fullmoon - 01 - Under The Cold Fullmoon.mp3" WAVE
  TRACK 01 AUDIO
    TITLE "Under The Cold Fullmoon "
    INDEX 01 00:00:00
FILE "Moonblood - Under The Cold Fullmoon - 02 - A Hiker In The Darkness.mp3" WAVE
  TRACK 02 AUDIO
    TITLE "A Hiker In The Darkness"
    INDEX 01 07:09:21
FILE "Moonblood - Under The Cold Fullmoon - 03 - Blood On The Moon.mp3" WAVE
  TRACK 03 AUDIO
    TITLE "Blood On The Moon"
    INDEX 01 15:59:28
FILE "Moonblood - Under The Cold Fullmoon - 04 - A Good Day To Die.mp3" WAVE
  TRACK 04 AUDIO
    TITLE "A Good Day To Die"
    INDEX 01 22:29:30
FILE "Moonblood - Under The Cold Fullmoon - 05 - On Cold Wings.mp3" WAVE
  TRACK 05 AUDIO
    TITLE "On Cold Wings"
    INDEX 01 28:55:18
FILE "Moonblood - Under The Cold Fullmoon - 06 - Raise The Dead (Bathory Cover).mp3" WAVE
  TRACK 06 AUDIO
    TITLE "Raise The Dead (Bathory Cover)"
    INDEX 01 36:55:45
FILE "Moonblood - Under The Cold Fullmoon - 07 - Sin Is Here.mp3" WAVE
  TRACK 07 AUDIO
    TITLE "Sin Is Here"
    INDEX 01 45:10:06
greynol
This CUE sheet is not valid. How exactly did it get created?

The times assume a single file image, though you're telling it to use a new file for every track. Every INDEX 01 should have 00:00:00 for the specified time.
ArtMustHurt
i created the cue sheet in foobar with the cue sheet plugin..is there another way to creater a proper cue sheet in foobar?
evereux
You need to update your Foobar2000 or cuesheet plugin as I just tested this with Foobar2000 0.9.5 beta 6 and cuesheet 0.4.6 and the Index's are created correctly.

CODE
PERFORMER "Led Zeppelin"
TITLE "Led Zeppelin I"
REM REPLAYGAIN_ALBUM_GAIN -6.15 dB
REM REPLAYGAIN_ALBUM_PEAK 1.000000
FILE "01. Good Times, Bad Times.wv" WAVE
TRACK 01 AUDIO
TITLE "Good Times, Bad Times"
REM REPLAYGAIN_TRACK_GAIN -6.52 dB
REM REPLAYGAIN_TRACK_PEAK 0.999511
INDEX 01 00:00:00
FILE "02. Babe, I'm Gonna Leave You.wv" WAVE
TRACK 02 AUDIO
TITLE "Babe, I'm Gonna Leave You"
REM REPLAYGAIN_TRACK_GAIN -5.12 dB
REM REPLAYGAIN_TRACK_PEAK 0.999267
INDEX 01 00:00:00
FILE "03. You Shook Me.wv" WAVE
TRACK 03 AUDIO
TITLE "You Shook Me"
REM REPLAYGAIN_TRACK_GAIN -4.78 dB
REM REPLAYGAIN_TRACK_PEAK 0.983886
INDEX 01 00:00:00
FILE "04. Dazed And Confused.wv" WAVE
TRACK 04 AUDIO
TITLE "Dazed And Confused"
REM REPLAYGAIN_TRACK_GAIN -6.79 dB
REM REPLAYGAIN_TRACK_PEAK 0.999450
INDEX 01 00:00:00
FILE "05. Your Time Is Gonna Come.wv" WAVE
TRACK 05 AUDIO
TITLE "Your Time Is Gonna Come"
REM REPLAYGAIN_TRACK_GAIN -4.18 dB
REM REPLAYGAIN_TRACK_PEAK 0.818634
INDEX 01 00:00:00
FILE "06. Black Mountain Side.wv" WAVE
TRACK 06 AUDIO
TITLE "Black Mountain Side"
REM REPLAYGAIN_TRACK_GAIN +0.39 dB
REM REPLAYGAIN_TRACK_PEAK 0.531433
INDEX 01 00:00:00
FILE "07. Communication Breakdown.wv" WAVE
TRACK 07 AUDIO
TITLE "Communication Breakdown"
REM REPLAYGAIN_TRACK_GAIN -7.78 dB
REM REPLAYGAIN_TRACK_PEAK 0.999969
INDEX 01 00:00:00
FILE "08. I Can't Quit You Baby.wv" WAVE
TRACK 08 AUDIO
TITLE "I Can't Quit You Baby"
REM REPLAYGAIN_TRACK_GAIN -5.15 dB
REM REPLAYGAIN_TRACK_PEAK 1.000000
INDEX 01 00:00:00
FILE "09. How Many More Times.wv" WAVE
TRACK 09 AUDIO
TITLE "How Many More Times"
REM REPLAYGAIN_TRACK_GAIN -6.50 dB
REM REPLAYGAIN_TRACK_PEAK 0.996734
INDEX 01 00:00:00

SamHain86
@ ArtmustHurt:
Yeah that is the wrong Cue sheet creator, however one of them I had to pick through to find the one I used before. I still don't know where the one I had went to...

@ Evereaux:
Thanks for finding that one.
ArtMustHurt
yeah thats it...i had an older version...thanks alot for your help
you can find the plugin here:
http://tmp.reharmonize.net/foobar/
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.