A Mennucc wrote:
> hi Duncan, thanks for the interest
> 
> I fought with this bug for a couple of days, and then I had to give up
> (I really use my freevo-box as a PVR) ; I downgraded python-twisted to
> 2.4 , and reinstalled freevo 1.7.3 again (and all works fine now - but
> for a patch, see attachment , that patch must be applied to
> src/utils/marmalade.py in freevo code).

Should have seen this but missed it:

My TV recording setting is
VIDEO_GROUPS = [
      VideoGroup(vdev=TV_DEVICE,
                 adev=None,
                 input_type='tuner 1',input_num=0,
                 tuner_norm='PAL',
                 tuner_chanlist='italy',
                 desc='Canali Italiani',group_type='ivtv',), ]

should be
TV_VIDEO_GROUPS = [
...
]

Did you run freevo convert_config, as there are quite a lot of variable 
name changes.

> Unfortunately,  freevo 1.7.3 only works with python-twisted 2.4 , while
> freevo 1.7.5 only works with python-twisted 2.5. So it is quite messy to
> test this bug, and at the same time have a reasonably working PVR  :-( .
> 
> The good point is that Debian/Etch contains python-twisted 2.4 , and
> Debian/Sid contains python-twisted 2.5 ; so I can switch between the two
> by de/installing Debian packages. (I have also packages freevo 1.7.3 and
> 1.7.5 , to switch between the two)
> 
> Duncan Webb ha scritto:
>> There are very few differences in ivtv_record between versions 1.7.3 and
>> 1.7.5. And none between 1.7.4 and 1.7.5.
> 
> I tried 1.7.3 and 1.7.5 , never 1.7.4 (just for the record)
> 
>> Did you restart the recordserver after re-configuring?
> 
> yes, I have a shell script that starts/stops everything
> 
> anyway the problem is not only in ther recordserver : as i said before,
> I cannot watch live TV as well....
> 
> BTW: suppose I unpack freevo-1.7.5.tar.gz in a directory, and at the
> same time I have 1.7.3 installed in the filesytem ; is there a way
> (short of deinstalling 1.7.3 :-) to launch 1.7.5 and be sure that all
> the code I run is from 1.7.5 and not from the installed 1.7.3 ?

Yes, follow the instructions for installing a source svn version
http://doc.freevo.org/SourceSVNInstallation

Duncan


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to