[mythtv-commits] Ticket #12276: [PATCH] Fix channel display on mythweb schedules page

MythTV noreply at mythtv.org
Thu Sep 18 21:02:07 UTC 2014


#12276: [PATCH] Fix channel display on mythweb schedules page
----------------------------------------------+-------------------------
     Reporter:  Karl Newman <SiliconFiend@…>  |      Owner:  kormoc
         Type:  Patch - Bug Fix               |     Status:  new
     Priority:  minor                         |  Milestone:  unknown
    Component:  Plugin - MythWeb              |    Version:  Master Head
     Severity:  medium                        |   Keywords:
Ticket locked:  0                             |
----------------------------------------------+-------------------------
 In the course of improving mythweb's handling of the "This Channel" filter
 with the patch in #11970, I apparently uncovered another older bug where
 the channel name and number was being clobbered by later schedules which
 shared the same channel due to a shared channel object. In other words, a
 schedule with the "This Channel" set would show "[Any]" instead of the
 specified channel number and name if there was another "Any Channel"
 schedule loaded after which was based on a program from that same channel,
 because the template modified the (shared) channel object name to "[Any]".

 I'm creating a new ticket instead of re-opening the old ticket. I also
 expanded the logic to include "Find Daily" and "Find Weekly" schedules
 because those are also "Find Any" unless the "This Channel" filter is set.

 The attached patch is against Master.

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


More information about the mythtv-commits mailing list