[mythtv-commits] [MythTV/mythtv] 1158af: Handle tuning live TV before EIT data is collected.

David Hampton noreply at github.com
Tue Aug 25 14:36:46 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 1158af44f16e02b13f3954d0db68413c6cfaf5bf
      https://github.com/MythTV/mythtv/commit/1158af44f16e02b13f3954d0db68413c6cfaf5bf
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-08-25 (Tue, 25 Aug 2020)

  Changed paths:
    M mythtv/libs/libmythtv/playgroup.cpp
    M mythtv/libs/libmythtv/recordingrule.cpp

  Log Message:
  -----------
  Handle tuning live TV before EIT data is collected.

To play Live TV, MythTV needs to create a recording and start playing
it. However the data needed to create the recording (title, category
and category type) hasn't yet been found so these fields are null and
cause the SQL queries to abort.  Check for these null query fields and
substitute "Unknown" or "Default" as appropriate.


  Commit: 8460c4be1e647659dcbfde6526507c88d40ed025
      https://github.com/MythTV/mythtv/commit/8460c4be1e647659dcbfde6526507c88d40ed025
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-08-25 (Tue, 25 Aug 2020)

  Changed paths:
    M mythtv/programs/mythtv-setup/importicons.cpp

  Log Message:
  -----------
  Strip common suffixes from channel names when searching for icons.

Channel icon searching needs to be based on the actual channel name,
not one of the name variants that contains the picture definition
(e.g. "-SD" or "-HD") or the name of the technology used to transmit
the channel (e.g. "-DT").  Strip all these suffixes for better channel
matching.

Replace last QRegExp in file with a QRegularExpression.

Fix a debug message.


  Commit: 22b81dc1cc1423dbb6e238e938c7c8358e0770ff
      https://github.com/MythTV/mythtv/commit/22b81dc1cc1423dbb6e238e938c7c8358e0770ff
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-08-25 (Tue, 25 Aug 2020)

  Changed paths:
    M mythtv/libs/libmythtv/mheg/netstream.cpp

  Log Message:
  -----------
  tidy: Use C++ header instead of C header.


  Commit: 96420515c37a2fa78085e06aed1e72e3d4d63643
      https://github.com/MythTV/mythtv/commit/96420515c37a2fa78085e06aed1e72e3d4d63643
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-08-25 (Tue, 25 Aug 2020)

  Changed paths:
    M mythtv/programs/mythfrontend/scheduleeditor.cpp

  Log Message:
  -----------
  tidy: Add braces for readability.


Compare: https://github.com/MythTV/mythtv/compare/d9589fd1de4b...96420515c37a


More information about the mythtv-commits mailing list