[mythtv-commits] Ticket #4043: GET_CURRENT_RECORDING doesn't get updated when recgroup changes

MythTV mythtv at cvs.mythtv.org
Wed Jan 9 23:45:05 UTC 2008


#4043: GET_CURRENT_RECORDING doesn't get updated when recgroup changes
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |        Owner:  ijr           
     Type:  defect     |       Status:  infoneeded_new
 Priority:  minor      |    Milestone:  0.21          
Component:  mythtv     |      Version:  head          
 Severity:  low        |   Resolution:                
  Mlocked:  0          |  
-----------------------+----------------------------------------------------

Comment(by Mark Buechler <Mark.Buechler at gmail.com>):

 Not fixed. This is what happens:

 1. The user hits the record button while watching TV.
 2. The frontend changes the recgroup in the db.
 3. The frontend queries the backend for recording status.
 4. The backend replies back based on old info since it doesn't reread the
 db for any changes the frontend may have made.

 The patch in 15294 fixes UpdateRecGroup() but that's only called by
 TV::PromptRecGroupPassword(). Since UpdateRecGroup() is only called by one
 method, maybe that method should be updated to use
 ProgramInfo::ApplyRecordStateChange() instead so UpdateRecGroup() can be
 eliminated.

 - Mark.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4043#comment:4>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list