Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12150/src

Modified Files:
        config.py 
Log Message:
-Add input_name (TODO: autodetect that) and passthrough for TVCard.


Index: config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/config.py,v
retrieving revision 1.118
retrieving revision 1.119
diff -C2 -d -r1.118 -r1.119
*** config.py   13 Aug 2004 16:17:33 -0000      1.118
--- config.py   23 Aug 2004 01:27:04 -0000      1.119
***************
*** 23,26 ****
--- 23,29 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.119  2004/08/23 01:27:04  rshortt
+ # -Add input_name (TODO: autodetect that) and passthrough for TVCard.
+ #
  # Revision 1.118  2004/08/13 16:17:33  rshortt
  # More work on tv settings, configuration of v4l2 devices based on TV_SETTINGS.
***************
*** 320,325 ****
--- 323,335 ----
          self.chanlist = CONF.chanlist
          self.input = 0
+         # TODO: autodetect input_name
+         self.input_name = 'tuner'
          self.driver = 'unknown'
  
+         # If passthrough is set then we'll use that channel on the input to get
+         # our signal.  For example someone may have an external cable box
+         # connected and have to set the local tuner to channel 4 to get it.
+         self.passthrough = None
+ 
          
  class IVTVCard(TVCard):



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to