Update of /cvsroot/freevo/freevo/src/record
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22747/record

Modified Files:
        server.py 
Log Message:
replace recordserver with mbus test code

Index: server.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/record/server.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** server.py   18 Oct 2004 01:27:37 -0000      1.7
--- server.py   2 Nov 2004 20:15:50 -0000       1.8
***************
*** 8,44 ****
  # -----------------------------------------------------------------------
  # $Log$
! # Revision 1.7  2004/10/18 01:27:37  rshortt
! # Some changes I had laying around.
! #
! # Revision 1.6  2004/08/23 01:33:16  rshortt
! # Changes for new TV_SETTINGS:
! # -Support multiple recordings on different devices (ie: ivtv0 and dvb0).
! # -Use some finctions in tv.channels for retrieving settings and using lock files.
! #
[...1658 lines suppressed...]
+ #             self.current_recordings[which] = prog
  
+ #         elif event == RECORD_STOP:
+ #             _debug_('Handling event RECORD_STOP')
+ #             prog = event.arg[0]
+ #             which = event.arg[1]
+ #             unlock_device(which)
+ #             try:
+ #                 snapshot(prog.filename)
+ #             except:
+ #                 # If automatic pickling fails, use on-demand caching when
+ #                 # the file is accessed instead. 
+ #                 os.rename(vfs.getoverlay(prog.filename + '.raw.tmp'),
+ #                           vfs.getoverlay(os.path.splitext(prog.filename)[0] + 
'.png'))
  
! #             if config.VCR_POST_REC:
! #                 util.popen3.Popen3(config.VCR_POST_REC)
  
! #             del self.current_recordings[which]
  



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to