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

Modified Files:
        recorder.py 
Log Message:
save episode and subtitle in fxd file

Index: recorder.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/record/recorder.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** recorder.py 14 Nov 2004 15:05:37 -0000      1.4
--- recorder.py 30 Dec 2004 11:48:15 -0000      1.5
***************
*** 69,73 ****
          video = makeVideo('file', 'f1', os.path.basename(filename))
          fxd.setVideo(video)
!         if rec.subtitle:
              fxd.info['tagline'] = fxd.str2XML(rec.subtitle)
          for i in rec.info:
--- 69,77 ----
          video = makeVideo('file', 'f1', os.path.basename(filename))
          fxd.setVideo(video)
!         if rec.episode:
!             fxd.info['episode'] = fxd.str2XML(rec.episode)
!             if rec.subtitle:
!                 fxd.info['subtitle'] = fxd.str2XML(rec.subtitle)
!         elif rec.subtitle:
              fxd.info['tagline'] = fxd.str2XML(rec.subtitle)
          for i in rec.info:



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to