[Freevo-users] Freevo FreeBSD port freevo-1.5.4_3 install problems (mmpython detection?)

2006-10-17 Thread Olaf van Loon
Hi list, I try to install the FreeBSD port of Freevo, but I am not able to install. The last few lines are: checking for mmpython... not found please download it from http://www.sf.net/projects/mmpython and install it *** Error code 1 But mmpython s installed:

Re: [Freevo-users] Freevo FreeBSD port freevo-1.5.4_3 install problems (mmpython detection?)

2006-10-17 Thread Gorka Olaizola
On Tue, Oct 17, 2006 at 11:46:10AM +0200, Olaf van Loon wrote: Hi list, checking for mmpython... not found [...] But mmpython ís installed: There is a bug in the installation script. mmpython needs xml.utils.qp_xml and if it can't import it the check for mmpython fails. Maybe

Re: [Freevo-users] Freevo FreeBSD port freevo-1.5.4_3 install problems (mmpython detection?)

2006-10-17 Thread Olaf van Loon
Thanks for you reply Gorka, but I think pyxml is already installed: ~pkg_info | grep PyXML py24-xml-0.8.4 PyXML: Python XML library enhancements Gorka Olaizola wrote: On Tue, Oct 17, 2006 at 11:46:10AM +0200, Olaf van Loon wrote: Hi list, checking for mmpython... not

Re: [Freevo-users] IMDB issues

2006-10-17 Thread Chris Thomas
I'm experiencing this as well. I manually had to add in the title to some movies last night. -Chris On 10/17/06, Karl Lattimer [EMAIL PROTECTED] wrote: Has anyone else been experiencing problems where the IMDB lookup results in an FXD file being created with a blank title? The result is that

[Freevo-users] IMDB issues

2006-10-17 Thread Karl Lattimer
Has anyone else been experiencing problems where the IMDB lookup results in an FXD file being created with a blank title? The result is that the file goes to the start of the list. There should probably be some kind of fall back solution to this based on the filename, if the title field

Re: [Freevo-users] Freevo FreeBSD port freevo-1.5.4_3 install problems (mmpython detection?)

2006-10-17 Thread Duncan Webb
Olaf van Loon wrote: Thanks for you reply Gorka, but I think pyxml is already installed: ~pkg_info | grep PyXML py24-xml-0.8.4 PyXML: Python XML library enhancements Gorka Olaizola wrote: On Tue, Oct 17, 2006 at 11:46:10AM +0200, Olaf van Loon wrote: Hi list, checking

Re: [Freevo-users] IMDB issues

2006-10-17 Thread Jason Tackaberry
On Tue, 2006-10-17 at 14:31 +0100, Karl Lattimer wrote: Has anyone else been experiencing problems where the IMDB lookup results in an FXD file being created with a blank title? The result is that the file goes to the start of the list. There should probably be imdb probably changed their html

Re: [Freevo-users] IMDB issues

2006-10-17 Thread Karl Lattimer
I might take a look at it tonight and see if its something simple and dumb, Is it too late to get a patch into 1.6? K, On Tue, 2006-10-17 at 10:12 -0400, Jason Tackaberry wrote: On Tue, 2006-10-17 at 14:31 +0100, Karl Lattimer wrote: Has anyone else been experiencing problems where the

Re: [Freevo-users] IMDB issues

2006-10-17 Thread John Molohan
Jason Tackaberry wrote: On Tue, 2006-10-17 at 14:31 +0100, Karl Lattimer wrote: Has anyone else been experiencing problems where the IMDB lookup results in an FXD file being created with a blank title? The result is that the file goes to the start of the list. There should probably be

Re: [Freevo-users] IMDB issues

2006-10-17 Thread Karl Lattimer
On Tue, 2006-10-17 at 15:32 +0100, John Molohan wrote: Jason Tackaberry wrote: On Tue, 2006-10-17 at 14:31 +0100, Karl Lattimer wrote: Has anyone else been experiencing problems where the IMDB lookup results in an FXD file being created with a blank title? The result is that the file

Re: [Freevo-users] IMDB issues

