[mythtv-commits] mythtv commits

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sun Mar 13 21:05:02 UTC 2005


----------------------------------------------------------------------------
Changes committed by cpinkham on Sun Mar 13 21:00:27 2005

Modified Files:
   in mythtv/programs/mythbackend:
        autoexpire.cpp autoexpire.h 
Log Message:


* Patch by Nicholas McCoy to fix bug in AutoExpire that wouldn't allow
  AutoExpire to do it's job if the file for the recording being deleted
  did not exist.  This was a byproduct of the recent Delete thread changes
  pre 0.17.  Now, AutoExpire will ignore recordings without files and will
  only try to expire recordings for which a file exists.  In addition to
  this patch, I also modified the AutoExpire expireList to be sorted in
  normal order so the list can be checked in order rather than having to
  check the list in reverse and have special code to handle hitting the
  beginning of the list.  The first recording in the list which has a file
  present is the one that will be expired.  Previously when the list was in
  reverse order, the last entry in the list was expired.


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


More information about the mythtv-commits mailing list