[mythtv-commits] [MythTV/mythtv] c78cec: Add the time of the recording to the default OSD s...

David Hampton noreply at github.com
Wed Feb 16 14:42:55 UTC 2022


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

  Changed paths:
    M mythtv/themes/default-wide/osd.xml
    M mythtv/themes/default/osd.xml

  Log Message:
  -----------
  Add the time of the recording to the default OSD status bar.


  Commit: ecac9412346519e887187318df25b1a0c9a70ec6
      https://github.com/MythTV/mythtv/commit/ecac9412346519e887187318df25b1a0c9a70ec6
  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.


  Commit: 1db3ea1c81013e5f73e435ddbc5e7d2dc3762683
      https://github.com/MythTV/mythtv/commit/1db3ea1c81013e5f73e435ddbc5e7d2dc3762683
  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.


Compare: https://github.com/MythTV/mythtv/compare/709d05c0d692...1db3ea1c8101


More information about the mythtv-commits mailing list