[mythtv-commits] Ticket #13607: Program description not being extracted where title expands across additional dvb field

MythTV noreply at mythtv.org
Tue Apr 21 17:30:23 UTC 2020


#13607: Program description not being extracted where title expands across
additional dvb field
----------------------------------+-------------------------------
 Reporter:  bib1963               |          Owner:  Klaas de Waal
     Type:  Bug Report - General  |         Status:  infoneeded
 Priority:  minor                 |      Milestone:  needs_triage
Component:  MythTV - General      |        Version:  Unspecified
 Severity:  medium                |     Resolution:
 Keywords:                        |  Ticket locked:  0
----------------------------------+-------------------------------

Comment (by Klaas de Waal):

 With additional debug code running for 24 hours receiving EIT from Astra-2
 there are four occasions with two different programs where the description
 would be discarded because there was a year in the concatenated string, as
 shown here:
 {{{
 2020-04-21 02:01:59.505022 I  KdW UK EIT fixup fix #13607
     position1 m_ukYear 108
     strFull 'Hollywood's Brightest Bombshell: The Hedy Lamarr Story.
 Documentary about Hollywood wild-child Hedy Lamarr. [2017]'
     kdwfix t,s,d 'Hollywood's Brightest Bombshell' '' 'The Hedy Lamarr
 Story. Documentary about Hollywood wild-child Hedy Lamarr. [2017]'
     no_fix t,s,d 'Hollywood's Brightest Bombshell' '' ''
 --
 2020-04-21 02:13:04.503598 I  KdW UK EIT fixup fix #13607
     position1 m_ukYear 50
     strFull 'Teenage Mutant Ninja Turtles: Out of the Shadows: (2016)
 Part-animated superhero adventure. The quartet of crime-fighting friends
 try to stop their enemy Shredder from helping the alien Krang from
 conquering Earth.'
     kdwfix t,s,d 'Teenage Mutant Ninja Turtles: Out of the Shadows' ''
 '(2016) Part-animated superhero adventure. The quartet of crime-fighting
 friends try to stop their enemy Shredder from helping the alien Krang from
 conquering Earth.'
     no_fix t,s,d 'Teenage Mutant Ninja Turtles: Out of the Shadows' '' ''
 }}}
 The "no_fix" string is the title, subtitle, description as a result of the
 original code and that code discards the desciption because there is a
 year in the concatenated string.

 The "kdwfix" string is the title, subtitle, description with the fix
 applied.
 Note that the year in the description is removed by later processing so
 you do not see that in the guide.

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


More information about the mythtv-commits mailing list