Justin Wetherell wrote:

The rule is one VideoGroup per tuner.

The PVR-150 has one tuner. So
VIDEO_GROUPS = [
    VideoGroup(vdev='/dev/video0',
               adev=None,
               input_type='tuner',
               input_num=0,
               tuner_norm='NTSC',
               tuner_chanlist='us-cable',
               desc='Cable',
               group_type='ivtv',
               record_group=None),
]

So how can change the input number? Will I think that you can set up two
scripts and use VCR_PRE_REC and VCR_POST_REC to do this, using some
ivtvctl commands. Do a search in the wiki to find out more.


> I'm determined to record from composite! So I am back again I have got
> Freevo to record from composite but it's just the video aspect not the
> sound. I specified /dev/dsp/ as the adev (since im piping the sound into
> my audio cards line-in) but it seems to ignore that option. Is this
> true? I did a grep on the code and the log files and I see no mention of
> dsp or adev.
> 
> Here is my VIDEO_GROUP:
> VIDEO_GROUPS = [
>     VideoGroup(vdev='/dev/video0',
>                adev=None,
>                input_type='tuner',
>                input_num=0,
>                tuner_norm='NTSC',
>                tuner_chanlist='us-cable',
>                desc='Cable',
>                group_type='ivtv',
>                record_group=0),
>     VideoGroup(vdev='/dev/video0',
>                adev='/dev/dsp',
>                input_type='tuner',
>                input_num=1,
>                tuner_norm='NTSC',
>                tuner_chanlist='us-cable',
>                desc='Composite',
>                group_type='ivtv',
>                record_group=1)
> ]
> 
> TV_CHANNELS:
> TV_CHANNELS = [
> ('I23310.labs.zap2it.com <http://I23310.labs.zap2it.com>', '02 LOOR002',
> '2', '', '1', ''),
> (' I10853.labs.zap2it.com <http://I10853.labs.zap2it.com>', '03 KYW', '3'),
> ('I11778.labs.zap2it.com <http://I11778.labs.zap2it.com>', '04 WPHL', '4'),
> etc...
> 
> Anyone have any ideas?

Is <channel id="I23310.labs.zap2it.com <http://I23310.labs.zap2it.com>">
really what is in your TV.xml file?

I would expect something like:
  <channel id="I23310.labs.zap2it.com">

Duncan


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to