Re: [Freevo-devel] dvdbackup : Desperate, need some help

2003-10-30 Thread den_RDC
On Thursday 30 October 2003 10:47, Eirik Meland wrote: > den_RDC <[EMAIL PROTECTED]> writes: > > 1 - Patch mencoder. Shouldn't be very hard if u know C (i don't -> > > problem :) . By far the best solution. > > 2 - Put the frameno.avi in freevo's cwd (not changing it ofcourse). Very > > nasty, we d

Re: [Freevo-devel] Re: dvdbackup : Desperate, need some help

2003-10-30 Thread den_RDC
Agreed, but this is a trivial issue. If everything works i can just ad some code that rips the complete dvd to be ripped to some temporary (fairly large) storage, and replace the -dvd-device /dev/dvd (or whatever free says it is) too -dvd-device /tmp/dvd. This works very well (and afaik this isn

Re: [Freevo-devel] Re: dvdbackup : Desperate, need some help

2003-10-30 Thread den_RDC
On Thursday 30 October 2003 14:59, Aubin Paul wrote: > On Thu, Oct 30, 2003 at 02:45:32PM +0100, Dirk Meyer wrote: > > What about make a shell script or python (whatever), that does the > > whole dvd backup stuff (search with google, there are some). Add a cd > > to a temp dir at the beginning and

Re: [Freevo-devel] [PATCH] guide.rpy

2003-10-30 Thread Michael Ruelle
I like this patch better, it seems to fix rob's issue. Dischi can you comment that this fixes your error? On Thu, 2003-10-30 at 16:30, Rob Shortt wrote: > This is broken for me, see attached. > > Eirik Meland wrote: > > This patch fixes the inaccuracy problem experienced with the web-guide. > > I

[Freevo-devel] [PATCH] guide.rpy

2003-10-30 Thread Eirik Meland
This patch fixes the inaccuracy problem experienced with the web-guide. It should also fix some not reported problems (which I have already forgotten). I couldn't resist moving the popup-code into its own method. My guide is still an hour off, but I guess tv_grab_sn is to blame. patch_guide.r

Re: AW: [Freevo-devel] Re: SKIN: Crystal

2003-10-30 Thread Gustavo Sverzut Barbieri
--- Jan Grewe <[EMAIL PROTECTED]> escreveu: > > BTW, any good webdesigner here? We need a nice and easy way to > update. > > Easy to add news, screenshots and files (themes, >plugins). php > comes to > my mind. > > You should be able to login and add a download or add news. > > Maybe i could wo

AW: [Freevo-devel] Re: SKIN: Crystal

2003-10-30 Thread Jan Grewe
> BTW, any good webdesigner here? We need a nice and easy way to update. > Easy to add news, screenshots and files (themes, >plugins). php comes to my mind. > You should be able to login and add a download or add news. Maybe i could work something out, does SF offer mysql? > You work from them?

Re: [Freevo-devel] xml-config draft 0.2 (long)

2003-10-30 Thread Gustavo Sverzut Barbieri
Sorry for being too late in reply, but here it goes: --- Eirik Meland <[EMAIL PROTECTED]> wrote: > I don't know how to do this: > Maybe we can have a section events with all posibilities there: ... I'm not sure here... there is a fixed number of buttons?

Re: [Freevo-devel] Re: Freevo 1.4 code freeze

2003-10-30 Thread Gustavo Sverzut Barbieri
--- Eirik Meland <[EMAIL PROTECTED]> escreveu: > Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> writes: > > > --- Eirik Meland <[EMAIL PROTECTED]> escreveu: > Dirk Meyer > > <[EMAIL PROTECTED]> writes: > > > > > > > o www tv guide is off by same minutes (at least for me). This > is no > > > >

Re: [Freevo-devel] Re: dvdbackup : Desperate, need some help

2003-10-30 Thread Aubin Paul
I know, personally, I will end up patching dvdbackup to use vobcopy and perhaps encode with something else; I don't like the idea of my DVD-ROM drive running for hours, after it's on the drive, it would be straightforward to convert with mencoder; say using the 'menc2pass' script in the mplayer sou

[Freevo-wikilog] [Freevo Wiki] Update of "Dxr3Page"

2003-10-30 Thread freevo-wikilog
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change notification. The following page has been changed by 20.7.120.133: http://freevo.sourceforge.net/cgi-bin/moin.cgi/Dxr3Page

[Freevo-devel] Re: dvdbackup : Desperate, need some help

2003-10-30 Thread Dave Ladd
A couple of thoughts here: - I've had pretty good results with a single mencoder pass, although I understand the multi-pass rips are much better at low bit rates. - It may be easier for the ripper to be its own full-fledged process, which could of course change working dir as needed. I guess I'

Re: [Freevo-devel] dvdbackup : Desperate, need some help

2003-10-30 Thread Lars Eggert
den_RDC wrote: 3 - Find a way to do a cwd in a child without changing the parent cwd. You may want to use a _real_ child instead of a thread here, i.e., fork(). This will give a full process where you can change the cwd without affecting the parent. Aside 1: I always gest confused by terminology

Re: [Freevo-devel] Re: dvdbackup : Desperate, need some help

2003-10-30 Thread Aubin Paul
On Thu, Oct 30, 2003 at 02:45:32PM +0100, Dirk Meyer wrote: > What about make a shell script or python (whatever), that does the > whole dvd backup stuff (search with google, there are some). Add a cd > to a temp dir at the beginning and start this script. You don't need > to do the stuff all insid

[Freevo-devel] Re: dvdbackup : Desperate, need some help

2003-10-30 Thread Dirk Meyer
den_RDC wrote: > Changing the cwd is not hard (os.chdir() does this). But theres a real hard > catch to this, it changes the cwd of the parent process too, even when > executed in a thread. Ouch, that's evil. > 2 - Put the frameno.avi in freevo's cwd (not changing it ofcourse). Very > nasty,

Re: [Freevo-cvslog] freevo freevo_config.py,1.276,1.277

2003-10-30 Thread Aubin Paul
On Thu, Oct 30, 2003 at 12:53:32PM +0100, Dirk Meyer wrote: > Maybe that's not a good idea. Some people (like me) want hwac3 if > possible. So I changed MPLAYER_ARGS_DEF to use '-ac hwac3,'. But Right... sorry. > BTW, IIRC we added 'ac mad' because of some problems with mp3 > files. Now we use ma

Re: [Freevo-cvslog] freevo freevo_config.py,1.276,1.277

2003-10-30 Thread Dirk Meyer
[EMAIL PROTECTED] wrote: > Update of /cvsroot/freevo/freevo > In directory sc8-pr-cvs1:/tmp/cvs-serv4169 > > Modified Files: > freevo_config.py > Log Message: > Workaround for mplayer bug wherein time skips by 30 seconds in the timer, > but not in the file for any seek value via slave mode.

[Freevo-devel] Re: SKIN: Crystal

2003-10-30 Thread Dirk Meyer
"Jan Grewe" wrote: > Yup, i got that watermark-bug, too, but only when i was inside the headlines > menu, the watermark was displayed like the other watermark when in the main > menu! It's fixed now. An item doesn't inherit the image from it's parent when it is in the Freevo share dir and contains

Re: [Freevo-devel] dvdbackup : Desperate, need some help

2003-10-30 Thread Eirik Meland
den_RDC <[EMAIL PROTECTED]> writes: > 1 - Patch mencoder. Shouldn't be very hard if u know C (i don't -> problem :) > . By far the best solution. > 2 - Put the frameno.avi in freevo's cwd (not changing it ofcourse). Very > nasty, we don't even know if it's writable or if there is sufficient > d

