Update of /cvsroot/freevo/freevo/src/tv
In directory sc8-pr-cvs1:/tmp/cvs-serv32708/src/tv
Modified Files:
tvmenu.py
Log Message:
Added testcode for viewing the VCR/Composite1 input on the TV card
Index: tvmenu.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/tvmenu.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** tvmenu.py 20 Oct 2003 01:41:55 -0000 1.7
--- tvmenu.py 6 Nov 2003 06:08:38 -0000 1.8
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.8 2003/11/06 06:08:38 krister
+ # Added testcode for viewing the VCR/Composite1 input on the TV card
+ #
# Revision 1.7 2003/10/20 01:41:55 rshortt
# Moving tv_util from src/tv/ to src/util/.
***************
*** 179,182 ****
--- 182,187 ----
if config.TV_CHANNELS:
items.append(menu.MenuItem(_('TV Guide'), action=self.start_tvguide))
+ if 0:
+ items.append(menu.MenuItem(_('View VCR Input'), action=self.start_vcr))
items.append(DirItem(config.DIR_RECORD, None, name = _('Recorded Shows'),
display_type='tv'))
***************
*** 232,233 ****
--- 237,243 ----
TVGuide(self.get_start_time(), start_tv, menuw)
+
+
+ def start_vcr(self, arg, menuw):
+ _debug_('tvmenu: mode=vcr')
+ plugin.getbyname(plugin.TV).Play('vcr', None)
-------------------------------------------------------
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