[mythtv-commits] Ticket #1008: Add a new autoexpire method that uses time and priority

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


#1008: Add a new autoexpire method that uses time and priority
------------------------------------------------+---------------------------
 Reporter:  willu.mailingLists at cse.unsw.edu.au  |        Owner:  cpinkham
     Type:  enhancement                         |       Status:  closed  
 Priority:  minor                               |    Milestone:  0.20    
Component:  mythtv                              |      Version:  head    
 Severity:  medium                              |   Resolution:  fixed   
------------------------------------------------+---------------------------
Changes (by cpinkham):

  * resolution:  => fixed
  * status:  new => closed

Comment:

 (In [9038]) 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.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/1008>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list