[mythtv-commits] Ticket #12633: EIT fixup for Law & Order: Special Victims Unit needed (Freesat UK)

MythTV noreply at mythtv.org
Thu Feb 4 07:49:27 UTC 2016


#12633: EIT fixup for Law & Order: Special Victims Unit needed (Freesat UK)
----------------------------------+-------------------------
 Reporter:  daniel@…              |          Owner:  dekarl
     Type:  Bug Report - General  |         Status:  new
 Priority:  minor                 |      Milestone:  unknown
Component:  MythTV - EIT          |        Version:  0.27.5
 Severity:  medium                |     Resolution:
 Keywords:                        |  Ticket locked:  0
----------------------------------+-------------------------

Comment (by lomion@…):

 Your problem is in eitfixup.cpp line 855ff (fixes/0.27).
 Since your EIT does not contain any date or year and has ":" in the title
 it gets split but only if the description does not contain a ":". That's
 where your two examples differ.

 I suggest adding
 {{{
 && !event.title.startsWith("Law & Order:")
 }}}
 to eitfixup.cpp line 812

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


More information about the mythtv-commits mailing list