[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
at 09:05:41AM -0700, Rich C > wrote: > > I've attached a short holidays section to add to > your > > local_conf.py. Also copied here. > > > > HOLIDAYS = [ ('01-01', 'newyear.png'), > >('

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

2003-07-04 Thread Rich C
('10-31', 'pumpkin.png'), ('12-21', 'snowman.png'), ('12-25', 'christmas.png')] -Rich --- Aubin Paul <[EMAIL PROTECTED]> wrote: > I ad

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

2003-07-03 Thread Rich C
you possibly make a diff? and maybe include > some of your example > images? > > Aubin > > On Thu, Jul 03, 2003 at 08:58:43AM -0700, Rich C > wrote: > > Hello, > > > > Inspired by Google which changes it's Google logo > > every holiday, I wrot

[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 a

[Freevo-devel] PATCH: cdbackup.py - Ogg encoding added

2003-07-02 Thread Rich C
Hello, I've just added Ogg encoding to cdbackup.py. It uses 'oggenc'. The patch attached is based off of v1.8. This is my first time creating a patch so I might have messed something up. Applying the patch worked for me after having to enter the filename to patch after it prompted me for the

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

2003-07-01 Thread Rich C
ive it a try and make sure it works for > you, and if you have > > patches further to the changes I made, send them > my way. > > > > Thanks for the contribution, it was definitely on > my wishlist. > > > > Aubin > > > > On Mon, Jun 30, 200

[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

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 WIP/Dischi/???/use_m

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

2003-06-23 Thread Rich C
d and not worry about 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, >

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

2003-06-23 Thread Rich C
Hello Gents, I've got a plugin for CD ripping to .mp3 and .wav available. Still a bunch of things I want to add and some minor fixes but it should be fairly useable -at least on my setup it is. I've got the source and some more info on my personal web page @ http://home.attbi.com/~cornejo3/f

[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 names

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

2003-06-11 Thread Rich C
will want > lossy compression. In that case, if its not too > much trouble I would appreciate it if there could be > an local_config.py option just to rip to wav's so > that they could be compressed from an ssh connection > using flac or left as wavs which freevo already > han

[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] Re: "import module" problemo in my plugin

2003-06-03 Thread Rich C
didn't seem to help either. FYI, i'm trying to write 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, Ric

[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] ivtv Hauppage WinTV 250 PVR

2003-05-30 Thread Rich C
iver package which I 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 thi