Re: [Freevo-devel] python -O

2003-07-30 Thread Wan Tat Chee
On Wed, 30 Jul 2003, Aubin Paul wrote: > It's not a Python 2.3-only feature; all the 2.x versions support -O as > far as I know. -O just compiles to .pyo instead of .pyc and is faster. > I see. So do we plan to activate this for the next release? What happens to *.py that were changed since t

[Freevo-cvslog] freevo freevo_config.py,1.215,1.216

2003-07-30 Thread rshortt
Update of /cvsroot/freevo/freevo In directory sc8-pr-cvs1:/tmp/cvs-serv22130 Modified Files: freevo_config.py Log Message: Removed the reference to the rominfo command, which is no longer needed. Index: freevo_config.py ===

Re: [Freevo-devel] python -O

2003-07-30 Thread Aubin Paul
It's not a Python 2.3-only feature; all the 2.x versions support -O as far as I know. -O just compiles to .pyo instead of .pyc and is faster. On Thu, Jul 31, 2003 at 09:49:29AM +0800, Wan Tat Chee wrote: > On Wed, 30 Jul 2003, Aubin Paul wrote: > > > I tried running Freevo last night with 'python

Re: [Freevo-devel] python -O

2003-07-30 Thread Wan Tat Chee
On Wed, 30 Jul 2003, Aubin Paul wrote: > I tried running Freevo last night with 'python -O src/main.py' and it > seemed noticeably faster... Is there any reason we don't use it by > default? > I've no objections as long as it's still shipped as part of the runtime. I don't know what trickery Red

Re: [Freevo-devel] pvr + xine... Rob?

2003-07-30 Thread Aubin Paul
On Wed, Jul 30, 2003 at 06:42:16PM -0300, Rob Shortt wrote: > This is excelent news!! > > I have a couple questions that we should probably send to the xine people: > > 1) Can xine do this with any other mpeg input? If so then for regular > v4l users (bt878, etc) it would rock to be able to be

[Freevo-cvslog] freevo/src/tv ivtv.py,1.6,1.7

2003-07-30 Thread rshortt
Update of /cvsroot/freevo/freevo/src/tv In directory sc8-pr-cvs1:/tmp/cvs-serv21319 Modified Files: ivtv.py Log Message: Work around an msp3400 bug where it will lose sound when doing a few things, one of which is setting the video standard. Right now it calls the newly added mspSetMatri

[Freevo-cvslog] freevo/src/tv v4l2.py,1.4,1.5

2003-07-30 Thread rshortt
Update of /cvsroot/freevo/freevo/src/tv In directory sc8-pr-cvs1:/tmp/cvs-serv20716 Modified Files: v4l2.py Log Message: Fix a set standard bug and add the begining of vidio groups. Index: v4l2.py === RCS file: /cvsroot/fre

Re: [Freevo-devel] pvr + xine... Rob?

2003-07-30 Thread Rob Shortt
Aubin Paul wrote: Rob, Xine appears to contain a 'pvr' driver which claims the following: * features: * - play live mpeg2 stream (realtime mode) while recording * - can pause, play slow, fast and seek back into the recorded stream * - switches back to realtime mode if played until the

[Freevo-cvslog] freevo/src/tv record_daemon.py,1.12,1.13

2003-07-30 Thread outlyer
Update of /cvsroot/freevo/freevo/src/tv In directory sc8-pr-cvs1:/tmp/cvs-serv3113 Modified Files: record_daemon.py Log Message: This is no longer necessary for python 2.3, so only do it if we're on an older version. Index: record_daemon.py ==

[Freevo-cvslog] freevo/src/tv record_video.py,1.23,1.24

2003-07-30 Thread outlyer
Update of /cvsroot/freevo/freevo/src/tv In directory sc8-pr-cvs1:/tmp/cvs-serv3884 Modified Files: record_video.py Log Message: Done. Index: record_video.py === RCS file: /cvsroot/freevo/freevo/src/tv/record_video.py,v retr

[Freevo-cvslog] freevo/src/tv record_daemon.py,1.13,1.14

2003-07-30 Thread outlyer
Update of /cvsroot/freevo/freevo/src/tv In directory sc8-pr-cvs1:/tmp/cvs-serv3527 Modified Files: record_daemon.py Log Message: The other instance too. Index: record_daemon.py === RCS file: /cvsroot/freevo/freevo/src/tv/re

[Freevo-devel] pvr + xine... Rob?

2003-07-30 Thread Aubin Paul
Rob, Xine appears to contain a 'pvr' driver which claims the following: * features: * - play live mpeg2 stream (realtime mode) while recording * - can pause, play slow, fast and seek back into the recorded stream * - switches back to realtime mode if played until the end * - may er

[Freevo-devel] more on the pvr

2003-07-30 Thread Aubin Paul
Well, it turns out that the pvr stuff in xine works very nicely. sudo fbxine -V vidixfb -a 0 -A alsa --stdctl pvr:///tmp/buffer And you're pretty much ready to go. Play/Pause/etc. work out of the box; no code changes. I haven't figured out how to change channels yet, but other than that, it mi

