[Freevo-devel] Recording problem with pre5-test6

2003-06-26 Thread Robert Enloe
I checked out CVS tonight, and downloaded the test6 runtime, got everything working, played with the _very_ cool idlebar plugin a little bit, and them I moved onto scheduling a recording. I setup a new crontab with the new command for freevo_record.py: * * * * * ( cd /movies/Freevo/freevo-test6/fre

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

2003-06-26 Thread freevo-devel-admin
I fixed it on my end by reverting the changes that were made to audiodiskitem.py about three days ago. The older version works fine... The latest runtime includes mmpython, so perhaps audiodiskitem is depending on it to work... On Thu, Jun 26, 2003 at 02:46:03PM -0700, Rich C wrote: > I had th

Re: [Freevo-devel] TV recording interface...

2003-06-26 Thread Wan Tat Chee
On Thu, 26 Jun 2003, Aubin Paul wrote: > > Well, TVtime uses mgavid or directfb, but it needs features that the > Linux framebuffer doesn't provide. Also, it does a channel scan, so > you don't need the station list. Ok. Well, the default tvtime plugin config in CVS is missing something. Freevo

Re: [Freevo-devel] TV recording interface...

2003-06-26 Thread Aubin Paul
On Fri, Jun 27, 2003 at 09:28:48AM +0800, Wan Tat Chee wrote: > On the other hand, TV time is barfing on the saa7134 module (can't get > buffer error). Not sure why since Vektor (tvtime's author) was quite > active in making sure it worked with v4l2. I didn't investigate it too > much as running tv

Re: [Freevo-devel] TV recording interface...

2003-06-26 Thread Wan Tat Chee
On Thu, 26 Jun 2003, Aubin Paul wrote: > On Thu, Jun 26, 2003 at 08:05:34AM -0300, Rob Shortt wrote: > > Back when I used a bt878 based card I never had mplayer/mencoder playing > > nice with v4l2. > > I'm pretty sure mplayer doesn't work with v4l2, even using v4l2->v4l1 > emulation. Try tvtime

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

2003-06-26 Thread Aubin Paul
I fixed it on my end by reverting the changes that were made to audiodiskitem.py about three days ago. The older version works fine... The latest runtime includes mmpython, so perhaps audiodiskitem is depending on it to work... On Thu, Jun 26, 2003 at 02:46:03PM -0700, Rich C wrote: > I had the s

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] Gui issue

2003-06-26 Thread Aubin Paul
On Thu, Jun 26, 2003 at 11:47:23AM -0300, Rob Shortt wrote: > Hrm... I had a popup with icon example working the other night but I > will investigate further. Also I am about ready to totally recode icon > handling the gui code. Right now it just blits the icon to the screen, > coincidently ov

Re: [Freevo-devel] Re: release plan

2003-06-26 Thread Aubin Paul
On Thu, Jun 26, 2003 at 11:42:56AM -0300, Rob Shortt wrote: > Pythonmagick is pretty slick. :) I would like to enhance the gphoto > plugin with it. I haven't set it up yet but when I do I will keep an > eye on the dependencies. Plus, we don't necessarily have to replace all > uses of PIL with

Re: [Freevo-devel] release plan

2003-06-26 Thread Gustavo Sverzut Barbieri
--- Aubin Paul <[EMAIL PROTECTED]> escreveu: > On Thu, Jun 26, 2003 at 01:37:11PM +0200, Dirk Meyer wrote: > > I hope we can release 1.3.2-pre5 this weekend. Last time I asked > Rob > > about it, he only wanted to make small changes in the runtime. > Based > > in that, we should code-freeze Freevo

[Freevo-devel] CD Playing is broken?

2003-06-26 Thread Aubin Paul
Found some problems with the CD audio playing in Freevo. I haven't yet tracked down all of the issues, so someone might have some ideas. 1. Audiodiskitem's prototype was missing 'name' which rom_Drives uses. I added it back and it prevents a silent crash hidden in a try/except loop. 2. Even thou

[Freevo-cvslog] freevo/src/games/rominfo .cvsignore,1.1,NONE

2003-06-26 Thread outlyer
Update of /cvsroot/freevo/freevo/src/games/rominfo In directory sc8-pr-cvs1:/tmp/cvs-serv10345/rominfo Removed Files: .cvsignore Log Message: Removed empty directory. --- .cvsignore DELETED --- --- This SF.Net email is sponsored by

[Freevo-cvslog] freevo/src/audio audiodiskitem.py,1.13,1.14

2003-06-26 Thread outlyer
Update of /cvsroot/freevo/freevo/src/audio In directory sc8-pr-cvs1:/tmp/cvs-serv10123 Modified Files: audiodiskitem.py Log Message: Prevent an invisible crash (it was inside a try:except: without an exception name) rom_drives passes name='' but audiodiskitem doesn't accept it. Index: a

