[mythtv-commits] [MythTV/mythtv] 7acf40: Fix "failed to find recorded entry for 0" warnings.

David Hampton noreply at github.com
Wed Feb 16 14:53:11 UTC 2022


  Branch: refs/heads/fixes/32
  Home:   https://github.com/MythTV/mythtv
  Commit: 7acf407a6f2d0dd3a4272005e2852c0b205bff42
      https://github.com/MythTV/mythtv/commit/7acf407a6f2d0dd3a4272005e2852c0b205bff42
  Author: David Hampton <mythtv at love2code.net>
  Date:   2022-02-16 (Wed, 16 Feb 2022)

  Changed paths:
    M mythtv/libs/libmyth/programinfo.cpp
    M mythtv/libs/libmyth/programinfoupdater.cpp
    M mythtv/programs/mythbackend/mainserver.cpp

  Log Message:
  -----------
  Fix "failed to find recorded entry for 0" warnings.

Add a couple of checks to the data flow when updating a ProgramInfo
data structure. First, before sending a notification that a
ProgramInfo has changed ensure that the data structure actually
represents a recording (not a video, DVD, Bluray, or stream).  Second,
when receiving a MASTER_UPDATE_REC_INFO message verify that the
recording id number isn't zero.

Fixes #483.

(cherry picked from commit ecac9412346519e887187318df25b1a0c9a70ec6)


  Commit: 50b019d5196b9c47ed54015b2189181e3341c401
      https://github.com/MythTV/mythtv/commit/50b019d5196b9c47ed54015b2189181e3341c401
  Author: David Hampton <mythtv at love2code.net>
  Date:   2022-02-16 (Wed, 16 Feb 2022)

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

  Log Message:
  -----------
  Restore playback start menu for videos.

(cherry picked from commit 1db3ea1c81013e5f73e435ddbc5e7d2dc3762683)


Compare: https://github.com/MythTV/mythtv/compare/badcce2b5ec4...50b019d5196b


More information about the mythtv-commits mailing list