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

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Nov 11 14:18:34 EST 2005


      Author: cpinkham
        Date: 2005-11-11 19:18:33 +0000 (Fri, 11 Nov 2005)
New Revision: 7845
   Changeset: http://cvs.mythtv.org/trac/changeset/7845

Modified:

   trunk/mythtv/libs/libmythtv/programinfo.cpp
   trunk/mythtv/libs/libmythtv/programinfo.h
   trunk/mythtv/libs/libmythtv/scheduledrecording.cpp
   trunk/mythtv/libs/libmythtv/scheduledrecording.h
   trunk/mythtv/libs/libmythtv/tv_play.cpp
   trunk/mythtv/programs/mythfrontend/playbackbox.cpp

Log:

Convert ProgramInfo::SetAutoExpire(bool) to ProgramInfo::SetAutoExpire(int) so
that we can specify a higher priority for AutoExpire for a recording.  LiveTV
needs to be expired before regular recordings and is already using
pginfo->SetAutoExpire(10000), but up until now, this has been treated the same
as pginfo->SetAutoExpire(true) so LiveTV recordings did not have a higher place
in the AutoExpire list.  The scheduled recording editor has not been changed,
so users can only specify whether AutoExpire is On (1) or Off (0).






More information about the mythtv-commits mailing list