[Freevo-devel] util.tagmp3 generating some big files in /tmp

2003-07-18 Thread Rich C
Hello Aubin, I noticed that the util.tagmp3 tagging that was added into cdbackup.py causes some multi megabyte files to be generated in /tmp. Upon commenting out the tagging, the files (shown below) are no longer generated. I just double checked that the files in /tmp are still generated with a

Re: PATCH: Re: [Freevo-devel] Holiday icon for idlebar - idlebar.py

2003-07-04 Thread Rich C
'), ('12-25', 'christmas.png')] -Rich --- Aubin Paul [EMAIL PROTECTED] wrote: I added the icons, but can you also send the config.HOLIDAYS stuff so I can test it? On Thu, Jul 03, 2003 at 11:23:35PM -0700, Rich C wrote: Hello Aubin, Here is the patch for idlebar.py and some

Re: PATCH: Re: [Freevo-devel] Holiday icon for idlebar - idlebar.py

2003-07-04 Thread Rich C
Cool, thanks. Should a little variety to Freevo every holiday. Now we just need a full set of holiday icons.any artists in the group with some time? Cheers, -Rich --- Aubin Paul [EMAIL PROTECTED] wrote: Thanks Rich, I've added it to CVS. On Fri, Jul 04, 2003 at 09:05:41AM -0700, Rich C

[Freevo-devel] Holiday icon for idlebar - idlebar.py

2003-07-03 Thread Rich C
Hello, Inspired by Google which changes it's Google logo every holiday, I wrote a simple idlebar function to show a user specified image on a given holiday (or any date) of the year. I've copied it below. Cheers, Rich --- # This class checks if the current date is a holiday and will # display

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

2003-07-01 Thread Rich C
wishlist. Aubin On Mon, Jun 30, 2003 at 06:47:18PM -0700, Rich C wrote: 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

Re: [Freevo-devel] CD Playing is broken?

2003-06-26 Thread Rich C
I had the same problem last night with the CVS version. I can't recall exactly what I did to fix it but some of the things I updated last night are as follows: -Updated to the latest runtime. http://freevo.sourceforge.net/runtime/runtime-pre5-test6.tar.bz2 -Ran .sh script in

Re: [Freevo-devel] Re: Freevo CD Ripping v1.0 - mediamanager.py

2003-06-23 Thread Rich C
the plugin activation command being user friendly since the user wouldn't have to ever look at local_conf.py anymore since freevo could format it all for them. Regards, Rich --- Dirk Meyer [EMAIL PROTECTED] wrote: Rich C wrote: Hello Gents, Hi I've got a plugin for CD ripping to .mp3

[Freevo-devel] getting rid of funky characters?

2003-06-13 Thread Rich C
Hello, I was wondering if anyone has written a function to get rid of characters that cause problems in filenames/directory names. I thought I saw something like this in some code I looked at previously, but I can't seem to find it. I'm running into some problems with CDDB returning song

[Freevo-devel] Re: [Freevo-users] ripping interface?

2003-06-11 Thread Rich C
connection using flac or left as wavs which freevo already handles. Mark On Mon, 9 Jun 2003 12:09:15 -0700 (PDT) Rich C [EMAIL PROTECTED] wrote: Hello Gents, I've spent the last week or so doing just that. I have a plugin that can rip a CD to the hard drive

[Freevo-devel] Re: [Freevo-users] ripping interface?

2003-06-09 Thread Rich C
To allowing ripping while still being able to do other things, i actually used a threaded class for the ripping. i.e. class mm_thread(threading.Thread): Before this, freevo was hanging until the rip finished, now it simply starts the ripping process and I'm free to navigate around in freevo and

Re: [Freevo-devel] Re: import module problemo in my plugin

2003-06-04 Thread Rich C
Thanks again for the help Rob, one more problem down. I used import audio.audiodiskitem instead of just import audiodiskitem. Now if I could only figure out all the parameters being passed to the modules i'm including/inheriting from and would like to use Gustavo, since you were thinking

[Freevo-devel] import module problemo in my plugin

2003-06-03 Thread Rich C
Hello All, I'm trying to write my own plugin, for which I'm importing alot of the other modules that you guys have written. I'm having a problem that any time I import module and run freevo it doesn't seem to know that any other modules I import from my plugin exist unless I copy them into the

[Freevo-devel] Re: import module problemo in my plugin

2003-06-03 Thread Rich C
a filemanager type plugin to rip CDs to the hard drive, and burn MP3s onto CD. If someone is already doing this, I'll probably carry on with it anyhow just so I can learn Python and the inner workings of Freevo better. Thanks, Rich Rich C wrote: Hello All, Hi Rich, I'm trying to write

[Freevo-devel] ivtv Hauppage WinTV 250 PVR

2003-05-30 Thread Rich C
think conforms to V4L2 API to change channels on the card and set the type of tuner, etc... Seems all that would need to be done is have Freevo control this test program that speaks V4L2. Any thoughts on this? Shall I attempt to write something like this? Cheers, Rich C