Update of /cvsroot/freevo/freevo/src/helpers
In directory sc8-pr-cvs1:/tmp/cvs-serv30396

Modified Files:
        recordserver.py 
Log Message:
Appending won't work in this case anyway, so skip the error message.


Index: recordserver.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/helpers/recordserver.py,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** recordserver.py     9 Jan 2004 18:57:06 -0000       1.25
--- recordserver.py     13 Jan 2004 15:17:02 -0000      1.26
***************
*** 7,10 ****
--- 7,13 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.26  2004/01/13 15:17:02  outlyer
+ # Appending won't work in this case anyway, so skip the error message.
+ #
  # Revision 1.25  2004/01/09 18:57:06  dischi
  # stop on normal exit
***************
*** 821,825 ****
          from util.fxdimdb import FxdImdb, makeVideo
          fxd = FxdImdb()
!         fxd.setFxdFile(config.TV_RECORD_DIR + '/' + rec_prog.filename)
          video = makeVideo('file', 'f1', os.path.basename(rec_prog.filename) + 
'.mpeg')
          fxd.setVideo(video)
--- 824,828 ----
          from util.fxdimdb import FxdImdb, makeVideo
          fxd = FxdImdb()
!         fxd.setFxdFile(config.TV_RECORD_DIR + '/' + rec_prog.filename, overwrite = 
True)
          video = makeVideo('file', 'f1', os.path.basename(rec_prog.filename) + 
'.mpeg')
          fxd.setVideo(video)




-------------------------------------------------------
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