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

Modified Files:
        xawtv.py 
Log Message:
docs fro devels, this is not for newbs yet

Index: xawtv.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/xawtv.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** xawtv.py    21 Mar 2004 22:58:16 -0000      1.2
--- xawtv.py    21 Mar 2004 23:03:23 -0000      1.3
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.3  2004/03/21 23:03:23  mikeruelle
+ # docs fro devels, this is not for newbs yet
+ #
  # Revision 1.2  2004/03/21 22:58:16  mikeruelle
  # make start channel work and messages display fully
***************
*** 61,64 ****
--- 64,77 ----
      """
      Plugin to watch tv with xawtv. very beta use at your own risk.
+     to activate:
+     plugin.activate('tv.xawtv', args=('/usr/bin/xawtv', '/usr/bin/xawtv-remote',))
+ 
+     replace the paths for the programs fo wherever you installed them.
+     currently only remote support really works well. Keyboard is taken by
+     xawtv so you have to know its keys. Also you need a .xawtv file in the
+     homedir of whoever is running the program. it must be synced up with your
+     tv_channels variable or you will get wierd behavior. Only base video
+     groups functionality on startup and no vg switching on ch+/ch- at the
+     moment.
      """
      def __init__(self, app, remote):



-------------------------------------------------------
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