Update of /cvsroot/freevo/freevo/src/helpers
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3843
Modified Files:
recordserver.py
Log Message:
put snapshot in again with a try except
Index: recordserver.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/helpers/recordserver.py,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** recordserver.py 23 Jun 2004 20:57:14 -0000 1.46
--- recordserver.py 23 Jun 2004 21:20:10 -0000 1.47
***************
*** 7,10 ****
--- 7,13 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.47 2004/06/23 21:20:10 dischi
+ # put snapshot in again with a try except
+ #
# Revision 1.46 2004/06/23 20:57:14 dischi
# fix recording stopping
***************
*** 919,923 ****
os.remove(tv_lock_file)
prog = event.arg
! #snapshot(prog.filename)
if config.VCR_POST_REC:
util.popen3.Popen3(config.VCR_POST_REC)
--- 922,929 ----
os.remove(tv_lock_file)
prog = event.arg
! try:
! snapshot(prog.filename)
! except:
! pass
if config.VCR_POST_REC:
util.popen3.Popen3(config.VCR_POST_REC)
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog