[mythtv-commits] Re: Ticket #602: Add ability to see recording changes resulting from a schedule change

MythTV mythtv at cvs.mythtv.org
Tue Nov 8 20:37:46 EST 2005


#602: Add ability to see recording changes resulting from a schedule change
-------------------------------+--------------------------------------------
 Reporter:  mythtv at hburch.com  |        Owner:  bjm 
     Type:  enhancement        |       Status:  new 
 Priority:  minor              |    Milestone:  0.19
Component:  mythtv             |      Version:      
 Severity:  low                |   Resolution:      
-------------------------------+--------------------------------------------
Comment (by mythtv at hburch.com):

 Version 4 is "not safe" to use, but is much faster.  It re-uses the
 recordmatch information in the main scheduler.  Its unsafeness is that
 recordmatch may be in flux if the scheduler thread is currently using it.
 This is fixable with some locking, but haven't put that end yet.  The
 result of this unsafeness is incorrect information displayed in the
 speculative scheduler (it won't mess-up the main scheduler).

 Changes:
  * Improved speed by reusing recordmatch data
  * Name change to fix abstraction (database => table)
  * Alternative technique to store speculative recording data (traverses
 children lists and builds update query itself) (save(QString) code has not
 been removed yet, as I'm not thrilled with the new technique either)

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/602>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list