[mythtv-commits] Ticket #12308: Improve mythcommflag accuracy

MythTV noreply at mythtv.org
Wed Oct 29 21:52:19 UTC 2014


#12308: Improve mythcommflag accuracy
-----------------------------------+--------------------------
 Reporter:  faginbagin <mythtv@…>  |          Owner:  cpinkham
     Type:  Patch - Bug Fix        |         Status:  new
 Priority:  minor                  |      Milestone:  unknown
Component:  MythTV - Mythcommflag  |        Version:  0.27.4
 Severity:  medium                 |     Resolution:
 Keywords:                         |  Ticket locked:  0
-----------------------------------+--------------------------

Comment (by jpoet):

 I just tested these patches against my most problematic channel, and they
 do make a noticeable improvement.  Detection is still not 100% perfect,
 but is much better.

 {{{
 Test 1:
 Without the patch
      Actual transition points: 12
      Accurately detected:       6
      Missed:                    6
      Erroneous:                 1
 With the patches
      Actual transition points: 12
      Accurately detected:       9  (1 was slightly off, but close enough)
      Missed:                    3
      Erroneous:                 1

 Test 2:
 Without the patch
      Actual transition points: 12
      Accurately detected:       8
      Missed:                    4
      Erroneous:                 1
 With the patches
      Actual transition points: 12
      Accurately detected:      11
      Missed:                    1
      Erroneous:                 1

 Test 3:
 Without the patch
      Actual transition points: 12
      Accurately detected:       5
      Missed:                    7
      Erroneous:                 3
 With the patches
      Actual transition points: 12
      Accurately detected:       9
      Missed:                    3
      Erroneous:                 1
 }}}

 Chris, if you don't have time to review these patches I can take a stab at
 it.

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12308#comment:5>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list