[mythtv-commits] mythtv commits

mythtv at ijr.dnsalias.org mythtv at ijr.dnsalias.org
Wed Jul 16 22:05:03 EDT 2003


----------------------------------------------------------------------------
Changes committed by cpinkham on Wed Jul 16 21:04:13 2003

Added Files:
   in mythtv/database:
        0.10-to-0.11.sql 
Modified Files:
   in mythtv/database:
        cvs.sql mc.sql 
   in mythtv/libs/libmyth:
        mythcontext.h 
   in mythtv/libs/libmythtv:
        commercial_skip.cpp programinfo.cpp programinfo.h 
        scheduledrecording.cpp scheduledrecording.h 
   in mythtv/programs/mythbackend:
        autoexpire.cpp scheduler.cpp 
   in mythtv/programs/mythfrontend:
        viewscheduled.cpp viewscheduled.h 
Log Message:


* Added 'recorddups' setting to allow user to setup Myth to record all
  episodes of a show, even if they are duplicates.  
* Added 'maxnewest' setting to allow user to tell Myth to stop recording
  new episodes when maxepisodes is reached rather than current method of
  always recording new episodes and deleting oldest (which would never be
  rerecorded since they are listed in the oldrecorded table).
* Made ScheduledRecording::findAllProgramsToRecord() check recorded table
  for existing recording as well so Myth doesn't rerecord something that
  is still available (when 'recorddups' is turned on for instance).
* Added code to scheduler to stop firing off scheduled recordings if disk
  space on master falls below 250 Megabytes.  Will restart automatically
  once space grows above 250.  
* Tweaked commercial detection code to try to detect 120-second long
  commercials that sometimes occur.

REQUIRES database update && make distclean


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


More information about the mythtv-commits mailing list