[mythtv-commits] Re: Ticket #311: Update metadata of recorded programs when adjusting recording schedules

MythTV mythtv at cvs.mythtv.org
Sat Oct 29 14:02:41 EDT 2005


#311: Update metadata of recorded programs when adjusting recording schedules
-------------------------------------+--------------------------------------
 Reporter:  Robert Tsai <rtsai1111>  |        Owner:  ijr     
     Type:  patch                    |       Status:  reopened
 Priority:  minor                    |    Milestone:  0.19    
Component:  mythtv                   |      Version:  head    
 Severity:  low                      |   Resolution:          
-------------------------------------+--------------------------------------
Changes (by Robert Tsai <rtsai1111>):

  * resolution:  fixed =>
  * milestone:  => 0.19
  * summary:  Update priority of recorded programs when adjusting
              recpriority of schedules => Update metadata of
              recorded programs when adjusting recording
              schedules
  * status:  closed => reopened

Comment:

 A forthcoming patch moves the "UPDATE recorded SET recpriority" query out
 of ProgramInfo::ApplyRecordRecPriorityChange and down into
 ScheduledRecording::save where it really belongs, so that anything
 modifying a recording schedule (either the "Set Priorities" screen, or the
 "Edit Recording Schedule" screen, or any new screens) will also update
 selected fields of the "recorded" table. The "selected fields" are:

  * recpriority
  * recgroup
  * transcoder
  * timestretch

 These were selected simply by what I thought would be intuitive (the only
 ones I really care about are recpriority and transcoder). Other fields
 that might be possibly updated, but aren't:

  * autoexpire (I left that alone since the UI allows people to toggle the
 auto-expire flag on a per-recording basis)

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


More information about the mythtv-commits mailing list