Update of /cvsroot/freevo/freevo/src/tv/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv2585
Modified Files:
mplayer.py
Log Message:
TV viewing is broken(!) Here are some fixes to make it a little better, but it still
cannot change channels when viewing TV.
Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/mplayer.py,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** mplayer.py 23 Nov 2003 19:53:01 -0000 1.24
--- mplayer.py 24 Nov 2003 04:40:29 -0000 1.25
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.25 2003/11/24 04:40:29 krister
+ # TV viewing is broken(!) Here are some fixes to make it a little better, but it
still cannot change channels when viewing TV.
+ #
# Revision 1.24 2003/11/23 19:53:01 rshortt
# Move some code into src/tv/channels.py and also make use of Freevo's
***************
*** 123,132 ****
try:
! self.fc.chanSet(tuner_channel)
except ValueError:
pass
if mode == 'tv':
! tuner_freq = self.fc.chanSet(app='mplayer')
tuner_channel = self.fc.getChannel()
--- 126,135 ----
try:
! self.fc.chanSet(tuner_channel, app='mplayer')
except ValueError:
pass
if mode == 'tv':
! tuner_freq = self.fc.chanSet(tuner_channel, app='mplayer')
tuner_channel = self.fc.getChannel()
***************
*** 150,156 ****
! 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))
--- 153,159 ----
! tvcmd = ('tv://%s -tv driver=%s:%s:%s:%s:'
'%s:width=%s:height=%s:%s %s' %
! (tuner_channel, config.TV_DRIVER, device,
input, norm, chanlist, w, h, outfmt, config.TV_OPTS))
-------------------------------------------------------
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