[mythtv-commits] [MythTV/mythtv] 93b6c5: DVB tuner delivery system read from device

kmdewaal noreply at github.com
Mon Mar 25 21:07:41 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 93b6c5ab887370a28a3039a1526e834b261ca8d8
      https://github.com/MythTV/mythtv/commit/93b6c5ab887370a28a3039a1526e834b261ca8d8
  Author: Klaas de Waal <kdewaal at mythtv.org>
  Date:   2019-03-25 (Mon, 25 Mar 2019)

  Changed paths:
    M mythtv/libs/libmythtv/cardutil.cpp
    M mythtv/libs/libmythtv/cardutil.h
    M mythtv/libs/libmythtv/recorders/dvbchannel.cpp

  Log Message:
  -----------
  DVB tuner delivery system read from device

The delivery system, which is used to determine
the tuner type, is now read back from the tuner after the
tuner has been configured with the value in the database
table capturecard/inputname.

If the database does not have a valid value then
the tuner is not configured and the tuner type is
determined from the delivery system that is currently
configured in the tuner, either by power-on default
or by the dvb-fe-tool.

Previously, only the delivery system value from the
database was used to determine the tuner type.
This failed if there was no delivery system
configured in the database for that tuner.

Fixes #13434




More information about the mythtv-commits mailing list