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

MythTV mythtv at cvs.mythtv.org
Thu Oct 13 18:24:57 UTC 2005


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

  * status:  new => assigned
  * owner:  ijr => anonymous

Comment:

 I assume this is current SVN but please verify what version of myth you
 are running. Please provide the following information:

 {{{
 $ mysql -u mythtv -pmythtv mythconverg
 mysql> select recordid,title from record where type=6;

 [ find the recordid of the show in question then send the output
 for the following using that number in place of <recordid> ]

 mysql> select * from record where recordid=<recordid>\G

 mysql> select starttime,recstatus from oldrecorded where
 recordid=<recordid>;

 mysql> select * from oldfind;

 }}}

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


More information about the mythtv-commits mailing list