Author: duncan
Date: Wed Oct 11 12:20:13 2006
New Revision: 8349

Modified:
   branches/rel-1-5/freevo/src/tv/plugins/vbi2srt_record.py

Log:
Some more fixes for multi-tuner, seems to work correctly now.


Modified: branches/rel-1-5/freevo/src/tv/plugins/vbi2srt_record.py
==============================================================================
--- branches/rel-1-5/freevo/src/tv/plugins/vbi2srt_record.py    (original)
+++ branches/rel-1-5/freevo/src/tv/plugins/vbi2srt_record.py    Wed Oct 11 
12:20:13 2006
@@ -104,6 +104,7 @@
 
         if DEBUG: print 'ACTIVATING VBI2SRT RECORD PLUGIN'
 
+        self.vg = None
         self.fc = FreevoChannels()
         self.tuner_chidx = 0    # Current channel, index into 
config.TV_CHANNELS
         self.thread = Record_Thread()
@@ -127,8 +128,10 @@
                        'seconds'  : rec_prog.rec_duration,
                        'start'  : rec_prog.start }
 
+        self.vg = self.fc.getVideoGroup(rec_prog.tunerid, False)
         if DEBUG: print('Recorder::Record:cl_options %s' % cl_options)
         if DEBUG: print('Recorder::Record:chan_index %s' % self.fc.chan_index)
+        if DEBUG: print('Recorder::Record:vg.vdev %s' % self.vg.vdev)
         pagenum = None;
         try:
             pagenum = int(config.TV_CHANNELS[self.fc.chan_index][5])

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to