[mythtv-commits] Ticket #10444: Power Search inactive flag not being inherited by results

MythTV noreply at mythtv.org
Thu Mar 15 01:39:14 UTC 2012


#10444: Power Search inactive flag not being inherited by results
-----------------------------------+--------------------------------
 Reporter:  brian@…                |          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
-----------------------------------+--------------------------------

Comment (by gigem):

 The display problem in Upcoming Recordings should be fixed now in master.

 As for your original problem, I can only make wild guesses that something
 is badly hosed on your system at this point.  Until you provide the
 detailed, step by step directions (using only mythfrontend) and logs asked
 for above, there's nothing more I can do.  If you can provide that
 information, please also provide the results from following sql commands
 where <recordid> is replaced with the actual recordid from your recording
 rule.

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

 and

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

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


More information about the mythtv-commits mailing list