Update of /cvsroot/freevo/freevo/src/www
In directory sc8-pr-cvs1:/tmp/cvs-serv22627

Modified Files:
        rec_interface.py 
Log Message:
Reduced the minimum amount of time to record for just in case the user is
okay with recording for under a minute.


Index: rec_interface.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/www/rec_interface.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** rec_interface.py    15 Feb 2003 17:09:14 -0000      1.3
--- rec_interface.py    26 Feb 2003 03:12:23 -0000      1.4
***************
*** 7,10 ****
--- 7,14 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.4  2003/02/26 03:12:23  rshortt
+ # Reduced the minimum amount of time to record for just in case the user is
+ # okay with recording for under a minute.
+ #
  # Revision 1.3  2003/02/15 17:09:14  krister
  # Bugfixes for channel number when recording, etc.
***************
*** 272,276 ****
  
              duration = int(prog.stop - now - 10)
!             if duration < 60:
                  return FALSE
              title = '%s--%s' % (prog.title, time.strftime('%Y-%m-%d-%H%M', 
time.localtime(prog.start)))
--- 276,280 ----
  
              duration = int(prog.stop - now - 10)
!             if duration < 10:
                  return FALSE
              title = '%s--%s' % (prog.title, time.strftime('%Y-%m-%d-%H%M', 
time.localtime(prog.start)))




-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to