[mythtv-commits] Ticket #4000: Mythcommflag does not honor max commercial break setting / fails with long commercial breaks

MythTV mythtv at cvs.mythtv.org
Sun Sep 23 08:57:38 UTC 2007


#4000: Mythcommflag does not honor max commercial break setting / fails with long
commercial breaks
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |        Owner:  ijr    
     Type:  defect     |       Status:  closed 
 Priority:  minor      |    Milestone:  unknown
Component:  mythtv     |      Version:  head   
 Severity:  medium     |   Resolution:  invalid
  Mlocked:  0          |  
-----------------------+----------------------------------------------------
Changes (by cpinkham):

  * status:  new => closed
  * resolution:  => invalid


Comment:

 This is not a defect, it is by design to prevent false positives in areas
 where most commercial breaks are less than  7 minutes.  There is an
 undocumented setting that you can insert into your database to allow
 longer breaks to be detected.  The setting is CommDetectMaxCommBreakLength
 and defaults to 395 seconds (6 minutes, 35 seconds).  You can bump this up
 to 15 minutes and 10 seconds by inserting a new row into your settings
 table by running an SQL command similar to the following.  There is no way
 to edit this value through the GUI.

 insert settings ( value, data, hostname ) values (
 'CommDetectMaxCommBreakLength', 910, NULL);

 Next time please ask first on the mailing list (and don't reply on this
 ticket, trac isn't for discussion).

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4000#comment:1>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list