[mythtv-commits] Re: Ticket #465: Find one showing finds more than one

MythTV mythtv at cvs.mythtv.org
Fri Oct 14 09:14:03 UTC 2005


#465: Find one showing finds more than one
--------------------------------+-------------------------------------------
 Reporter:  imc25 at cam.ac.uk  |        Owner:  bjm at lvcm.com
     Type:  defect              |       Status:  new         
 Priority:  minor               |    Milestone:              
Component:  mythtv              |      Version:              
 Severity:  medium              |   Resolution:              
--------------------------------+-------------------------------------------
Comment (by anonymous):

 Here you go. FindOne used to work until recently - I had a successful
 FindOne recording on Monday, which didn't keep recording. Can't remember
 which svn rev I was running, though...


 {{{
 mysql> select recordid,type,search,startdate,findtime,findday,findid from
 record order by recordid;
 +----------+------+--------+------------+----------+---------+--------+
 | recordid | type | search | startdate  | findtime | findday | findid |
 +----------+------+--------+------------+----------+---------+--------+
 |        4 |    4 |      0 | 2003-10-07 | 00:00:00 |       0 |      0 |
 |       23 |    3 |      0 | 2003-10-20 | 00:00:00 |       0 |      0 |
 |       32 |    4 |      0 | 2004-01-18 | 00:00:00 |       0 |      0 |
 |       38 |    4 |      0 | 2004-01-22 | 00:00:00 |       0 |      0 |
 |       41 |    4 |      0 | 2004-01-22 | 00:00:00 |       0 |      0 |
 |       46 |    4 |      0 | 2004-05-16 | 00:00:00 |       0 |      0 |
 |       96 |    4 |      0 | 2005-08-31 | 00:00:00 |       0 |      0 |
 |      109 |    4 |      0 | 2005-02-05 | 00:00:00 |       0 |      0 |
 |      111 |    4 |      0 | 2005-08-16 | 00:50:00 |       5 |      0 |
 |      125 |    4 |      0 | 2005-02-13 | 00:00:00 |       0 |      0 |
 |      155 |    4 |      0 | 2005-03-13 | 00:00:00 |       0 |      0 |
 |      158 |    4 |      0 | 2005-03-13 | 00:00:00 |       0 |      0 |
 |      166 |    3 |      0 | 2005-03-26 | 00:00:00 |       0 |      0 |
 |      196 |    4 |      0 | 2005-04-18 | 00:00:00 |       0 |      0 |
 |      197 |    4 |      0 | 2005-04-18 | 00:00:00 |       0 |      0 |
 |      224 |    3 |      0 | 2005-05-20 | 00:00:00 |       0 |      0 |
 |      225 |    4 |      0 | 2005-05-20 | 00:00:00 |       0 |      0 |
 |      233 |    4 |      0 | 2005-06-03 | 00:00:00 |       0 |      0 |
 |      239 |    4 |      0 | 2005-06-20 | 23:00:00 |       2 |      0 |
 |      247 |    4 |      0 | 2005-07-21 | 00:00:00 |       0 |      0 |
 |      248 |    4 |      0 | 2005-07-21 | 00:00:00 |       0 |      0 |
 |      255 |    4 |      0 | 2005-07-24 | 00:00:00 |       0 |      0 |
 |      266 |    4 |      0 | 2005-08-10 | 00:00:00 |       0 |      0 |
 |      271 |    4 |      0 | 2005-08-20 | 06:00:00 |       0 |      0 |
 |      286 |    4 |      0 | 2005-09-30 | 00:00:00 |       0 |      0 |
 |      287 |    4 |      0 | 2005-10-07 | 00:00:00 |       0 |      0 |
 |      288 |    4 |      0 | 2005-09-30 | 00:00:00 |       0 |      0 |
 |      299 |    8 |      0 | 2005-10-14 | 00:00:00 |       0 |      0 |
 |      300 |    8 |      0 | 2005-10-14 | 00:00:00 |       0 |      0 |
 |      301 |    8 |      0 | 2005-10-14 | 00:00:00 |       0 |      0 |
 |      302 |    8 |      0 | 2005-10-14 | 00:00:00 |       0 |      0 |
 |      303 |    4 |      0 | 2005-10-08 | 20:10:00 |       0 |      0 |
 |      306 |    6 |      0 | 2005-10-16 | 00:00:00 |       0 | 732600 |
 |      308 |    8 |      0 | 2005-10-14 | 00:00:00 |       0 |      0 |
 |      309 |    8 |      0 | 2005-10-16 | 00:00:00 |       0 |      0 |
 |      310 |    8 |      0 | 2005-10-17 | 00:00:00 |       0 |      0 |
 |      311 |    8 |      0 | 2005-10-17 | 00:00:00 |       0 |      0 |
 |      312 |    8 |      0 | 2005-10-17 | 00:00:00 |       0 |      0 |
 |      313 |    6 |      0 | 2005-10-13 | 00:00:00 |       0 |      0 |
 |      314 |    6 |      0 | 2005-10-13 | 00:00:00 |       0 |      0 |
 +----------+------+--------+------------+----------+---------+--------+
 }}}

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


More information about the mythtv-commits mailing list