I was wondering if cdrdao is able to burn CloneCD images, since I noticed it can now read the sub-channel data, will it be able to burn CloneCD's .ccd/.img/.sub formats ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
ok, here are what the .cue and .ccd files contained.
---
$ cat *.cue
FILE "cdimage.img" BINARY
TRACK 1 MODE1/2352
INDEX 1 00:00:00
---
$ cat *.ccd
[CloneCD]
Version=3
[Disc]
TocEntries=4
Sessions=1
DataTracksScrambled=0
CDTextLength=0
[Session 1]
PreGapMode=1
PreGapSubC=0
[Entry 0]
Session=1
Point=0xa0
ADR=0x01
Control=0x04
TrackNo=0
AMin=0
ASec=0
AFrame=0
ALBA=-150
Zero=0
PMin=1
PSec=0
PFrame=0
PLBA=4350
[Entry 1]
Session=1
Point=0xa1
ADR=0x01
Control=0x04
TrackNo=0
AMin=0
ASec=0
AFrame=0
ALBA=-150
Zero=0
PMin=1
PSec=0
PFrame=0
PLBA=4350
[Entry 2]
Session=1
Point=0xa2
ADR=0x01
Control=0x04
TrackNo=0
AMin=0
ASec=0
AFrame=0
ALBA=-150
Zero=0
PMin=55
PSec=39
PFrame=38
PLBA=250313
[Entry 3]
Session=1
Point=0x01
ADR=0x01
Control=0x04
TrackNo=0
AMin=0
ASec=0
AFrame=0
ALBA=-150
Zero=0
PMin=0
PSec=2
PFrame=0
PLBA=0
[TRACK 1]
MODE=1
INDEX 1=0
---
The .img file appaears to be a normal .bin file, with a different extension, the .sub is a binary file containing the subchannel data. It (the .bin) can be burned with cdrdao using the .cue if you change the filename from cdimage.img instead to cdimage.bin, and by changing the entry in the *.cue, but by doing that, the .sub data doesn't get written.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I was wondering if cdrdao is able to burn CloneCD images, since I noticed it can now read the sub-channel data, will it be able to burn CloneCD's .ccd/.img/.sub formats ?
sorry, I refreshed the page and opera double posted my message.
cdrdao also needs to understand the .ccd images.
Can you provide some .toc/.cue/.??? file as an example?
ok, here are what the .cue and .ccd files contained.
---
$ cat *.cue
FILE "cdimage.img" BINARY
TRACK 1 MODE1/2352
INDEX 1 00:00:00
---
$ cat *.ccd
[CloneCD]
Version=3
[Disc]
TocEntries=4
Sessions=1
DataTracksScrambled=0
CDTextLength=0
[Session 1]
PreGapMode=1
PreGapSubC=0
[Entry 0]
Session=1
Point=0xa0
ADR=0x01
Control=0x04
TrackNo=0
AMin=0
ASec=0
AFrame=0
ALBA=-150
Zero=0
PMin=1
PSec=0
PFrame=0
PLBA=4350
[Entry 1]
Session=1
Point=0xa1
ADR=0x01
Control=0x04
TrackNo=0
AMin=0
ASec=0
AFrame=0
ALBA=-150
Zero=0
PMin=1
PSec=0
PFrame=0
PLBA=4350
[Entry 2]
Session=1
Point=0xa2
ADR=0x01
Control=0x04
TrackNo=0
AMin=0
ASec=0
AFrame=0
ALBA=-150
Zero=0
PMin=55
PSec=39
PFrame=38
PLBA=250313
[Entry 3]
Session=1
Point=0x01
ADR=0x01
Control=0x04
TrackNo=0
AMin=0
ASec=0
AFrame=0
ALBA=-150
Zero=0
PMin=0
PSec=2
PFrame=0
PLBA=0
[TRACK 1]
MODE=1
INDEX 1=0
---
The .img file appaears to be a normal .bin file, with a different extension, the .sub is a binary file containing the subchannel data. It (the .bin) can be burned with cdrdao using the .cue if you change the filename from cdimage.img instead to cdimage.bin, and by changing the entry in the *.cue, but by doing that, the .sub data doesn't get written.