Update of /cvsroot/freevo/freevo/src/record
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24524/src/record
Modified Files:
recorder.py
Log Message:
save record start and stop time
Index: recorder.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/record/recorder.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** recorder.py 2 Jan 2005 18:27:12 -0000 1.6
--- recorder.py 5 Jan 2005 18:55:59 -0000 1.7
***************
*** 82,86 ****
fxd.info['runtime'] = '%s min.' % int((rec.stop - rec.start) / 60)
! fxd.info['time'] = str(rec.start)
fxd.info['year'] = time.strftime('%m-%d %H:%M',
time.localtime(rec.start))
--- 82,87 ----
fxd.info['runtime'] = '%s min.' % int((rec.stop - rec.start) / 60)
! fxd.info['record-start'] = str(int(time.time()))
! fxd.info['record-stop'] = str(rec.stop + rec.stop_padding)
fxd.info['year'] = time.strftime('%m-%d %H:%M',
time.localtime(rec.start))
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog