Frank [Antispam account] wrote: > TV_VIDEO_GROUPS = [ > VideoGroup( > vdev=TV_DEVICE, > adev=AUDIO_DEVICE, > input_type="tuner 1", > input_num=0, > tuner_norm=CONF.tv, > tuner_type='internal', > tuner_chanlist=CONF.chanlist, > desc="TV", > group_type="ivtv", > record_group='TEST'),
The record_group is either None or a number. The number is the index of the VideoGroup. TV_VIDEO_GROUPS = [...] is a list of VideoGroup objects, index items in a list start at 0. So for this to be sensible you need to tuners (2 PVR-150 cards or 1 PVR-500 card) and set the record_group to 1. > VideoGroup( > vdev=TV_DEVICE, > adev=AUDIO_DEVICE, > input_type="tuner 1", > input_num=0, > tuner_norm=CONF.tv, > tuner_type='internal', > tuner_chanlist=CONF.chanlist, > desc="TV", > group_type="ivtv", > record_group=None), > > ] Anyway use "freevo vg" to generate the video groups for analogue devices. Duncan ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Freevo-users mailing list Freevo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freevo-users