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

Modified Files:
        mplayer.py 
Log Message:
Now using the URL format for channel specification in mplayer...

tv:// 




Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/mplayer.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** mplayer.py  4 Jun 2003 23:01:44 -0000       1.6
--- mplayer.py  13 Jun 2003 01:06:46 -0000      1.7
***************
*** 10,13 ****
--- 10,18 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.7  2003/06/13 01:06:46  outlyer
+ # Now using the URL format for channel specification in mplayer...
+ #
+ # tv://
+ #
  # Revision 1.6  2003/06/04 23:01:44  rshortt
  # Some event fixes but I can't test them with my card.
***************
*** 178,184 ****
              outfmt = 'outfmt=%s' % config.TV_VIEW_OUTFMT
  
!             tvcmd = ('-tv on:driver=v4l:%s:%s:%s:channel=%s:'
                       '%s:width=%s:height=%s:%s' %
!                      (device, input, norm, tuner_channel, chanlist, w, h, outfmt))
              
              # Build the MPlayer command
--- 183,189 ----
              outfmt = 'outfmt=%s' % config.TV_VIEW_OUTFMT
  
!             tvcmd = ('tv://%s -tv on:driver=v4l:%s:%s:%s:'
                       '%s:width=%s:height=%s:%s' %
!                      (tuner_channel, device, input, norm, chanlist, w, h, outfmt))
              
              # Build the MPlayer command




-------------------------------------------------------
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to