Am Donnerstag, 29. Januar 2004 16:50 schrieb [EMAIL PROTECTED]: > hi Hi !
> > without vps its pretty impossible to find an exact begintime because of > commercials etc and it really sux if the end of a movie is missing. yeah, you're right ! :-) > > is there a setting to configure the recordserver to start recording (for > ex) 10 minutes earlier than the actual begin time from xmltv is? (and > record a few minutes afterwards too) > > kind of RECORD_STARTOFFSET RECORD_ENDOFFSET > > or where in the code would i have to work to implement something like this? There's no need to work on the code. There's an parameter called TV_RECORD_PADDING ! Just put this line in your local_conf.py to start recording 5 minutes before and end 5 minutes after the programmed recordtime: TV_RECORD_PADDING = 5 * 60 It works great for me, but I don't know if this works in the official freevo_1.4.1 release, 'cause I use the freevo snapshot. Maybe you check your recordserver.py. Versions newser than 1.17 have this function. mfg :-) and best regards Christian > > mfg > florian demmer > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Freevo-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/freevo-users ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
