[mythtv-commits] [MythTV/mythtv] a0f4fb: Change DVB-T to DVB-T2 and DVB-S to DVB-S2 if deli...

kmdewaal noreply at github.com
Thu Apr 4 20:26:50 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: a0f4fbbaebab4e0077cfe3d07bb3c39b123a6b92
      https://github.com/MythTV/mythtv/commit/a0f4fbbaebab4e0077cfe3d07bb3c39b123a6b92
  Author: Klaas de Waal <kdewaal at mythtv.org>
  Date:   2019-04-04 (Thu, 04 Apr 2019)

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

  Log Message:
  -----------
  Change DVB-T to DVB-T2 and DVB-S to DVB-S2 if delivery system not defined.

If the delivery system is not defined in database table capturecard then mythbackend uses the tuner in the state it is in.
If the current delivery system is DVB-T and the tuner is capable of DVB-T2 then the delivery system is changed to DVB-T2.
This allows reception of both DVB-T and DVB-T2 multiplexes.
Same for DVB-S and DVB-S2.
This allows a mythbackend of the master to run with a v30 database, where the value of
capture card column inputname is either empty or "DVBInput".
There is a message in the console log when this happens.

Refs #13014




More information about the mythtv-commits mailing list