[mythtv-commits] mythtv commit: r9038 - in trunk/mythtv/programs by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sat Feb 18 19:32:30 UTC 2006


      Author: cpinkham
        Date: 2006-02-18 19:32:29 +0000 (Sat, 18 Feb 2006)
New Revision: 9038
   Changeset: http://cvs.mythtv.org/trac/changeset/9038

Modified:

   trunk/mythtv/programs/mythbackend/autoexpire.cpp
   trunk/mythtv/programs/mythbackend/autoexpire.h
   trunk/mythtv/programs/mythfrontend/globalsettings.cpp

Log:

Add a new Auto Expire method based on weighted time and priority.  This
allows you to use a combination of lowest priority and oldest starttime.
The actual sort order is (starttime + (recpriority * weight-days)), so for
a recording with a a recpriority of 3 with the global weight of 3, the
recording would be assumed to be 9 days newer than it actually is to allow
other older recordings to be expired first.

Closes #1008 by applying a very slightly modified patch.






More information about the mythtv-commits mailing list