On Mon, 2005-09-19 at 19:12 +0100, Roger James wrote: > Because some channels here in the UK are available both via terrestrial > analog and terrestrial digital TV my channel table in the SQL database has > some entries that have both the "freqid" field and the "mplexid" set. This > used to work, my analog PVR350 card would use the freqid field and my DVB-T > card would use the mplexid field. > > This is now broken. The DVB multiplex frequency returned from > ChannelUtil::GetTuningParams is used even when the card being tuned is not a > DVB card.
This is correct behavior, you need to create one source for each set of channels. Your configuration was basically relying on a bug in the channel class where it ignored the dtv_multiplex table even if the mplexid was set. -- Daniel
_______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