Re: [Freevo-devel] dvdbackup : Desperate, need some help

2003-10-30 Thread Robert Rozman
Hello, does anyone know more about dvdbackup plugin. Is it in CVS ? Is it maintained ? Thanks, Robert. - Original Message - From: "den_RDC" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 30, 2003 8:18 AM Subject: [Freevo-devel] dvdbackup : Desperate, need some help

Re: [Freevo-devel] Re: Freevo 1.4 code freeze

2003-10-30 Thread Eirik Meland
Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> writes: > --- Eirik Meland <[EMAIL PROTECTED]> escreveu: > Dirk Meyer > <[EMAIL PROTECTED]> writes: > > > > > o www tv guide is off by same minutes (at least for me). This is no > > > real show stopper for rc2. > > > -- Gustavo (but he has

AW: [Freevo-devel] Re: SKIN: Crystal

2003-10-30 Thread Jan Grewe
That headlines-plugin bus is gone, the mail came a bit too late, sorry :) Thanks dischi! /jan -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Jan Grewe Gesendet: Dienstag, 28. Oktober 2003 15:56 An: [EMAIL PROTECTED] Betreff: AW: [Freevo-devel]

[Freevo-devel] dvdbackup : Desperate, need some help

2003-10-30 Thread den_RDC
I have the following problem with implementing dvdbackup, and i can't get it under wraps (and its giving me a headache too). It comes down to this : I encode the audio first, using mencoders capability's to create a frameno.avi (this is a special avi to mencoder). When the video encoding starts