Gentoo Archives: gentoo-user

From: Grant <emailgrant@×××××.com>
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: [gentoo-user] Re: {OT} cdrdao's toc2cue question
Date: Mon, 06 Oct 2008 16:37:01
Message-Id: 49bf44f10810060936w5c642de9i68783b3f2b191663@mail.gmail.com
In Reply to: [gentoo-user] {OT} cdrdao's toc2cue question by Grant
1 > I patched cdrdao to recognize certain CD-TEXT types for its toc file
2 > creation with the info here:
3 >
4 > http://www.lackhead.org/2007/05/patch-for-cdrdao-122-cd-text-causing-crash/
5 >
6 > but toc2cue fails to execute on such a toc file with a series of these:
7 >
8 > ERROR: CD/cdda.toc:36: Invalid CD-TEXT item for a track.
9 >
10 > Does anyone know how to add CD-TEXT types to toc2cue? The types I
11 > need to add are:
12 >
13 > CDTEXT_DISK_ID
14 > CDTEXT_GENRE
15 > CDTEXT_TOC_INFO1
16 > CDTEXT_TOC_INFO2
17 > CDTEXT_RES1
18 > CDTEXT_RES2
19 > CDTEXT_RES3
20 > CDTEXT_RES4
21 > CDTEXT_SIZE_INFO
22 >
23 > I filed a Gentoo bug here:
24 >
25 > http://bugs.gentoo.org/show_bug.cgi?id=238891
26 >
27 > I think I just need a file location. The cdrdao list seems to be
28 > dead. I tried to post to it a while ago and only received a message
29 > that my message was awaiting moderator approval.
30 >
31 > - Grant
32
33 I was able to do this with the patch I added to this bug:
34
35 http://bugs.gentoo.org/show_bug.cgi?id=238891
36
37 - Grant