Re: [Freevo-devel] [Freevo-cvslog] Kaa r3041 - in trunk/base: . src src/notifier test

2008-02-10 Thread Jason Tackaberry
On Mon, 2008-02-11 at 00:58 +0100, Jason Tackaberry wrote: > MainThreadCallback.set_async is deprecated (and logs a warning). Calling a > MainThreadCallback will now return an InProgress object, and the caller > can wait() on this InProgress if synchronous behaviour is needed. I should have menti

[Freevo-devel] Mouse support

2008-02-10 Thread Duncan Webb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Interesting I've managed to get freevo to work with the mouse by adding to local_conf.py EVENT_DEVS = ['i2c IR (Hauppauge)', 'ImPS/2 Generic Wheel Mouse'] The names are taken from "lsinput" It works but not too well as freevo gets too many events,

[Freevo-devel] Wrong audio tracks for OGM, MKV

2008-02-10 Thread Duncan Webb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In the bug report: https://sourceforge.net/tracker/index.php?func=detail&aid=1890498&group_id=46652&atid=446895 It is true that mkv files do have an id for the audio tracks and avi files don't. I don't know about ogm files as I don't have any. It w

Re: [Freevo-devel] Still no luck with svn version

2008-02-10 Thread Duncan Webb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Richard van Paasen wrote: | Hi, | | I followed the howto for installing the svn version of freevo, but I can't | see how to get it to work. First, the setup.py is broken. It tests for | documentation, which isn't there: | | if (not os.path.isdir('.

Re: [Freevo-devel] Still no luck with svn version

2008-02-10 Thread Tanja
Hi, what svn revision are you using right now? I had a very similar problem with revision 10336. Freevo started and stopped directly again without any error message and without any hint in the log files. I found that this was because of an mistake in my local_conf.py (Syntax error). But the

Re: [Freevo-devel] Still no luck with svn version

2008-02-10 Thread Richard van Paasen
- Oorspronkelijk bericht - From: John Molohan <[EMAIL PROTECTED]> To: freevo-devel@lists.sourceforge.net Date: 10-Feb-2008 12:24 Subject: Re: [Freevo-devel] Still no luck with svn version > Richard van Paasen wrote: > > Hi, > > > > I followed the howto for installing the svn version of fre

Re: [Freevo-devel] Still no luck with svn version

2008-02-10 Thread Richard van Paasen
- Oorspronkelijk bericht - From: Justin Wetherell <[EMAIL PROTECTED]> To: freevo-devel@lists.sourceforge.net Date: 10-Feb-2008 03:41 Subject: Re: [Freevo-devel] Still no luck with svn version > Did you run ./autogen.py? I believe that creates all the documentation. No, I ran "./autogen.py

Re: [Freevo-devel] Still no luck with svn version

2008-02-10 Thread John Molohan
Richard van Paasen wrote: > Hi, > > I followed the howto for installing the svn version of freevo, but I can't > see how to get it to work. First, the setup.py is broken. It tests for > documentation, which isn't there: > > if (not os.path.isdir('./Docs/installation/html')): > print 'Do