Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
04700 Core Minor Always Feb 21, 2012, 15:54 Feb 23, 2012, 03:24
Tester Firewave View Status Public Platform MAME (Self-compiled)
Assigned To Resolution Open OS Windows Vista/7 (64-bit)
Status [?] Acknowledged Driver
Version 0.145u1 Fixed in Version Build
Fixed in Git Commit Github Pull Request #
Summary 04700: CD-Text is not stored in CHD
Description I ripped an audio CD with cdrdao

cdrdao read-cd --device 0,0,0 --driver generic-mmc --read-raw --read-subchan rw_raw hc.toc

and converted it to a CHD

chdman createcd -i hc.toc -o mynew.chd

Then I extracted it

chdman extractcd -i mynew.chd -o out.out -ob out.bin

and burned it back to a CD

cdrdao write --device 0,0,0 out.out

The original CD shows the CD-Text while playing, but the burned one doesn't. It seems it's because of the CD-Text data not being stored and missing in the resulting TOC file.

Also the resulting TOC file says the type is CD_ROM instead of CD_DA, but I think that might not be an issue.
Steps To Reproduce
Additional Information
Github Commit
Flags
Regression Version
Affected Sets / Systems
Attached Files
? file icon toc.diff (7,179 bytes) Feb 21, 2012, 15:54 Uploaded by Firewave
Diff of the imported and the extracted TOC
[Show Content]
Relationships
There are no relationship linked to this issue.
Notes
1
User avatar
No.08248
Firewave
Senior Tester
Feb 22, 2012, 16:31
Some additional information:

http://en.wikipedia.org/wiki/CD-Text

Samples:

TOC: http://pastebin.com/qBzqBJPU
CUE: http://pastebin.com/Nvi4MHTC
.cdt: http://www.sendspace.com/file/h43v7y

I haven't looked into NRG images yet.