[mythtv-commits] Ticket #2082: Seconds in "starttime" are being set to 00 during querys.

MythTV mythtv at cvs.mythtv.org
Fri Jul 21 21:06:07 UTC 2006


#2082: Seconds in  "starttime" are being set to 00 during querys.
--------------------------------+-------------------------------------------
 Reporter:  spam at sma2.rain.com  |       Owner:  ijr 
     Type:  defect              |      Status:  new 
 Priority:  minor               |   Milestone:  0.20
Component:  mythtv              |     Version:  head
 Severity:  low                 |  
--------------------------------+-------------------------------------------
 I have a recording created from a PVR-150 composite port. I bring up
 livetv, then select the AUX input with the "c" key the press "r" to
 record. After the recording is finished I then try to rename the recording
 but it fails to update the name.

 In this log you can see the error. The seconds part of starttime is set to
 00 instead of 30 in the UPDATE mysql command.

 {{{
 2006-07-21 13:35:39.410 MSqlQuery: SELECT maxepisodes FROM record WHERE
 recordid = 0 ;
 2006-07-21 13:35:39.412 MSqlQuery: SELECT autoexpire FROM recorded WHERE
 chanid = '20460' AND starttime = '2006-07-21T11:15:30' ;
 2006-07-21 13:35:41.236 MSqlQuery: SELECT icon FROM channel WHERE chanid =
 '20460' ;
 2006-07-21 13:35:41.313 MSqlQuery: SELECT icon FROM channel WHERE chanid =
 '20460' ;
 2006-07-21 13:35:42.905 MSqlQuery: SELECT icon FROM channel WHERE chanid =
 '20460' ;
 2006-07-21 13:35:42.981 MSqlQuery: SELECT icon FROM channel WHERE chanid =
 '20460' ;
 2006-07-21 13:35:53.783 MSqlQuery: UPDATE recorded SET title = 'yollaine
 and annie', subtitle = '' WHERE chanid = '20460' AND starttime =
 '20060721111500' ;
 2006-07-21 13:35:53.798 MSqlQuery: SELECT recgroup, password FROM
 recgrouppassword WHERE password is not null AND password <> '' ;
 2006-07-21 13:35:53.798 write -> 17 21      QUERY_RECORDINGS Play

 Manual update on the backend.

 mysql>  UPDATE recorded SET title = 'yollaine and annie', subtitle = ''
 WHERE chanid = '20460' AND starttime = '20060721111530' ;
 Query OK, 1 row affected (0.00 sec)
 Rows matched: 1  Changed: 1  Warnings: 0
 }}}

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


More information about the mythtv-commits mailing list