Author: duncan
Date: Thu May  3 16:29:09 2007
New Revision: 9549

Modified:
   branches/rel-1/freevo/freevo_config.py
   branches/rel-1/freevo/local_conf.py.example

Log:
Changed xine short to long arguments


Modified: branches/rel-1/freevo/freevo_config.py
==============================================================================
--- branches/rel-1/freevo/freevo_config.py      (original)
+++ branches/rel-1/freevo/freevo_config.py      Thu May  3 16:29:09 2007
@@ -1440,9 +1440,10 @@
     XINE_VO_DEV = 'dxr3'
     XINE_COMMAND = CONF.fbxine
     
+
 if CONF.display == 'x11' and CONF.xine:
     XINE_VO_DEV = 'xv'
-    XINE_COMMAND = '%s --hide-gui -pq -g -B --geometry %sx%s+0+0 --no-splash' 
% \
+    XINE_COMMAND = '%s --auto-play=fq --hide-gui --borderless --geometry 
%sx%s+0+0 --no-splash' % \
                    (CONF.xine, CONF.width, CONF.height)
 
 if CONF.display in ('dfbmga', 'directfb') and CONF.df_xine:

Modified: branches/rel-1/freevo/local_conf.py.example
==============================================================================
--- branches/rel-1/freevo/local_conf.py.example (original)
+++ branches/rel-1/freevo/local_conf.py.example Thu May  3 16:29:09 2007
@@ -1056,10 +1056,9 @@
 # of the xine plugin
 
 # XINE_VO_DEV  = 'xv'
-# XINE_COMMAND = '%s --hide-gui -pq -g -B --geometry %sx%s+0+0 --no-splash' % \
-#                  (CONF.xine, CONF.width, CONF.height)
-
-# XINE_ARGS_DEF = '--no-lirc --post=pp:quality=10,expand'
+# XINE_COMMAND = '%s --auto-play=fq --hide-gui --borderless --geometry 
%sx%s+0+0 --no-splash' % \
+#                (CONF.xine, CONF.width, CONF.height)
+# XINE_ARGS_DEF = "--no-lirc --post='pp:quality=10;expand'"
 
 # XINE_AO_DEV = 'oss'                     # alsa or oss
 

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to