Hi list,
Hi Daniel,
I'm using latest RPM for Mandrake 9.2 (available from the download page). Everything works fine here, i've very happy with freevo, good work guys.
But... i have a little thing that still won't work: record padding. As
i see in my local_conf.py, it's configurable, but the TV_RECORD_PADDING
value seems ignored. I grepped the source file of freevo and i don't
find any code using it (and current CVS of local_conf.py don't include
this variable anymore).
As I check my sources I see that there is indeed no example entry in local_conf.py, only freevo_config.py. I am not sure about the last release (we changed some config names in recent past) but in CVS the correct name for the item is TV_RECORD_PADDING and it is handled inside src/helpers/recordserver.py.
So, is it still possible to start and finish the recording process X minutes before/after xmltv times ?
Yes, this is working for me. However you might be getting cought by a gotcha that I should hide in the code. Right now you must:
TV_RECORD_PADDING = X * 60
Where X is the number of minutes you would like to pad with. We should either hide the * 60 or make a value in seconds valid (right now it only has a resolution of one minute).
So, in case you have TV_RECORD_PADDING = 1 this will fail. This is the only thing that I can think of at the moment that may be wrong for you.
-Rob
------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
