[mythtv-commits] mythtv commits

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Jan 19 23:25:03 EST 2004


----------------------------------------------------------------------------
Changes committed by gigem on Mon Jan 19 23:24:09 2004

Modified Files:
   in mythtv/libs/libmythtv:
        programinfo.cpp programinfo.h scheduledrecording.cpp 
   in mythtv/programs/mythbackend:
        mainserver.cpp scheduler.cpp scheduler.h 
   in mythtv/programs/mythfrontend:
        programrecpriority.cpp viewscheduled.cpp 
Log Message:
Changed the scheduler to keep the history of what's it done around
longer and changed the assosiated reporting functions to make use of
it.  It is now possible to get accurate status on currently recording
programs and other recent scheduler activity.  The historical data is
kept for up to 24 hours as long as the master backend remains up.

This shouldn't have any effect on the scheduler's decision making
since it doesn't change the algorithm.  But, be forewarned anyway and
let me know ASAP if anything strange happens.

Dilemma: norecord is now really a general "recording status".  Should
I leave it alone and confuse everyone or rename it causing a large
patch.  I chose the former.

The wire protocol doesn't change.  However, the new RecStatusType
values and other renames will probably break mythweb.

----------------------------------------------------------------------------


More information about the mythtv-commits mailing list