[mythtv-commits] mythtv/master commit: 543d7836c by David Engel (gigem)

MythTV noreply at mythtv.org
Sun Apr 10 17:14:39 UTC 2011


      Author:  David Engel <dengel at mythtv.org>
 Change Date:  2011-04-10T09:59:34-07:00
   Push Date:  2011/04/10 10:14:37 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  543d7836c99adc4817fbb65553aef421426ef6cd
   Changeset:  https://github.com/MythTV/mythtv/commit/543d7836c

Log:

Improved the detection and handling of missed recordings.

Previously, the scheduler had some rudimentary support for detecting
missed recordings.  The scheduler now saves the state of future
recordings in the (now inappropriately named) oldrecorded table.  It
then uses that information when it is restarted after a crash or hang
to determine what was missed.

Modified:

   mythtv/bindings/perl/MythTV.pm
   mythtv/bindings/python/MythTV/static.py
   mythtv/libs/libmyth/programinfo.cpp
   mythtv/libs/libmyth/programtypes.cpp
   mythtv/libs/libmyth/programtypes.h
   mythtv/libs/libmythtv/dbcheck.cpp
   mythtv/libs/libmythtv/recordinginfo.cpp
   mythtv/libs/libmythtv/recordinginfo.h
   mythtv/programs/mythbackend/scheduler.cpp
   mythtv/programs/mythfrontend/progdetails.cpp
   mythtv/programs/mythfrontend/proglist.cpp
   mythtv/programs/mythfrontend/viewscheduled.cpp



More information about the mythtv-commits mailing list