[mythtv-commits] Ticket #1230: missing airdate for recordings in mythweb

MythTV mythtv at cvs.mythtv.org
Mon Feb 6 14:22:00 UTC 2006


#1230: missing airdate for recordings in mythweb
----------------------------------------+-----------------------------------
 Reporter:  mythdev at penyball.cix.co.uk  |       Owner:  xris
     Type:  enhancement                 |      Status:  new 
 Priority:  minor                       |   Milestone:  0.19
Component:  mythweb                     |     Version:  head
 Severity:  low                         |  
----------------------------------------+-----------------------------------
 My live systems have been running at 6910 since August 2005. I've just
 updated to 8864.
 All my recordings made under 6910 are shown in mythweb as recorded on
 1/1/1970 :( New recordings and recordings prior to 6910 are ok.  (The
 correct dates for all recordings are shown in mythtv screens - this only
 affects mythweb)

 Tracking this down it would appear that 6910 was not setting
 recorded.progstart/progend and presumably some time since then mythweb has
 started using progstart/progend rather than starttime/endtime.

 In case this hits anyone else the fix is a simple sql update:
 {{{
  update recorded set progstart=starttime, progend=endtime
  where progstart = '0000-00-00 00::00:00';
 }}}

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


More information about the mythtv-commits mailing list