[mythtv-commits] Ticket #6862: Refactor ProgramInfo so it can be used in plugins.

MythTV mythtv at cvs.mythtv.org
Mon Aug 17 15:56:17 UTC 2009


#6862: Refactor ProgramInfo so it can be used in plugins.
------------------------------+---------------------------------------------
 Reporter:  danielk           |       Owner:  danielk
     Type:  defect            |      Status:  new    
 Priority:  minor             |   Milestone:  0.22   
Component:  MythTV - General  |     Version:  head   
 Severity:  medium            |     Mlocked:  0      
------------------------------+---------------------------------------------
 This is just a first pass. It compiles, but I haven't even run it yet.

 The split on ProgramInfo/RecordingInfo and remoteutil/tvremoteutil is
 purely on linkage right now. I plan to make the split make functional
 sense later.

 ProgramList & RecordingList also need some attention, right now there is
 lots of code duplication. And as noted in the pre-existing comment, a few
 places could benefit from different containers than a linked list. I will
 probably rewrite the helper code to be container agnostic to avoid code
 duplication and then use the appropriate containers in the code.

 There are also a some TODO's, for instance comm flagging does not set the
 edit flag in programinfo.

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


More information about the mythtv-commits mailing list