Update of /cvsroot/freevo/freevo/src/tv/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14847/src/tv/plugins
Modified Files:
mplayer.py
Log Message:
basic dvb support
Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/mplayer.py,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** mplayer.py 13 Feb 2004 17:36:54 -0000 1.33
--- mplayer.py 25 Jun 2004 20:03:33 -0000 1.34
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.34 2004/06/25 20:03:33 dischi
+ # basic dvb support
+ #
# Revision 1.33 2004/02/13 17:36:54 dischi
# fixed crash on stop
***************
*** 145,148 ****
--- 148,156 ----
args += (config.MPLAYER_ARGS['webcam'],)
+ elif vg.group_type == 'dvb':
+ self.fc.chanSet(tuner_channel, app='mplayer')
+ tvcmd = ''
+ args += ('"dvb://%s" -vf pp=de/fd' % tuner_channel,)
+
else:
freq_khz = self.fc.chanSet(tuner_channel, app='mplayer')
***************
*** 262,265 ****
--- 270,278 ----
return
+ elif self.current_vg.group_type == 'dvb':
+ self.Stop(channel_change=1)
+ self.Play('tv', nextchan)
+ return TRUE
+
elif self.current_vg.group_type == 'ivtv':
self.fc.chanSet(nextchan)
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog