A Mennucc wrote: > hi > > the analog TV quality at my place is getting worse; > so I bought a USB DVB-T card (ASUS MyCinema U3000 mini) > and I installed it alongside my Hauppage analog capture card. > Using kernel 2.6.25, both cards work fine. > So now I have a list of channels that are best seen > on DVB-T , but also some channels that are only on analog. > > So my hope was to try to get the best of both worlds, > so I tried to put this in /etc/freevo/local.conf > > TV_VIDEO_GROUPS = [ > VideoGroup(vdev='/dev/dvb/adaptor0', > adev=None, > input_type='tuner', > input_num=1, > group_type = 'dvb', > record_group=1, > desc='DVB Viewer'), > 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',), ] > > But unfortunately the above setting simply does not > work. > > Is it possible to tell freevo to get some channels out of > analog and others from DVB-T ?
Yes, This is achieved in TV_CHANNELS setting the fifth parameter to the video group offset. TV_CHANNELS = [ ('digital', u'Digital', 'K05', '', '0'), ('analogue', u'Analogue', 'K10', '', '1'), ] HTH Duncan ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Freevo-devel mailing list Freevo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freevo-devel