[mythtv-commits] mythtv commit: r13257 - in branches/mythtv-channel-scan/libs by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Apr 16 17:18:42 UTC 2007


      Author: danielk
        Date: 2007-04-16 17:18:42 +0000 (Mon, 16 Apr 2007)
New Revision: 13257
   Changeset: http://cvs.mythtv.org/trac/changeset/13257

Modified:

   branches/mythtv-channel-scan/libs/libmyth/mythdialogs.cpp
   branches/mythtv-channel-scan/libs/libmyth/mythdialogs.h
   branches/mythtv-channel-scan/libs/libmyth/settings.cpp
   branches/mythtv-channel-scan/libs/libmyth/settings.h
   branches/mythtv-channel-scan/libs/libmythtv/dvbrecorder.cpp
   branches/mythtv-channel-scan/libs/libmythtv/frequencytables.h
   branches/mythtv-channel-scan/libs/libmythtv/iptv/iptvchannelfetcher.cpp
   branches/mythtv-channel-scan/libs/libmythtv/iptv/iptvchannelfetcher.h
   branches/mythtv-channel-scan/libs/libmythtv/mpeg/atscstreamdata.cpp
   branches/mythtv-channel-scan/libs/libmythtv/mpeg/atscstreamdata.h
   branches/mythtv-channel-scan/libs/libmythtv/mpeg/dvbstreamdata.cpp
   branches/mythtv-channel-scan/libs/libmythtv/mpeg/dvbstreamdata.h
   branches/mythtv-channel-scan/libs/libmythtv/mpeg/mpegstreamdata.cpp
   branches/mythtv-channel-scan/libs/libmythtv/mpeg/mpegstreamdata.h
   branches/mythtv-channel-scan/libs/libmythtv/scanwizardhelpers.cpp
   branches/mythtv-channel-scan/libs/libmythtv/scanwizardhelpers.h
   branches/mythtv-channel-scan/libs/libmythtv/scanwizardscanner.cpp
   branches/mythtv-channel-scan/libs/libmythtv/scanwizardscanner.h
   branches/mythtv-channel-scan/libs/libmythtv/siscan.cpp
   branches/mythtv-channel-scan/libs/libmythtv/siscan.h

Log:

Refs #2695. Applies channel scanner patch to channel scanner branch.

This is not a working scanner, it will not insert any channels into the DB. What it does is put all the channels it finds into a data structure which can be processed to insert channels into the DB. The idea is to have all the information we can get before we start inserting the channels, this allows us to address problems such as #3119 where all the channels have the same major and minor channel numbers according to the info in the streams and so that info should be ignored.






More information about the mythtv-commits mailing list