You are not logged in.

1

Wednesday, July 14th 2004, 10:49pm

Automate CD burning

Hi, I am trying to automate cd burning from k3b. I am using dcop to control k3b from the command line. I realize that there are functions available to dcop to burn the cd and the create new project. However, I have a problem adding files to the project.. After calling
dcop `dcop k3b-id K3b action project_add_files` activate, a new window (that is used to choose the file to be added) pops up. My question is, how can I use dcop to communicate with this new window? Or probablly there is a way to add file to project directly with a function available to dcop. Any input is greatly appreciated. Thank You.

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

2

Thursday, July 15th 2004, 1:33pm

If you want to burn from commandline you could use the commandline programs directly instead of going through a frontend like K3B.

I think mkisofs creates the CD image and cdrecord burns it to disk.
This can be done in one call as well, there are docs for that all over the Internet.

Cheers,
_
Qt/KDE Developer
Debian User

3

Monday, July 19th 2004, 6:12pm

Thanks for the reply. However, the concern here is to test whether the cd burning program (k3b) works. Thats why I need to burn from there. Anybody has an idea how to do that? Thanks in advance.

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

4

Monday, July 19th 2004, 7:29pm

Ah, I see.
I guess you will have to ask the K3B developers by email.

Cheers,
_
Qt/KDE Developer
Debian User

5

Tuesday, July 20th 2004, 5:22pm

I see. Thanks for the reply.