Update of /cvsroot/freevo/freevo/src/tv/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv17345/src/tv/plugins

Modified Files:
        ivtv_record.py 
Log Message:
Patch from Eirik Meland that stops recording when you remove a recording
program from the recording schedule.  There exists a race condition where 
removing a recording right before it starts recording the entry in the
schedule will go away but recording will start anyways.  We should figure
out a good way to eliminate this.

A similar method should be created for the generic_record.py plugin.


Index: ivtv_record.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/ivtv_record.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** ivtv_record.py      14 Sep 2003 03:22:47 -0000      1.13
--- ivtv_record.py      15 Oct 2003 12:49:53 -0000      1.14
***************
*** 11,14 ****
--- 11,23 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.14  2003/10/15 12:49:53  rshortt
+ # Patch from Eirik Meland that stops recording when you remove a recording
+ # program from the recording schedule.  There exists a race condition where
+ # removing a recording right before it starts recording the entry in the
+ # schedule will go away but recording will start anyways.  We should figure
+ # out a good way to eliminate this.
+ #
+ # A similar method should be created for the generic_record.py plugin.
+ #
  # Revision 1.13  2003/09/14 03:22:47  outlyer
  # Move some output into 'DEBUG:'
***************
*** 151,154 ****
--- 160,165 ----
                      buf = v_in.read(CHUNKSIZE)
                      v_out.write(buf)
+                     if self.mode == 'stop':
+                         break
  
                  v_in.close()




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to