[mythtv-commits] [MythTV/mythtv] 806eb6: Select best default delivery system when creating ...

kmdewaal noreply at github.com
Thu Apr 25 15:52:49 UTC 2019


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

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

  Log Message:
  -----------
  Select best default delivery system when creating new capture card.

Previously, when creating a new capture card in mythtv-setup
the default delivery system was the first one of the available
delivery systems for that card. Unfortunately, if a device is
capable of e.g. both DVB-T and DVB-T2 then DVB-T is first on the
list and thus the default even if DVB-T2 is usually the better choice.
Idem for DVB-S and DVB-S2.
With this fix the better choice is now the default.
Note that when editing an existing capture card the value
for the delivery system in the database is always the default,
even if it is DVB-T or DVB-S.

Refs #13014




More information about the mythtv-commits mailing list