[mythtv-commits] Ticket #11423: datadirect "map" parser ignores "from" date for stations

MythTV noreply at mythtv.org
Sat Feb 23 23:40:31 UTC 2013


#11423: datadirect "map" parser ignores "from" date for stations
-------------------------------------------+------------------------
     Reporter:  kees@…                     |      Owner:  stuartm
         Type:  Bug Report - General       |     Status:  new
     Priority:  minor                      |  Milestone:  unknown
    Component:  MythTV - Mythfilldatabase  |    Version:  0.25-fixes
     Severity:  medium                     |   Keywords:
Ticket locked:  0                          |
-------------------------------------------+------------------------
 When parsing the datadirect feed, the station map parser doesn't handle
 the "from" field, resulting in duplicated channels. For example, this is
 in my feed:


 {{{
 <map station='58623' channel='759' from='2008-05-01'/>
 ...
 <map station='65626' channel='759' from='2011-12-27'/>
 }}}


 A duplicate entry for 759 is added with xmltvid of "58623", even though
 this is no longer a valid mapping. This results in incorrect schedule data
 for channel 759 if the database happens to choose the wrong entry between
 the two.

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


More information about the mythtv-commits mailing list