Re: [Freevo-devel] Xine not closing and frevo crashes

2007-06-02 Thread Christian Lyra
> 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. Mine is 99.5 (xine-ui) and have this option. The funny thing is that xine doesnt respond using the stdctl, but rather you have run another xin

Re: [Freevo-devel] Xine not closing and frevo crashes

2007-06-02 Thread Duncan Webb
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 t

Re: [Freevo-devel] Xine not closing and frevo crashes

2007-06-02 Thread Frank [Antispam account]
Updated svn works. 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' Thanks for the quick action. Frank -Oorspronkelijk bericht- Van: [EMAIL PROTECTE

Re: [Freevo-devel] Xine not closing and frevo crashes

2007-06-02 Thread Duncan Webb
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 >

Re: [Freevo-devel] Xine not closing and frevo crashes

2007-06-02 Thread Frank [Antispam account]
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.

Re: [Freevo-devel] Xine not closing and frevo crashes

2007-06-02 Thread Duncan Webb
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 a

[Freevo-devel] Getting an older version from svn

2007-06-02 Thread Frank [Antispam account]
Hello, I was wondering how to get an older revision of svn? Thanks, Frank (Sorry for asking an obvious question) - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and

[Freevo-devel] Xine not closing and frevo crashes

2007-06-02 Thread Frank [Antispam account]
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 l

Re: [Freevo-devel] global name 'USE_XVMC' is not define

2007-06-02 Thread Duncan Webb
Andrew Flegg wrote: > On 6/2/07, Duncan Webb <[EMAIL PROTECTED]> wrote: >> Frank [Antispam account] wrote: >>> I'm now at revision 9632 and I'm getting the following error message >>> and I can't see the DVD anymore: >> Fixed in svn now, I noticed this a short while ago. > > I'm using it in my vid

Re: [Freevo-devel] global name 'USE_XVMC' is not define

2007-06-02 Thread Frank [Antispam account]
Works! Thanks, Frank -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Duncan Webb Verzonden: 02 June 2007 14:27 Aan: freevo-devel@lists.sourceforge.net Onderwerp: Re: [Freevo-devel] global name 'USE_XVMC' is not define Frank [Antispam account] wrote: > I'

Re: [Freevo-devel] global name 'USE_XVMC' is not define

2007-06-02 Thread Andrew Flegg
On 6/2/07, Duncan Webb <[EMAIL PROTECTED]> wrote: > Frank [Antispam account] wrote: > > I'm now at revision 9632 and I'm getting the following error message > > and I can't see the DVD anymore: > > Fixed in svn now, I noticed this a short while ago. I'm using it in my videoitem as a default for th

Re: [Freevo-devel] global name 'USE_XVMC' is not define

2007-06-02 Thread Duncan Webb
Frank [Antispam account] wrote: > I'm now at revision 9632 and I'm getting the following error message and I > can't see the DVD anymore: Fixed in svn now, I noticed this a short while ago. Duncan > > [EMAIL PROTECTED] ~]# freevo > PyLirc resumed! > Found Xv 2.2 > XV_COLORKEY set to 0 > Excepti

Re: [Freevo-devel] New plugin Was: disc-id

2007-06-02 Thread Christian Lyra
the revision 9632 is right. It will do the same in a more compatibly way.. But the error message you got has nothing to do with my plugin. You should raise a bug!! You cant see the DVD because the error was in rom_drive plugin. On 6/2/07, Frank [Antispam account] <[EMAIL PROTECTED]> wrote: > Readi

[Freevo-devel] global name 'USE_XVMC' is not define

2007-06-02 Thread Frank [Antispam account]
I'm now at revision 9632 and I'm getting the following error message and I can't see the DVD anymore: [EMAIL PROTECTED] ~]# freevo PyLirc resumed! Found Xv 2.2 XV_COLORKEY set to 0 Exception in thread Thread-2: Traceback (most recent call last): File "/usr/lib/python2.4/threading.py", line 442,

Re: [Freevo-devel] New plugin Was: disc-id

2007-06-02 Thread Frank [Antispam account]
Reading my own message, i'm confused ;) In revision 9632 there is: === def setattr(self, node, name, value): """ sets the attribute of the node or if node is 'None', set user defined data for the fxd parser. ""

Re: [Freevo-devel] New plugin Was: disc-id

2007-06-02 Thread Frank [Antispam account]
Strange. I think I wasn't at the latest revision of svn. If I look at the fxdparser.py at line 317 I see (perhaps Duncan changed it?): def setattr(self, node, name, value): """ sets the attribute of the node or if node is 'None', set user defined data for the fxd parser.

Re: [Freevo-devel] New plugin Was: disc-id

2007-06-02 Thread Christian Lyra
> > First I comment en uncomment lines 317 and 318 in fxdparser.py > should be like this: if node: node.attr_list.append(((None, name), value)) #node.attrs[('',name)] = value > Then I activated the plugin with plugin.activate('fxdarchive'). > (plugin.activate('fxdarchive.py

Re: [Freevo-devel] New plugin Was: disc-id

2007-06-02 Thread Frank [Antispam account]
Btw: I'm using Freevo 1.7.3-svn revision 9632 (current revision) on a FC5 machine. -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Frank [Antispam account] Verzonden: 02 June 2007 13:01 Aan: freevo-devel@lists.sourceforge.net Onderwerp: Re: [Freevo-devel]

Re: [Freevo-devel] New plugin Was: disc-id

2007-06-02 Thread Frank [Antispam account]
Hi, I'm trying your plugin, but I don't know what to do.. First I comment en uncomment lines 317 and 318 in fxdparser.py Then I activated the plugin with plugin.activate('fxdarchive'). (plugin.activate('fxdarchive.py') gave me an error) Then I start Freevo and go into the Watch a video menu. Se

Re: [Freevo-devel] python-elementtree for python 2.5 ( packaging for Fedora 7)

2007-06-02 Thread Duncan Webb
KH KH wrote: > Hi! > > Hello i've packaged freevo (since 1.6x) on Fedora system > I plan to release it on Fedora main repository if possible otherwise, > on other main third part repository (rpm.livna.org which hopefully > will became rpmfusion.net next weeks) > I've been contacted by TC Wan to p

[Freevo-devel] python-elementtree for python 2.5 ( packaging for Fedora 7)

2007-06-02 Thread KH KH
Hi! Hello i've packaged freevo (since 1.6x) on Fedora system I plan to release it on Fedora main repository if possible otherwise, on other main third part repository (rpm.livna.org which hopefully will became rpmfusion.net next weeks) I've been contacted by TC Wan to package freevo for FC-6 and

Re: [Freevo-devel] Bookmark plugin for xine (freevo 1.x)

2007-06-02 Thread Duncan Webb
Christian Lyra wrote: > awnsering myself: item.player.name > > for all of you wanna-be plugin writers like me this could be useful. > My "debugitem" plugin: You should also have a config function. This sets a default value to config.VARIABLE and provides information when freevo plugin -i is run.