downloading a cue file make disc w/ null title
Brought to you by:
mhotchin
When I download a cuefile to the PJB, Exploder creates
a disc with a null title, rather than storing the tracks in
the disc I have specified.
Cue file looks like:
FILE "Disc1.mp3" WAVE
TRACK 01 AUDIO
TITLE "101 Jam-"
INDEX 01 00:00:00
TRACK 02 AUDIO
TITLE "102 Spanish Moon-"
INDEX 01 03:15:39
.
.
.
Am I missing something in my cue file?
cbluff@dejazzd.com
cue file I am downloading
Logged In: YES
user_id=817163
Try adding a 'TITLE' block before the first track.
FILE "Disc1.mp3" WAVE
TITLE "Disc Name Here"
TRACK 01 AUDIO
TITLE "101 Jam-"
INDEX 01 00:00:00
TRACK 02 AUDIO
TITLE "102 Spanish Moon-"
INDEX 01 03:15:39
.