Update of /cvsroot/freevo/freevo/src/video/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv4862

Modified Files:
        xine.py 
Log Message:
add doc

Index: xine.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/xine.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** xine.py     20 Jul 2003 19:56:25 -0000      1.2
--- xine.py     20 Jul 2003 21:03:58 -0000      1.3
***************
*** 6,13 ****
--- 6,37 ----
  #
  # Notes:
+ #
+ # This is a bad hack to make it work. Freevo has _no_ control over
+ # Xine, the remote or keyboard events are the one from Xine, not
+ # Freevo. Because of that, this plugin only works for playing a
+ # DVD. For other files or when you select a specific title, mplayer
+ # will be taken.
+ #
+ # To activate this plugin write plugin.activate('video.xine') in your
+ # local_conf.py and set XINE_COMMAND to the command line how to start
+ # xine. For X11 this may be 'xine -V xv -g -f'. Make sure you have
+ # configured xine correctly. For frambuffer use this is more
+ # complicated. First set XINE_COMMAND to 'fbxine -V vidixfb' and than
+ # you have to patch fbxine. fbxine tries to open the keyboard from the
+ # calling tty, but Freevo called xine, there is no tty. Delete the
+ # keyboard init in /src/fb/main.c, function fbxine_init. It may also
+ # be usefull to add '-A <audiosettings> to XINE_COMMAND.
+ #
+ #
  # Todo:        
  #
+ # Again: this is a bad hack. Someone should enhance pyxine or build
+ # something else above xine-lib to have complete control over xine.
+ #
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.3  2003/07/20 21:03:58  dischi
+ # add doc
+ #
  # Revision 1.2  2003/07/20 19:56:25  dischi
  # small fixes
***************
*** 86,89 ****
--- 110,114 ----
              print '"xine -V xv -g -f" for using xine while running X'
              print '"fbxine -V vidix"  for using xine on the framebuffer'
+             print 'Please read the notes in src/video/plugins/xine.py'
              print '***********************************************************'
              return




-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to