Re: [Freevo-devel] Re: Keeping the runtime up to date

2003-07-30 Thread den_RDC
I'll try it somwhere this week But i did have a look at it, and i forsee a possible problem when merging it without X. If the encode flag is set (wich will make mplayer build mencoder, otherwise mencoder is left out), mplayer also pulls libDV. Until a few weeks, this lib also pulls X... That has

[Freevo-devel] Re: Keeping the runtime up to date

2003-07-30 Thread Dirk Meyer
den_RDC wrote: > Gentoo is really nice with freevo because everything works good with the > system packages. but i don't know how up-to-date the current ebuilds are > (freevo-runtime ebuild used to compile some sort of runtime exclusivly for > freevo, and i didn't like that). There is a cvs ebui

Re: [Freevo-devel] Keeping the runtime up to date

2003-07-30 Thread den_RDC
Gentoo is really nice with freevo because everything works good with the system packages. but i don't know how up-to-date the current ebuilds are (freevo-runtime ebuild used to compile some sort of runtime exclusivly for freevo, and i didn't like that). There is a cvs ebuild class, so someone c

[Freevo-cvslog] freevo/src main.py,1.53,1.54 util.py,1.38,1.39 osd.py,1.73,1.74

2003-07-30 Thread outlyer
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv28932/src Modified Files: main.py util.py osd.py Log Message: Add encoding to remove some warnings from Python 2.3. Has no effect on Python < 2.3 Index: main.py ==

[Freevo-devel] Gentoo init script for web & record server

2003-07-30 Thread den_RDC
A smaal init script for gentoo, maybe someone finds it usefull. Paths are hardcoded because i lack decent scripting knowledge :) if anyone want's to improve it, be my guest. #! /sbin/runscript # Boot script for freevoweb on gentoo # by den_RDC depend() { need localmount net } start()

Re: [Freevo-devel] python -O

2003-07-30 Thread Aubin Paul
I'm using 2.3 now; there are some warnings with Freevo, but it otherwise works nicely - and quickly. Aubin On Wed, Jul 30, 2003 at 09:26:58AM -0500, Krister Lagerstrom wrote: > > I tried running Freevo last night with 'python -O src/main.py' and it > > seemed noticeably faster... Is there any rea

Re: [Freevo-devel] Keeping the runtime up to date

2003-07-30 Thread Matthieu Weber
On Wed 30.07.2003 at 10:08:06AM -0400, Aubin Paul wrote: > short answer: "Don't use the runtime" :) > > If you're developing, you may want to try and build your own versions > of things. Depending on your distro, most of the dependencies may be > available elsewhere. > > I know Gentoo and Debian

Re: [Freevo-devel] python -O

2003-07-30 Thread Krister Lagerstrom
> I tried running Freevo last night with 'python -O src/main.py' and it > seemed noticeably faster... Is there any reason we don't use it by > default? Not that I can remember. It might be worth looking into using Python 2.3, besides all the new goodies it is supposedly faster too. / Kr

[Freevo-devel] python -O

2003-07-30 Thread Aubin Paul
I tried running Freevo last night with 'python -O src/main.py' and it seemed noticeably faster... Is there any reason we don't use it by default? Aubin --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-c

Re: [Freevo-devel] Keeping the runtime up to date

2003-07-30 Thread Aubin Paul
short answer: "Don't use the runtime" :) If you're developing, you may want to try and build your own versions of things. Depending on your distro, most of the dependencies may be available elsewhere. I know Gentoo and Debian have simple ways to get all the packages you'd need, and I keep the Deb

[Freevo-cvslog] freevo/src config.py,1.32,1.33

2003-07-30 Thread outlyer
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv16887/src Modified Files: config.py Log Message: I don't think we use $CACHEDIR/audio anymore... if anyone needs it, I'll uncomment it, else I'll delete it. Index: config.py ==

[Freevo-cvslog] freevo/src/gui .cvsignore,1.1,1.2

2003-07-30 Thread outlyer
Update of /cvsroot/freevo/freevo/src/gui In directory sc8-pr-cvs1:/tmp/cvs-serv16403/src/gui Modified Files: .cvsignore Log Message: Added .pyo so we can use python -O Index: .cvsignore === RCS file: /cvsroot/freevo/freevo/

[Freevo-cvslog] freevo/src/tv .cvsignore,1.1,1.2

2003-07-30 Thread outlyer
Update of /cvsroot/freevo/freevo/src/tv In directory sc8-pr-cvs1:/tmp/cvs-serv16403/src/tv Modified Files: .cvsignore Log Message: Added .pyo so we can use python -O Index: .cvsignore === RCS file: /cvsroot/freevo/freevo/sr

[Freevo-cvslog] freevo/testfiles/Movies/You_Can_Link_Your_Folders_To_Testfiles .cvsignore,1.1,1.2

