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

MythTV mythtv at cvs.mythtv.org
Thu Oct 13 20:05:52 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):

 Try that again...

 {{{
 Reading table information for completion of table and column names
 You can turn off this feature to get a quicker startup with -A

 Welcome to the MySQL monitor.  Commands end with ; or \g.
 Your MySQL connection id is 1145 to server version: 4.0.23a-log

 Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

 mysql> select recordid,title from record where type=6;
 +----------+-----------------------------------------+
 | recordid | title                                   |
 +----------+-----------------------------------------+
 |      306 | West Side Story                         |
 |      313 | Miss Congeniality 2: Armed and Fabulous |
 |      314 | Ray                                     |
 +----------+-----------------------------------------+
 3 rows in set (0.00 sec)

 mysql>
 mysql> select * from record where recordid=313\G
 *************************** 1. row ***************************
      recordid: 313
          type: 6
        chanid: 1299
     starttime: 11:00:00
     startdate: 2005-10-13
       endtime: 12:51:00
       enddate: 2005-10-13
         title: Miss Congeniality 2: Armed and Fabulous
      subtitle:
   description: Fans of Miss Congeniality aka Gracie Hart aka Sandra
 Bullock will love this equally silly sequel to the original hit movie.
 Gracie is now a national heroine, having saved the Miss America pageant
 from sabotage. But she's so well known that carrying on as an undercover
 agent is impossible, so the powers that be decide to make her "The Face of
 the FBI" and she embarks on a whirlwind publicity tour. While in Las Vegas
 she hears that her pal Cheryl and pageant boss Stan have been kidnapped
 and is determined to track them down, with or without the help of her
 feisty bodyguard Sam (Regina King).
      category: Film
       profile: Default
   recpriority: 0
    autoexpire: 0
   maxepisodes: 0
     maxnewest: 0
   startoffset: 0
     endoffset: 15
      recgroup: Default
     dupmethod: 6
         dupin: 15
       station: Front Row 10
      seriesid:
     programid:
        search: 0
 autotranscode: 0
  autocommflag: 1
  autouserjob1: 0
  autouserjob2: 0
  autouserjob3: 0
  autouserjob4: 0
       findday: 0
      findtime: 00:00:00
        findid: 0
      inactive: 0
      parentid: 0
    transcoder: 27
     tsdefault: 1
 1 row in set (0.00 sec)

 mysql>
 mysql> select title,starttime,endtime,progstart,progend,findid from
 recorded where title='Miss Congeniality 2: Armed and Fabulous'\G
 *************************** 1. row ***************************
     title: Miss Congeniality 2: Armed and Fabulous
 starttime: 2005-10-13 10:57:00
   endtime: 2005-10-13 13:09:00
 progstart: 2005-10-13 11:00:00
   progend: 2005-10-13 12:51:00
    findid: 0
 *************************** 2. row ***************************
     title: Miss Congeniality 2: Armed and Fabulous
 starttime: 2005-10-13 13:57:00
   endtime: 2005-10-13 16:09:00
 progstart: 2005-10-13 14:00:00
   progend: 2005-10-13 15:51:00
    findid: 0
 *************************** 3. row ***************************
     title: Miss Congeniality 2: Armed and Fabulous
 starttime: 2005-10-13 16:57:00
   endtime: 2005-10-13 19:09:00
 progstart: 2005-10-13 17:00:00
   progend: 2005-10-13 18:51:00
    findid: 0
 3 rows in set (0.01 sec)

 mysql>
 mysql> select recordid,starttime,recstatus from oldrecorded where
 recordid=313 order by starttime;
 +----------+---------------------+-----------+
 | recordid | starttime           | recstatus |
 +----------+---------------------+-----------+
 |      313 | 2005-10-13 08:00:00 |         8 |
 |      313 | 2005-10-13 09:00:00 |         8 |
 |      313 | 2005-10-13 10:00:00 |         8 |
 |      313 | 2005-10-13 11:00:00 |        -3 |
 |      313 | 2005-10-13 12:00:00 |         4 |
 |      313 | 2005-10-13 13:00:00 |         4 |
 |      313 | 2005-10-13 14:00:00 |        -3 |
 |      313 | 2005-10-13 15:00:00 |         4 |
 |      313 | 2005-10-13 16:00:00 |         4 |
 |      313 | 2005-10-13 17:00:00 |        -3 |
 |      313 | 2005-10-13 18:00:00 |         4 |
 |      313 | 2005-10-13 19:00:00 |         4 |
 +----------+---------------------+-----------+
 12 rows in set (0.00 sec)

 mysql>
 mysql> select * from record where recordid=314\G
 *************************** 1. row ***************************
      recordid: 314
          type: 6
        chanid: 1276
     starttime: 08:30:00
     startdate: 2005-10-13
       endtime: 10:24:00
       enddate: 2005-10-13
         title: Ray
      subtitle:
   description: Jamie Foxx's Oscar winning performance sees him playing Ray
 Charles, the legendary black musician, with stunning insight and
 incredible sensitivity. A tear-jerking, thought provoking look at the life
 of a musical genius who overcame extreme difficulties to become one of the
 most revered musicians of his time. A captivating portrait of a great man,
 detailing both his strengths and weaknesses, set to a backdrop of
 wonderful music.
      category: Film
       profile: Default
   recpriority: 0
    autoexpire: 0
   maxepisodes: 0
     maxnewest: 0
   startoffset: 0
     endoffset: 15
      recgroup: Default
     dupmethod: 6
         dupin: 15
       station: Front Row 23
      seriesid:
     programid:
        search: 0
 autotranscode: 0
  autocommflag: 1
  autouserjob1: 0
  autouserjob2: 0
  autouserjob3: 0
  autouserjob4: 0
       findday: 0
      findtime: 00:00:00
        findid: 0
      inactive: 0
      parentid: 0
    transcoder: 27
     tsdefault: 1
 1 row in set (0.00 sec)

 mysql>
 mysql> select title,starttime,endtime,progstart,progend,findid from
 recorded where title='Ray'\G
 *************************** 1. row ***************************
     title: Ray
 starttime: 2005-10-13 17:30:00
   endtime: 2005-10-13 19:42:00
 progstart: 2005-10-13 17:30:00
   progend: 2005-10-13 19:24:00
    findid: 0
 *************************** 2. row ***************************
     title: Ray
 starttime: 2005-10-13 11:27:00
   endtime: 2005-10-13 13:42:00
 progstart: 2005-10-13 11:30:00
   progend: 2005-10-13 13:24:00
    findid: 0
 *************************** 3. row ***************************
     title: Ray
 starttime: 2005-10-13 14:27:00
   endtime: 2005-10-13 16:42:00
 progstart: 2005-10-13 14:30:00
   progend: 2005-10-13 16:24:00
    findid: 0
 *************************** 4. row ***************************
     title: Ray
 starttime: 2005-10-13 20:27:00
   endtime: 2005-10-13 22:39:00
 progstart: 2005-10-13 20:30:00
   progend: 2005-10-13 22:24:00
    findid: 0
 4 rows in set (0.02 sec)

 mysql>
 mysql> select recordid,starttime,recstatus from oldrecorded where
 recordid=314 order by starttime;
 +----------+---------------------+-----------+
 | recordid | starttime           | recstatus |
 +----------+---------------------+-----------+
 |      314 | 2005-10-13 08:30:00 |         8 |
 |      314 | 2005-10-13 10:00:00 |         8 |
 |      314 | 2005-10-13 11:30:00 |        -3 |
 |      314 | 2005-10-13 13:00:00 |         4 |
 |      314 | 2005-10-13 14:30:00 |        -3 |
 |      314 | 2005-10-13 16:00:00 |         4 |
 |      314 | 2005-10-13 17:30:00 |        -3 |
 |      314 | 2005-10-13 19:00:00 |         4 |
 |      314 | 2005-10-13 20:30:00 |        -2 |
 +----------+---------------------+-----------+
 9 rows in set (0.00 sec)

 mysql>
 mysql> select * from oldfind;
 Empty set (0.00 sec)

 mysql>
 }}}

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


More information about the mythtv-commits mailing list