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

Modified Files:
      Tag: rob
        mplayer.py 
Log Message:
Bugfixes.


Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/mplayer.py,v
retrieving revision 1.26.2.1
retrieving revision 1.26.2.2
diff -C2 -d -r1.26.2.1 -r1.26.2.2
*** mplayer.py  24 Nov 2003 13:25:00 -0000      1.26.2.1
--- mplayer.py  24 Nov 2003 17:16:40 -0000      1.26.2.2
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.26.2.2  2003/11/24 17:16:40  rshortt
+ # Bugfixes.
+ #
  # Revision 1.26.2.1  2003/11/24 13:25:00  rshortt
  # Some unstable changes on a branch.
***************
*** 121,135 ****
  
  
!     def Play(self, mode, tuner_channel=None, channel_change=0):
  
!         if tuner_channel != None:
!             
!             try:
!                 self.fc.chanSet(tuner_channel)
!             except ValueError:
!                 pass
  
          if mode == 'tv':
-             tuner_freq = self.fc.chanSet(app='mplayer')
              tuner_channel = self.fc.getChannel()
  
--- 124,132 ----
  
  
!     def Play(self, mode, tuner_channel, channel_change=0):
  
!         tuner_freq = self.fc.chanSet(tuner_channel, app='mplayer')
  
          if mode == 'tv':
              tuner_channel = self.fc.getChannel()
  
***************
*** 153,160 ****
  
  
!             tvcmd = ('tv://%s -tv driver=%s:freq=%s:%s:%s:%s:'
                       '%s:width=%s:height=%s:%s %s' %
!                      (tuner_channel, config.TV_DRIVER, tuner_freq, device, 
!                       input, norm, chanlist, w, h, outfmt, config.TV_OPTS))
              
              # Build the MPlayer command
--- 150,157 ----
  
  
!             tvcmd = ('tv:// -tv driver=%s:freq=%s:%s:%s:%s:'
                       '%s:width=%s:height=%s:%s %s' %
!                      (config.TV_DRIVER, tuner_freq, device, input, norm, 
!                       chanlist, w, h, outfmt, config.TV_OPTS))
              
              # Build the MPlayer command




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to