2003-07-30 Thread outlyer
Update of /cvsroot/freevo/freevo/testfiles/Movies/You_Can_Link_Your_Folders_To_Testfiles In directory sc8-pr-cvs1:/tmp/cvs-serv16403/testfiles/Movies/You_Can_Link_Your_Folders_To_Testfiles Modified Files: .cvsignore Log Message: Added .pyo so we can use python -O Index: .cvsignore ===

[Freevo-cvslog] freevo/skins/xml/type1 .cvsignore,1.1,1.2

2003-07-30 Thread outlyer
Update of /cvsroot/freevo/freevo/skins/xml/type1 In directory sc8-pr-cvs1:/tmp/cvs-serv16403/skins/xml/type1 Modified Files: .cvsignore Log Message: Added .pyo so we can use python -O Index: .cvsignore === RCS file: /cvsroo

[Freevo-cvslog] freevo/testfiles/Music/You_Can_Link_Your_Folders_To_Testfiles .cvsignore,1.1,1.2

2003-07-30 Thread outlyer
Update of /cvsroot/freevo/freevo/testfiles/Music/You_Can_Link_Your_Folders_To_Testfiles In directory sc8-pr-cvs1:/tmp/cvs-serv16403/testfiles/Music/You_Can_Link_Your_Folders_To_Testfiles Modified Files: .cvsignore Log Message: Added .pyo so we can use python -O Index: .cvsignore ==

[Freevo-cvslog] freevo/src/video .cvsignore,1.1,1.2

2003-07-30 Thread outlyer
Update of /cvsroot/freevo/freevo/src/video In directory sc8-pr-cvs1:/tmp/cvs-serv16403/src/video Modified Files: .cvsignore Log Message: Added .pyo so we can use python -O Index: .cvsignore === RCS file: /cvsroot/freevo/fre

[Freevo-cvslog] freevo/helpers .cvsignore,1.1,1.2

2003-07-30 Thread outlyer
Update of /cvsroot/freevo/freevo/helpers In directory sc8-pr-cvs1:/tmp/cvs-serv16403/helpers Modified Files: .cvsignore Log Message: Added .pyo so we can use python -O Index: .cvsignore === RCS file: /cvsroot/freevo/freevo/

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

2003-07-30 Thread outlyer
Update of /cvsroot/freevo/freevo/src/games In directory sc8-pr-cvs1:/tmp/cvs-serv16403/src/games Modified Files: .cvsignore Log Message: Added .pyo so we can use python -O Index: .cvsignore === RCS file: /cvsroot/freevo/fre

[Freevo-cvslog] freevo/skins/main1 .cvsignore,1.1,1.2

2003-07-30 Thread outlyer
Update of /cvsroot/freevo/freevo/skins/main1 In directory sc8-pr-cvs1:/tmp/cvs-serv16403/skins/main1 Modified Files: .cvsignore Log Message: Added .pyo so we can use python -O Index: .cvsignore === RCS file: /cvsroot/freevo

[Freevo-cvslog] freevo .cvsignore,1.16,1.17

2003-07-30 Thread outlyer
Update of /cvsroot/freevo/freevo In directory sc8-pr-cvs1:/tmp/cvs-serv16403 Modified Files: .cvsignore Log Message: Added .pyo so we can use python -O Index: .cvsignore === RCS file: /cvsroot/freevo/freevo/.cvsignore,v ret

[Freevo-devel] Keeping the runtime up to date

2003-07-30 Thread Matthieu Weber
I have troubles with the runtime. How do you guys (active developers) keep your runtime up-to-date? When I give up Freevo hacking for some time and start putting my nose into it again later, I have to pick up a newer version of the runtime. And the one I now have seems a bit out of date compared to

Re: [Freevo-devel] dvd ripping

2003-07-30 Thread den_RDC
I suggested this sometime ago in #freevo... it should be easy to convert into a plugin, it's basically just a mencoder frontend. I would do it if i had some spare time, but the schedule is full for the next month so maybe someone volunteers? On Tuesday 29 July 2003 15:51, Aubin Paul wrote: > I

[Freevo-devel] Python 2.3 support in Debian...

2003-07-30 Thread Aubin Paul
For those of you interested in using Python2.3 and Debian with Freevo, I've added python2.3 packages for some of the requirements to my site. This includes: python2.3-mmpython python2.3-pylirc python2.3-pygame All of these are CVS snapshots; the rest of the packages we need are already included w

Re: [Freevo-cvslog] freevo/skins/xml/type1 blue.fxd,1.9,1.10

2003-07-30 Thread Dirk Meyer
[EMAIL PROTECTED] wrote: > Update of /cvsroot/freevo/freevo/skins/xml/type1 > In directory sc8-pr-cvs1:/tmp/cvs-serv31050/skins/xml/type1 > > Modified Files: > blue.fxd > Log Message: > Made the string width large enough, was clipped in 800x600. Is 'Size:' perhaps > better than 'Geometry:'?