Frank [Antispam account] wrote:
> Updated svn works.

Thanks

> When playing a DVD and 'q' and 'ESC', Freevo returns to the 'Watch a
> movie'-menu. Pressing quit on my remote, Freevo returns to the main menu. 
> So must be my remote-key who's 'messing up'

There is a way with lirc, to tell it not to repeat a key.

repeat = 0 tells lirc not to repeat a key when it is held down.
repeat = 3 in the lircrc file repeats a key after every three pulses.

The exit and select keys should not repeat.

Off to change my own lircrc file :)

Duncan

> Thanks for the quick action.
> 
> Frank
> 
> -----Oorspronkelijk bericht-----
> Van: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Namens Duncan Webb
> Verzonden: 02 June 2007 23:25
> Aan: freevo-devel@lists.sourceforge.net
> Onderwerp: Re: [Freevo-devel] Xine not closing and frevo crashes
> 
> Frank [Antispam account] wrote:
>> Sorry.. Last line is: ValueError: invalid literal for int(): 
>>
>> I'm checking the xine.py and when I comment line 206 
>> (self.item.elapsed =
>> int(position)) the problem is still there.
>> Offcourse no error message but Xine still won't exit. (movie quits but 
>> Xine
>> (infoscreen) keeps focus)
>>
>> Looking in xine.py I see that in line 200 and 208 there is a line:
>> self.app.stop('quit\n').
> 
> Thanks, a bit silly closing the xine before getting the time. I wonder which
> version of xine get_time was introduced as it's not in my xine man page.
> 
>> If I comment the line 200, the problems are gone (except Freevo goes 
>> back to the main menu screen instead of the Watch a movie sceen).
> 
> Updated svn with your changes plus a bit more checking of the position.
> There is not logical reason why you come back to the main menu unless the
> DVD started automatically when you were at the main menu.
> 
> Duncan
> 
>> Greets and thanks,
>> Frank
>>
>>
>>
>> -----Oorspronkelijk bericht-----
>> Van: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] Namens Duncan Webb
>> Verzonden: 02 June 2007 22:45
>> Aan: freevo-devel@lists.sourceforge.net
>> Onderwerp: Re: [Freevo-devel] Xine not closing and frevo crashes
>>
>> Frank [Antispam account] wrote:
>>> Hello all,
>>>
>>> After updating to the latest svn, i'm encountering some problems with 
>>> playing DVD's with Xine.
>>>
>>> If I play a DVD and the movie is finished (either by pressing exit or 
>>> when the DVD is completly played) the main window for Xine is still 
>>> there and freevo gives me a (fatal) error. (Looks a lot like the 
>>> thread "childapp not
>>> responding")
>>>
>>> This is the errormessage:
>>> Crash!
>>> Traceback (most recent call last):
>>>   File "/usr/lib/python2.4/site-packages/freevo/main.py", line 464, in ?
>>>     MainTread().run()
>>>   File "/usr/lib/python2.4/site-packages/freevo/main.py", line 327, in
> run
>>>     self.eventhandler(rc.get_event(True))
>>>   File "/usr/lib/python2.4/site-packages/freevo/main.py", line 277, 
>>> in eventhandler
>>>     if not rc.app()(event):
>>>   File
>>> "/usr/lib/python2.4/site-packages/freevo/video/plugins/xine.py", line 
>>> 230,
>> in eventhandler
>>>     self.stop()
>>>   File
>>> "/usr/lib/python2.4/site-packages/freevo/video/plugins/xine.py", line 
>>> 206,
>> in stop
>>>     self.item.elapsed = int(position)
>> It's something to do with the new bookmark code, rather than childapp.
>> But you left out the last line of the crash report. So I don't know if 
>> it is self.item.elapsed or position not defined.
>>
>> Duncan
>>
>>> Anyone some clues?


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

Reply via email to