Hi,

On Sunday 22 October 2006 19:03, naudefj wrote:
> Hi,
>
> On Sunday 22 October 2006 15:27, Duncan Webb wrote:
> > naudefj wrote:
> > > I've set TV_CHANNEL_PROG = './chchan %(channel)s' in local_conf.py.
> > > However, freevo doesn't call chchan when channels are changed. Are
> > > there anything else I need to do to get it working?
> >
> > # control an external tv tuner using irsend or another command
> > # to use this you must reassign plugin_external_tuner in local_conf.py:
> > # plugin_external_tuner = plugin.activate('tv.irsend_generic',
> > #                                         args=('...', '...', ))
> > # Please see each irsend plugin for individual arguments and be sure to
> > # alter VIDEO_GROUPS to tell a VideoGroup to use it
> > (tuner_type='external'). plugin_external_tuner = 0
> >
> > Duncan
>
> Great info. Thanks Duncan!

This method is working when watching TV. However, the recordserver doesn't 
send the IR codes before recording. Is this a known problem or just a 
misconfiguration on my part?

plugin.remove('tv.generic_record')
plugin_record = plugin.activate('tv.ivtv_record')

plugin_external_tuner = plugin.activate('tv.irsend_generic',args=('./chchan'))

VIDEO_GROUPS = [
    VideoGroup(vdev='/dev/video0',
               adev=None,
               input_type='tuner',
               input_num=0,
               tuner_norm='PAL',
               tuner_chanlist='southafrica',
               tuner_type='external',
               desc='DSTV Decoder',
               group_type='ivtv',
               record_group=None)
               ]

Best regards.

Frank

-------------------------------------------------------------------------
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-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to