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
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'),
> >('
('10-31', 'pumpkin.png'),
('12-21', 'snowman.png'),
('12-25', 'christmas.png')]
-Rich
--- Aubin Paul <[EMAIL PROTECTED]> wrote:
> I ad
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
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
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
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
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
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
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,
>
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
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
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
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
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
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
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
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
18 matches
Mail list logo