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

Modified Files:
        recordserver.py 
Log Message:
<sigh> Escape ALL the text that goes into the FXD file.


Index: recordserver.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/helpers/recordserver.py,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** recordserver.py     31 Jan 2004 01:52:53 -0000      1.28
--- recordserver.py     5 Feb 2004 02:33:00 -0000       1.29
***************
*** 7,10 ****
--- 7,13 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.29  2004/02/05 02:33:00  outlyer
+ # <sigh> Escape ALL the text that goes into the FXD file.
+ #
  # Revision 1.28  2004/01/31 01:52:53  mikeruelle
  # at least be able to set another extension manually until we can do this more 
properly
***************
*** 838,843 ****
          video = makeVideo('file', 'f1', os.path.basename(rec_prog.filename) + 
fileext)
          fxd.setVideo(video)
!         fxd.info['tagline'] = rec_prog.sub_title
!         fxd.info['plot'] = rec_prog.desc
          fxd.info['runtime'] = None
          fxd.info['year'] = time.strftime('%m-%d %I:%M', 
time.localtime(rec_prog.start))
--- 841,846 ----
          video = makeVideo('file', 'f1', os.path.basename(rec_prog.filename) + 
fileext)
          fxd.setVideo(video)
!         fxd.info['tagline'] = fxd.str2XML(rec_prog.sub_title)
!         fxd.info['plot'] = fxd.str2XML(rec_prog.desc)
          fxd.info['runtime'] = None
          fxd.info['year'] = time.strftime('%m-%d %I:%M', 
time.localtime(rec_prog.start))



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to