[mythtv-commits] Ticket #3842: Add Schedules Direct support

MythTV mythtv at cvs.mythtv.org
Sat Aug 18 23:45:46 UTC 2007


#3842: Add Schedules Direct support
-------------------------+--------------------------------------------------
 Reporter:  danielk      |        Owner:  danielk
     Type:  enhancement  |       Status:  new    
 Priority:  major        |    Milestone:  0.21   
Component:  mythtv       |      Version:  head   
 Severity:  high         |   Resolution:         
  Mlocked:  0            |  
-------------------------+--------------------------------------------------

Comment(by xris):

 We'll need a one-time db update of:
 {{{
 UPDATE recorded
    SET programid=CONCAT(SUBSTRING(programid, 1, 2),
                         '00',
                         SUBSTRING(programid, 3))
  WHERE length(programid) = 12;

 UPDATE oldrecorded
    SET programid=CONCAT(SUBSTRING(programid, 1, 2),
                         '00',
                         SUBSTRING(programid, 3))
  WHERE length(programid) = 12;
 }}}

 Though we should probably add a similar edit to all imported Labs data for
 the transition period, too.

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


More information about the mythtv-commits mailing list