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

Modified Files:
        tvtime.py 
Log Message:
allow for some special options during setup

Index: tvtime.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/tvtime.py,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** tvtime.py   23 Feb 2004 17:56:39 -0000      1.32
--- tvtime.py   21 Mar 2004 18:30:04 -0000      1.33
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.33  2004/03/21 18:30:04  mikeruelle
+ # allow for some special options during setup
+ #
  # Revision 1.32  2004/02/23 17:56:39  mikeruelle
  # add stop_osd=1 for vcr viewing to work. make vcr viewing work. add some commented 
out ch+/ch- video group handling. it is broken when you use numeric channel changing.
***************
*** 253,256 ****
--- 256,261 ----
          else:
              daoptions += ' -d %s -n %s' % (cf_device, s_norm)
+       if hasattr(config, "TV_TVTIME_SETUP_OPTS") and config.TV_TVTIME_SETUP_OPTS:
+             daoptions += ' %s' % config.TV_TVTIME_SETUP_OPTS
          os.system(configcmd+daoptions)
  



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to