[mythtv-commits] Ticket #1237: commercial flagging does not always occur when it should

MythTV mythtv at cvs.mythtv.org
Wed Feb 8 02:20:04 UTC 2006


#1237: commercial flagging does not always occur when it should
--------------------------------+-------------------------------------------
 Reporter:  mythtv.cvs at L8R.net  |        Owner:  cpinkham
     Type:  defect              |       Status:  new     
 Priority:  minor               |    Milestone:  0.20    
Component:  mythtv              |      Version:  head    
 Severity:  medium              |   Resolution:          
--------------------------------+-------------------------------------------
Changes (by cpinkham):

  * milestone:  => 0.20
  * owner:  ijr => cpinkham
  * version:  => head

Comment:

 "semi-random", that's a lot of help....

 Maybe you should look at the JobQueue section of the mythfrontend status
 page and it might tell you why the jobs haven't run, or if there aren't
 any jobs, then that might be another clue.  If you run mythbackend with
 "-v jobqueue,commflag" then that would provide even more debugging
 information.  Providing the backend logs as specified above as well as the
 output of the following SQL command would also be helpful:

    select * from jobqueue\G     (yes, that's a slash G)

 Also indicate which recordings did and did not appear to flag correctly
 and provide the following SQL output for the mentioned recordings:

    select * from recorded where chanid = CHANID and starttime =
 STARTTIME\G

 substituting in the chanid and starttime for the recordings that did and
 did not work.  Perform the query for each recording.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/1237>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list