[Freevo-devel] xine video plugin

2005-04-27 Thread Andrew Dumaresq
Hello, I updated freevo recently and the updated xine video plugin could not play DVDs, I don't really know what the new way was trying to do, but this patch makes it actually play dvds again: --- /root/freevo/src/video/plugins/xine.py  2005-04-10 14:58:12.0 -0300 +++ xine.py 2005

[Freevo-devel] Another Patch

2005-03-01 Thread Andrew Dumaresq
I found a crash in favority.py here's the fix: --- /root/freevo/src/record/favorite.py 2005-01-23 12:28:46.0 -0400 +++ favorite.py 2005-03-01 16:41:13.782115576 -0400 @@ -126,7 +126,7 @@ """ Return True if name, channel and start match this favorite. """ -

[Freevo-devel] webserver

2005-02-25 Thread Andrew Dumaresq
Hey, My web server was crashing, I tracked the problem down to this line: www/server.py line 292: self.socket= socket.socket(socket.AF_INET6, socket.SOCK_STREAM) for me (I don't support IP6) I needed to change it to: self.socket= socket.socket(socket.AF_INET, socket.SOCK_STREAM) Perha

[Freevo-devel] pyMbus-0.8.5pre5

2005-02-25 Thread Andrew Dumaresq
This version of pyMbus is downloaded every time I install freevo, but it has errors in def __onError( self, error, callback ): on line 282, I checked , pyMbus-0.8.5pre8 has this fixed, not sure if there are other issues, but perhaps we could change the version that installed by freevo? Thanks --An

[Freevo-devel] tv_grab

2005-02-24 Thread Andrew Dumaresq
Hello, I get the following crash when running freevo tv_grab -s vdr: Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/freevo/helpers/tv_grab.py", line 159, in ? main() File "/usr/lib/python2.3/site-packages/freevo/helpers/tv_grab.py", line 155, in main rs.call

[Freevo-devel] vdr_streamdev.py patch

2005-02-24 Thread Andrew Dumaresq
Hello, Rob already figured this out, but I figured I post the diff so you don't have to make the change. Currently the vdr_streamdev.py plugin is broken, this fixes it: --- vdr_streamdev.py2005-02-23 15:22:59.0 -0400 +++ /usr/lib/python2.3/site-packages/freevo/record/plugins/vdr_str

Re: [Freevo-devel] Success with TV, and question

2005-02-18 Thread Andrew Dumaresq
It would be better to change mplayer.py to check to see if you had set VO_DEV to blank and then have it not pass that argument, then you could submit the patch. This might be usefull to other people. On Wed, 16 Feb 2005 17:02:08 +, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > It bre

Re: [Freevo-devel] Success with TV, and question

2005-02-16 Thread Andrew Dumaresq
I like that we specify, couldn't you just do MPLAYER_VO_DEV='' or does that break mplayer? On Sun, 13 Feb 2005 01:21:27 +, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > After many hours, I've finally succeeded in getting dvb TV to play in > freevo. > In the end, I had to modify tv/plugin

[Freevo-devel] Bug in files.delete

2005-02-06 Thread Andrew Dumaresq
Hello, I get a crash when I try to delete files: File "/usr/lib/python2.3/site-packages/freevo/eventhandler.py", line 366, in h andle elif len(self.popups) and \ File "/usr/lib/python2.3/site-packages/freevo/gui/popupbox.py", line 257, in e venthandler self.handler() File "/usr/lib/p

Re: [Freevo-devel] channel listing patch freevo-2

2005-01-23 Thread Andrew Dumaresq
No point in checking in this patch as it does not correct the problem, I still need to restart freevo in order to get my channel lists updated. On Thu, 20 Jan 2005 15:12:01 -0400, Andrew Dumaresq <[EMAIL PROTECTED]> wrote: > Can we add this patch with notes that it is a bad way t

Re: [Freevo-devel] channel listing patch freevo-2

2005-01-20 Thread Andrew Dumaresq
ork, but it's a simple "hack" and it allows it to work. Thanks --Andrew On Thu, 20 Jan 2005 14:14:26 -0400, Rob Shortt <[EMAIL PROTECTED]> wrote: > Andrew Dumaresq wrote: > > I noticed that in freevo-2 when I ran grab_tv it never updated the > > information in the

[Freevo-devel] channel listing patch freevo-2

2005-01-20 Thread Andrew Dumaresq
Hello, I noticed that in freevo-2 when I ran grab_tv it never updated the information in the tv guide until I restarted freevo. This should fix that problem: --- /root/freevo/src/tv/tvguide.py 2004-12-28 15:50:01.0 -0400 +++ tvguide.py 2005-01-20 13:49:36.093661032 -0400 @@ -39,6 +

[Freevo-devel] Another fix for freevo-2

2005-01-19 Thread Andrew Dumaresq
I was geting the following crash on chapter selection on movies: Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/freevo/eventhandler.py", line 335, in h andle elif not self.applications[-1].eventhandler(event=event): File "/usr/lib/python2.3/site-packages/freevo/m

[Freevo-devel] Re: Small fix freevo-2

2005-01-19 Thread Andrew Dumaresq
layer= None self.possible_player = [] # set url and parse the name On Wed, 19 Jan 2005 18:54:36 -0400, Andrew Dumaresq <[EMAIL PROTECTED]> wrote: > I noticed that when trying to play video items that had two or more > files, ie have subitems that freevo

[Freevo-devel] Small fix freevo-2

2005-01-19 Thread Andrew Dumaresq
I noticed that when trying to play video items that had two or more files, ie have subitems that freevo crached with the following error in debug: Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/freevo/eventhandler.py", line 335, in handle elif not self.applications

RE: [Freevo-devel] Re: Crash in CVS freevo

2004-03-06 Thread Andrew Dumaresq
"Andrew Dumaresq" wrote: > Traceback (most recent call last): > File "/usr/lib/python2.3/site-packages/freevo/main.py", line 445, in ? > app.eventhandler(event) > File "/usr/lib/python2.3/site-packages/freevo/menu.py", line 574, in > eventhand >

[Freevo-devel] Crash in CVS freevo

2004-03-03 Thread Andrew Dumaresq
Traceback (most recent call last):  File "/usr/lib/python2.3/site-packages/freevo/main.py", line 445, in ?    app.eventhandler(event)  File "/usr/lib/python2.3/site-packages/freevo/menu.py", line 574, in eventhandler    action( arg=arg, menuw=self )  File "/usr/lib/python2.3/site-packages/fre

RE: [Freevo-devel] tivoguide and tvguide plugin patch

2004-02-26 Thread Andrew Dumaresq
I don't know this for sure, but I believe that format is patented, not by Tivo, they pay royalties on it. I believe the Patent owner is Gemstar (http://www.gemstartvguide.com/). I'm not a lawyer or even remotely legally inclined but someone might want to take a close look at that situation before

RE: [Freevo-devel] Re: Main Menu Crash

2004-02-25 Thread Andrew Dumaresq
ndrew -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dirk Meyer Sent: Wednesday, February 25, 2004 4:26 PM To: [EMAIL PROTECTED] Subject: [Freevo-devel] Re: Main Menu Crash "Andrew Dumaresq" wrote: > I knew I forgot to say something... The ski

RE: [Freevo-devel] Re: Main Menu Crash

2004-02-25 Thread Andrew Dumaresq
e-packages/freevo/gui/GUIObject.py", line 116, in __init__ self.skin_info_widget = self.content_layout.types['widget'] KeyError: 'widget' plugin.py (398): shutdown plugin rom_drives.py (164): stopping Identify_Thread plugin.py (398): shutdown plugin plugin.py (398): sh

[Freevo-devel] Main Menu Crash

2004-02-25 Thread Andrew Dumaresq
Hello,   Since about Friday of last week CVS has been crashing on the main menu, here is the trace back I get:   Crash! Traceback (most recent call last):   File "/usr/lib/python2.3/site-packages/freevo/main.py", line 374, in ?     MainMenu().getcmd()   File "/usr/lib/python2.3/site