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

Modified Files:
        ivtv_record.py generic_record.py 
Log Message:
Take a snapshot/thumbnail after a file is recorded... 


Index: ivtv_record.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/ivtv_record.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** ivtv_record.py      9 Jan 2004 19:25:21 -0000       1.18
--- ivtv_record.py      10 Jan 2004 04:12:02 -0000      1.19
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.19  2004/01/10 04:12:02  outlyer
+ # Take a snapshot/thumbnail after a file is recorded...
+ #
  # Revision 1.18  2004/01/09 19:25:21  outlyer
  # Since the recordserver has been stable for some time, we can remove some
***************
*** 192,195 ****
--- 195,204 ----
  
                  os.remove(tv_lock_file)
+ 
+                 # XXX Move this into recordserver after
+                 # XXX Rob puts the event support in.
+                 from  util.videothumb import snapshot
+                 snapshot(video_save_file)
+ 
  
                  if DEBUG: print('Record_Thread::run: finished recording')

Index: generic_record.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/generic_record.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** generic_record.py   9 Jan 2004 19:37:48 -0000       1.14
--- generic_record.py   10 Jan 2004 04:12:02 -0000      1.15
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.15  2004/01/10 04:12:02  outlyer
+ # Take a snapshot/thumbnail after a file is recorded...
+ #
  # Revision 1.14  2004/01/09 19:37:48  outlyer
  # Inherit config.DEBUG
***************
*** 204,207 ****
--- 207,219 ----
  
                  os.remove(tv_lock_file)
+ 
+                 # XXX Move this into recordserver after
+                 # XXX Rob puts the event support in.
+                 #
+                 # Can't test this, someone with generic record please
+                 # try it
+                 #
+                 # from  util.videothumb import snapshot
+                 # snapshot(rec_prog.filename)
  
                  self.mode = 'idle'




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to