[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    Re: Thinking about a program...
From:       Rik Hemsley <rik () kde ! org>
Date:       2001-08-30 18:59:41
[Download RAW message or body]

#if StarTux
> What I want to make is a GUI CD -> Ogg ripper and encoder, I know the 
> commands to do via the command line, but will need to translate that 
> into an easy to use GUI client. I know this is very likely to work in 
> KDE, but not too sure about Kylix...

I can't speak for Kylix, but ripping a CD to Ogg Vorbis files in
KDE could be done like this:

KIO::CopyJob * job =
  KIO::copy
  (
   "audiocd:/Ogg Vorbis/track01.ogg?use_cddb=false",
   "/tmp",
   false
  );

connect
(
 job,
 SIGNAL(percent(KIO::Job *, unsigned long),
 this,
 SLOT(slotUpdateProgressBar(KIO::Job *, unsigned long)
);

Can you do that easier in Kylix, I wonder ? ;)

Rik

 
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic