[mythtv] grr, DVB (uk) channels started moving around...

Taylor Jacob rtjacob at earthlink.net
Fri Oct 8 13:09:49 UTC 2004


> > As an aside, I have looked through the scan code for the DVB app, and I
> > can easily alter this to insert new channels directly into the
> > database.  Does anyone who understands the setup API want to help write
> > an auto scan app?  I have bumbled around a little in the setup code, but
> > I'm not sure that I am seeing all of it...  The meat seems to be hidden
> > somewhere...
> Taylor is also looking at this as well (busy man that he is)

I will see tonight if I can put it together.. Might be saturday though..

The table parser code is in dvbsections.cpp right now which hangs off of
dvbchannel, and there only a parser for the PAT, the PMT is sent unparser to
the CAM module and used nowhere else.  So your cam might be right if the
serviceID is set but the rest is assumed.

I think based on what you just said there is NO reason to support caching of
PAT/PMT ever.  It takes almost no time to get those (milliseconds) so those who
say it will slow down tuning need to look for other problems in the code rather
than auto-pid.

Taylor



More information about the mythtv-dev mailing list