[mythtv-commits] Ticket #10449: Scheduler records random shows

MythTV noreply at mythtv.org
Wed Mar 14 15:41:20 UTC 2012


#10449: Scheduler records random shows
---------------------------------------+--------------------------------
 Reporter:  yiannividalis@…            |          Owner:  gigem
     Type:  Bug Report - General       |         Status:  infoneeded_new
 Priority:  minor                      |      Milestone:  unknown
Component:  MythTV - Scheduling        |        Version:  Master Head
 Severity:  medium                     |     Resolution:
 Keywords:                             |  Ticket locked:  0
---------------------------------------+--------------------------------
Changes (by gigem):

 * status:  new => infoneeded_new


Comment:

 I have a couple of ideas on what might be occurring, but I need you to do
 some database work to help confirm or disprove them.  Please provide the
 output from the following SQL commands.

 select * from record where recordid=577\G

 and

 select * from recordmatch, program where recordmatch.recordid=577 and
 recordmatch.starttime=program.starttime and
 recordmatch.chanid=program.chanid order by program.starttime,
 program.chanid\G

 If the recordid in question is no longer 577, then change that
 accordingly.  Note the the commands end in \G (backslash capital-G)
 instead of the normal ; (semicolon).  That makes the output much more
 readable in this case.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10449#comment:1>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list