Update of /cvsroot/freevo/freevo/helpers
In directory sc8-pr-cvs1:/tmp/cvs-serv22352/helpers

Modified Files:
        tvgrep.py 
Log Message:
Fix the gap for consecutive recordings. Only "timecode" formats were getting
the buffer time before, now both timecode and seconds type recording get the
10 second buffer.


Index: tvgrep.py
===================================================================
RCS file: /cvsroot/freevo/freevo/helpers/tvgrep.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** tvgrep.py   30 Jun 2003 20:53:28 -0000      1.7
--- tvgrep.py   12 Jul 2003 06:23:44 -0000      1.8
***************
*** 57,61 ****
  
      len_secs = int(b.stop-b.start)
!     temp = len_secs - 1
      hour = int(temp/3600)
      minu = int(temp/60)
--- 57,62 ----
  
      len_secs = int(b.stop-b.start)
!     len_secs = len_secs - 10
!     temp = len_secs
      hour = int(temp/3600)
      minu = int(temp/60)




-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to