[Freevo-devel] Re: release plan

2003-06-26 Thread Dirk Meyer
Aubin Paul wrote: > Do we need either of them? SDL has much better rotation code then > either of them and it's probably faster. Not for rotation. But maybe you want to load an image SDL doesn't know. And I also have problems loading the Exif thumbnails with pygame. I need to load them with PIL a

[Freevo-cvslog] freevo/src/plugins icecast.py,1.2,1.3

2003-06-26 Thread rshortt
Update of /cvsroot/freevo/freevo/src/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv28916/plugins Modified Files: icecast.py Log Message: Missed an old pid change. Index: icecast.py === RCS file: /cvsroot/freevo/freevo/src/p

[Freevo-devel] [PLUGIN] run arbitrary commands from freevo

2003-06-26 Thread Michael Ruelle
- designate a freevo commands directory to run arbitrary commands (shell script, python script, executables, whatever) - captures the stdout and stderr of the command to freevo log directory in two files called command_stdout.log and command_stderr.log - shows a popup that displays success or failu

[Freevo-devel] Re: release plan

2003-06-26 Thread Aubin Paul
Do we need either of them? SDL has much better rotation code then either of them and it's probably faster. On Thu, Jun 26, 2003 at 04:26:39PM +0200, Dirk Meyer wrote: > Aubin Paul wrote: > > On Thu, Jun 26, 2003 at 02:55:30PM +0200, Thomas Schueppel wrote: > >> o move from PIL to Pythonmagick (t

Re: [Freevo-devel] Gui issue

2003-06-26 Thread Rob Shortt
Aubin Paul wrote: Hi Rob, Hi! :) It's me again :) I tried adding an icon to this alertbox, and while the Alertbox appears to "get" the icon, it doesn't do anything with it. The same occurs with Popupbox... Hrm... I had a popup with icon example working the other night but I will investigate furth

Re: [Freevo-devel] release plan

2003-06-26 Thread Thomas Schueppel
On Thu, 26 Jun 2003, Aubin Paul wrote: > On Thu, Jun 26, 2003 at 02:55:30PM +0200, Thomas Schueppel wrote: > > o move from PIL to Pythonmagick (thomas, rob) > > What's the advantage of this? If Pythonmagick is anything like the > Perl module, it has a LOT of dependencies. I would think we'd want t

Re: [Freevo-devel] Re: release plan

2003-06-26 Thread Rob Shortt
Dirk Meyer wrote: Aubin Paul wrote: On Thu, Jun 26, 2003 at 02:55:30PM +0200, Thomas Schueppel wrote: o move from PIL to Pythonmagick (thomas, rob) What's the advantage of this? If Pythonmagick is anything like the Perl module, it has a LOT of dependencies. I would think we'd want to eliminate PI

[Freevo-devel] Re: release plan

2003-06-26 Thread Dirk Meyer
Aubin Paul wrote: > On Thu, Jun 26, 2003 at 02:55:30PM +0200, Thomas Schueppel wrote: >> o move from PIL to Pythonmagick (thomas, rob) > > What's the advantage of this? If Pythonmagick is anything like the > Perl module, it has a LOT of dependencies. I would think we'd want to > eliminate PIL excep

Re: [Freevo-devel] release plan

2003-06-26 Thread Aubin Paul
On Thu, Jun 26, 2003 at 11:08:53AM -0300, Rob Shortt wrote: > Hmm, I think that 4 version numbers is a bit much (1.3.1.1). I would > much rather see us increment versions more often, like release 1.3.2 > asap and have the next release either 1.3.3-rc1 (and no more than 1 or 2 > rc's MAX) and m

[Freevo-devel] Gui issue

2003-06-26 Thread Aubin Paul
Hi Rob, It's me again :) I tried adding an icon to this alertbox, and while the Alertbox appears to "get" the icon, it doesn't do anything with it. The same occurs with Popupbox... Aubin On Thu, Jun 26, 2003 at 07:08:36AM -0700, [EMAIL PROTECTED] wrote: > Update of /cvsroot/freevo/freevo/src/vi

[Freevo-cvslog] freevo ChangeLog,1.63,1.64

2003-06-26 Thread outlyer
Update of /cvsroot/freevo/freevo In directory sc8-pr-cvs1:/tmp/cvs-serv18823 Modified Files: ChangeLog Log Message: Added some information about the cleanup. As an aside, Freevo's source has gone down in size from 4mb to 1.4. Index: ChangeLog ==

Re: [Freevo-devel] release plan

2003-06-26 Thread Rob Shortt
Aubin Paul wrote: On Thu, Jun 26, 2003 at 01:37:11PM +0200, Dirk Meyer wrote: I hope we can release 1.3.2-pre5 this weekend. Last time I asked Rob about it, he only wanted to make small changes in the runtime. Based in that, we should code-freeze Freevo for now. Only bugfixes and cleanups are allo

[Freevo-cvslog] freevo/src/video/plugins imdb_info.py,NONE,1.1

2003-06-26 Thread outlyer
Update of /cvsroot/freevo/freevo/src/video/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv17428 Added Files: imdb_info.py Log Message: Added a on screen IMDB info plugin from Bjorn Svensson, changes I made: o Converted to "AlertBox" so it prompts the user to say "Ok" o Added a line to use

Re: [Freevo-devel] TV recording interface...

2003-06-26 Thread Aubin Paul
On Thu, Jun 26, 2003 at 08:05:34AM -0300, Rob Shortt wrote: > Back when I used a bt878 based card I never had mplayer/mencoder playing > nice with v4l2. I'm pretty sure mplayer doesn't work with v4l2, even using v4l2->v4l1 emulation. Try tvtime > >The runtime-pre5-test6 mencoder doesn't have

Re: [Freevo-devel] release plan

2003-06-26 Thread Aubin Paul
On Thu, Jun 26, 2003 at 02:55:30PM +0200, Thomas Schueppel wrote: > o move from PIL to Pythonmagick (thomas, rob) What's the advantage of this? If Pythonmagick is anything like the Perl module, it has a LOT of dependencies. I would think we'd want to eliminate PIL except as an optional fallback li

Re: [Freevo-devel] release plan

2003-06-26 Thread Aubin Paul
On Thu, Jun 26, 2003 at 09:31:59AM -0300, Rob Shortt wrote: > o move the rest of Freevo to use record_client/server, including some > new recording / tv info popups. Also other server/client improvements. This is one of the reasons I think we need to fix our numbering. A change like this one, o

Re: [Freevo-devel] release plan

2003-06-26 Thread Aubin Paul
On Thu, Jun 26, 2003 at 01:37:11PM +0200, Dirk Meyer wrote: > I hope we can release 1.3.2-pre5 this weekend. Last time I asked Rob > about it, he only wanted to make small changes in the runtime. Based > in that, we should code-freeze Freevo for now. Only bugfixes and > cleanups are allowed till pr

[Freevo-devel] High Quality Serviceof Chinese Translation

2003-06-26 Thread Beijing Expert Translation
Title: Cost Cost-Effective Solutions for Global Translations! Beijing Expert Translation Co., Ltd. Dear International Manager: The Beijing Expert Translation Co.,

[Freevo-cvslog] freevo freevo_config.py,1.198,1.199

2003-06-26 Thread dischi
Update of /cvsroot/freevo/freevo In directory sc8-pr-cvs1:/tmp/cvs-serv9852 Modified Files: freevo_config.py Log Message: remove 'the' and 'a' from the imdb search string (add more in local_conf.py if you like) because they mess up the results. Also fixed the filename included in the fx

[Freevo-cvslog] freevo/src/video/plugins imdb.py,1.10,1.11

2003-06-26 Thread dischi
Update of /cvsroot/freevo/freevo/src/video/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv9852/src/video/plugins Modified Files: imdb.py Log Message: remove 'the' and 'a' from the imdb search string (add more in local_conf.py if you like) because they mess up the results. Also fixed the f

Re: [Freevo-devel] release plan

2003-06-26 Thread Thomas Schueppel
o integrate the new info area (Gustavo) o move to mmpython (dischi with help from Thomas) o make it possible to add/remove a plugin during runtime (dischi) o better integration of the idlebar (dischi, too?) o a nice skin with all features of the new skin engine (??) o better docs (??) - bo

Re: [Freevo-devel] release plan

2003-06-26 Thread Rob Shortt
Dirk Meyer wrote: I hope we can release 1.3.2-pre5 this weekend. Last time I asked Rob about it, he only wanted to make small changes in the runtime. Based Yes, I think all I need to do for that now is update mencoder, update mmpython I think that is it. I was going to add a couple new python

[Freevo-devel] release plan

2003-06-26 Thread Dirk Meyer
Hi, I hope we can release 1.3.2-pre5 this weekend. Last time I asked Rob about it, he only wanted to make small changes in the runtime. Based in that, we should code-freeze Freevo for now. Only bugfixes and cleanups are allowed till pre5 is out. I don't want to break it before the release. Rob: we

Re: [Freevo-devel] TV recording interface...

2003-06-26 Thread Rob Shortt
Wan Tat Chee wrote: Couldn't get audio to work yet (issue with v4l2 support probably?). Back when I used a bt878 based card I never had mplayer/mencoder playing nice with v4l2. The runtime-pre5-test6 mencoder doesn't have lame support built in? Available oacs are pcm and copy. (Rob?) Hmm. Well,