In local_conf I added the option --auto-play=fq
Not sure if it actually worked, my freevo is not working atm

XINE_COMMAND = '%s --auto-play=fq --hide-gui -pq -g -B --geometry %sx%s+0+0 
--no-splash' % \
                  (CONF.xine, CONF.width, CONF.height)

XINE_ARGS_DEF = '--auto-play=fq --no-lirc -f --post=pp:quality=10,expand'


----- Original Message ----
From: Duncan Webb <[EMAIL PROTECTED]>
To: freevo-users@lists.sourceforge.net
Sent: Wednesday, 2 May, 2007 9:14:01 PM
Subject: Re: [Freevo-users] black screen after playing video

Adam Butler wrote:
> I was getting the same thing on mine I think there is an option to close xine 
> after playback but I dont remember if this fixed it

Nice, how did you implement it? and it sound reasonable as there is an
option to quit after playback that is described in the man page.

> ----- Original Message ----
> From: Christian Lyra <[EMAIL PROTECTED]>
> To: freevo-users@lists.sourceforge.net
> Sent: Tuesday, 1 May, 2007 11:57:16 PM
> Subject: [Freevo-users] black screen after playing video
> 
> Hi there,
> 
> I just notice that after playing a video I got a black screen instead
> of returning to the freevo menu. Oddly enough if I forward for the
> near end of the file and wait, the video finish and freevo return to
> the menu. If I just play the video (and never hit the fast forward),
> when it finished I got the black screen. Pressing ESC at the black
> screen return to the freevo menu.
> 
> Maybe it´s something with xine, as it is my default player. I will try
> with mplayer. Does anyone has noticed the same problem?
> 

You can try this patch and let me know if it works for both the x11
version and the df_xine version

svn diff src/video/plugins/xine.py
Index: src/video/plugins/xine.py
===================================================================
--- src/video/plugins/xine.py   (revision 9546)
+++ src/video/plugins/xine.py   (working copy)
@@ -136,6 +136,8 @@
         if not config.XINE_HAS_NO_LIRC and '--no-lirc' in command:
             command.remove('--no-lirc')

+        command.append('--auto-play=q')
+
         self.max_audio        = 0
         self.current_audio    = -1
         self.max_subtitle     = 0

Duncan


-------------------------------------------------------------------------
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-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users




Send instant messages to your online friends http://au.messenger.yahoo.com 

-------------------------------------------------------------------------
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-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to