[mythtv-commits] Ticket #12459: libmyth/programinfo.cpp bug. fixes 'Program Finder' issue.

MythTV noreply at mythtv.org
Tue Jun 16 04:46:18 UTC 2015


#12459: libmyth/programinfo.cpp bug. fixes 'Program Finder' issue.
-------------------------------------+-------------------------------------
     Reporter:  takuya               |      Owner:
  <8twfr79wnyvqjfkp@…>               |
         Type:  Patch - Bug Fix      |     Status:  new
     Priority:  minor                |  Milestone:  unknown
    Component:  MythTV - General     |    Version:  Master Head
     Severity:  medium               |   Keywords:  LoadFromProgram
Ticket locked:  0                    |  ProgramFinder
-------------------------------------+-------------------------------------
 This fixes a problem I was having with out of order and duplicated times
 on the 'Program Finder' page in mythfrontend.

 I have multiple sources with overlapping channels and this was causing
 duplicate time entries.

 The code which fixes these issues was moved in changeset:21caaa4beb , but
 subtly broken.

 The arg 'sql' is copied into var 'queryStr' and modified, but then the
 result is just ignored when it passes the arg 'sql' to the next function.

 From the changeset message I don't think this breakage was intentional.

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12459>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list