Re: [Freevo-devel] CD Ripping plugin - /audio/plugin/cdbackup.py (v1.1)

2003-07-01 Thread Gustavo Sverzut Barbieri
Hum, I would like to see 3 bars :) No matter, later I extend the plugin... :) About the encoding + ripping... The CD Ripping is I/O Bound, the Encoding is CPU bound... so we can rip track 2 while encoding track 1 without problems... Gustavo --- Aubin Paul <[EMAIL PROTECTED]> escreveu: > Hmm.

Re: [Freevo-devel] CD Ripping plugin - /audio/plugin/cdbackup.py (v1.1)

2003-07-01 Thread Aubin Paul
Hmm... the only problem with that is how we would show that much stuff in the idlebar... since ripping should be a background process I don't know how much we want to cram into it. I figured just one progress bar for the total album. If we made a full screen interface, then I agree we should add m

Re: [Freevo-devel] CD Ripping plugin - /audio/plugin/cdbackup.py (v1.1)

2003-07-01 Thread Gustavo Sverzut Barbieri
Sure... Would be cool if we show the output in 3 bars, like "grip". One bar for ripping progress + tack number being extracted, one bar for the encoding process + track number bein extracted and another bar for the total progress... BTW, CDbackup does async extract + encode (like grip)? Also, Au

Re: [Freevo-devel] CD Ripping plugin - /audio/plugin/cdbackup.py (v1.1)

2003-07-01 Thread Aubin Paul
On Tue, Jul 01, 2003 at 12:28:12AM -0700, Rich C wrote: > Anything GUI related to liven up my simple 2-3 line > rip menu would be cool. I'll see about parsing the > output of lame, oggenc, and cdparanoia so that we can > drive a graphical rip progress indicator. I've changed lame to be called wi

Re: [Freevo-devel] CD Ripping plugin - /audio/plugin/cdbackup.py (v1.1)

2003-07-01 Thread Rich C
Hello, I can probably add in ogg support sometime this week. I just took a look at oggenc man page and it shouldn't be much different than supporting lame .mp3 encoding from what I can tell. I initially didn't put it in since I myself had never even used it -up until a quick test a minute ago.

Re: [Freevo-devel] CD Ripping plugin - /audio/plugin/cdbackup.py (v1.1)

2003-06-30 Thread Aubin Paul
On Tue, Jul 01, 2003 at 02:37:42AM -0300, Gustavo Sverzut Barbieri wrote: > When there will be the option for OGG? v2.0 ? :) Shouldn't be too hard to do, probably by moving more of the lame options into the configuration file. > Also, a GUI would be really cool! I'll try to help you with that (I

Re: [Freevo-devel] CD Ripping plugin - /audio/plugin/cdbackup.py (v1.1)

2003-06-30 Thread Gustavo Sverzut Barbieri
Rich, When there will be the option for OGG? v2.0 ? :) Also, a GUI would be really cool! I'll try to help you with that (I want to learn the new GUI) Gustavo --- Aubin Paul <[EMAIL PROTECTED]> escreveu: > Hi Rich, > > I've integrated it into CVS and I'm using it right now. mmpython > seems

Re: [Freevo-devel] CD Ripping plugin - /audio/plugin/cdbackup.py (v1.1)

2003-06-30 Thread Aubin Paul
Hi Rich, I've integrated it into CVS and I'm using it right now. mmpython seems to swap artist/album but besides that, it's working very nicely. I'm very happy you had it run in the background. Please give it a try and make sure it works for you, and if you have patches further to the changes I

[Freevo-devel] CD Ripping plugin - /audio/plugin/cdbackup.py (v1.1)

2003-06-30 Thread Rich C
Hello all, I've updated my CD ripping to .wav and .mp3 plugin. It now uses mmpython and is a ItemPlugin now rather than a MainMenuPlugin. Source and details can be found at: http://home.comcast.net/~cornejo3/freevo/ The user preferences need to be added to local_conf.py for the moment. If we g