[mythtv-commits] mythtv/master commit: f54c27b12 by Robert McNamara (rmcnamara)

MythTV noreply at mythtv.org
Thu Aug 18 02:21:53 UTC 2011


      Author:  Robert McNamara <rmcnamara at mythtv.org>
 Change Date:  2011-08-17T19:21:01-07:00
   Push Date:  2011/08/17 19:21:47 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  f54c27b122e4553e5a7a8060b3d7baec9b6b0698
   Changeset:  https://github.com/MythTV/mythtv/commit/f54c27b12

Log:

libmythhdhomerun: Update to libhdhomerun 20110810.

The only relevant change here is the addition of a new vchannel status API and struct which allows one to query a vchannel for its protection status.

For purposes of the HDHR Prime, this may indeed be quite useful for performing a "pseudoscan" of the channels from the lineup and only inserting those which can be captured in MythTV.

Since "fetch channels" just calls out to mythfilldatabase, I am thinking about the best way to handle this... perhaps a:

mythfilldatabase --do-channel-updates --pseudoscan --cardid 1

?

For OCUR tuners, this could call the equivalent API for each channel before insertion, in effect performing a periodic channel "scan" that keeps the map entirely up to date.  Probably wouldn't be a good thing to do by default, but users could conceivably add it to their mythfilldatabase args.

Modified:

   mythtv/libs/libmythhdhomerun/hdhomerun_device.c
   mythtv/libs/libmythhdhomerun/hdhomerun_device.h
   mythtv/libs/libmythhdhomerun/hdhomerun_types.h



More information about the mythtv-commits mailing list