2006-10-17 Thread Karl Lattimer
Ideally, we would have a small file that exists on freevo.org that net-connected freevo boxen can pull periodically to update to new code that fixes issues like this that are sporadically temperamental. Wouldn't it be better to pull a small text config file from the web. For instance;

Re: [Freevo-users] Freevo FreeBSD port freevo-1.5.4_3 install problems (mmpython detection?)

2006-10-17 Thread Olaf van Loon
Thanks, The problem is there seems to be no thread library? This is the output: Python 2.4.1 (#2, Jun 21 2005, 00:31:18) [GCC 3.4.2 [FreeBSD] 20040728] on freebsd5 Type "help", "copyright", "credits" or "license" for more information. import mmpython Traceback (most recent call last): File

Re: [Freevo-users] Freevo FreeBSD port freevo-1.5.4_3 install problems (mmpython detection?)

2006-10-17 Thread Duncan Webb
Olaf van Loon wrote: Thanks, The problem is there seems to be no thread library? This is the output: Python 2.4.1 (#2, Jun 21 2005, 00:31:18) [GCC 3.4.2 [FreeBSD] 20040728] on freebsd5 Type help, copyright, credits or license for more information. import mmpython Traceback (most recent

[Freevo-users] Watching TV interrupts recording

2006-10-17 Thread Simon Detheridge
Using freevo's TV Guide, if I decide to watch TV while something is recording, the recording is killed at the point I activate the TV. Is it possible to get freevo to prevent me from doing this? (i.e. have Freevo refuse to allow watching of TV while recording is taking place?) Thanks, Simon --

Re: [Freevo-users] Freevo FreeBSD port freevo-1.5.4_3 install problems (mmpython detection?)

2006-10-17 Thread Olaf van Loon
Duncan Webb wrote: There should be a class Thread(_Verbose) in threading.py There is a class Thread in threading.py. But it's asking for a module (No module named thread). What's going on here? - Using Tomcat but

Re: [Freevo-users] Freevo FreeBSD port freevo-1.5.4_3 install problems (mmpython detection?)

2006-10-17 Thread Duncan Webb
Olaf van Loon wrote: Duncan Webb wrote: There should be a class Thread(_Verbose) in threading.py There is a class Thread in threading.py. But it's asking for a module (No module named thread). What's going on here? I'm no BSD man, have you tried: python import threading import thread

Re: [Freevo-users] Watching TV interrupts recording

2006-10-17 Thread Duncan Webb
Simon Detheridge wrote: Using freevo's TV Guide, if I decide to watch TV while something is recording, the recording is killed at the point I activate the TV. Is it possible to get freevo to prevent me from doing this? (i.e. have Freevo refuse to allow watching of TV while recording is taking

Re: [Freevo-users] IMDB issues

2006-10-17 Thread Karl Lattimer
Here's an intermediate fix. If Duncan Would like to put it into the SVN and get it into the next release then that'd be great. PS. Sorry its not a diff, I didn't have time to faff on, I just wanted it fixed. FYI - There are better ways to process HTML To name but a few;

Re: [Freevo-users] Can't compile smpeg

2006-10-17 Thread Andrew Jergens
Thank you all for your responses. I did a search of the dev list yesterday and there is an old post where Dischi comments that Freevo probably doesn't need smpeg. If this is incorrect, please respond. -Oscilated - Using

Re: [Freevo-users] Freevo FreeBSD port freevo-1.5.4_3 install problems (mmpython detection?)

2006-10-17 Thread Olaf van Loon
A renstall of python did the trick. For some reasen it must have been installed without threading support whereas the default is with. Weird but thanks for the help. Now to get it working with my PVR250, but it has to wait now because I'm too busy. Thanks Duncan Webb wrote: Olaf van Loon

Re: [Freevo-users] Can't compile smpeg

2006-10-17 Thread Duncan Webb
Andrew Jergens wrote: Thank you all for your responses. I did a search of the dev list yesterday and there is an old post where Dischi comments that Freevo probably doesn't need smpeg. If this is incorrect, please respond. It's an sub-dependency, it used by pygame. Pygame has gone from