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

MythTV noreply at mythtv.org
Sun Apr 12 13:01:02 UTC 2020


#13607: Program description not being extracted where title expands across
additional dvb field
--------------------------------------+--------------------------
     Reporter:  bib1963               |      Owner:  (none)
         Type:  Bug Report - General  |     Status:  new
     Priority:  minor                 |  Milestone:  needs_triage
    Component:  MythTV - General      |    Version:  Unspecified
     Severity:  medium                |   Keywords:
Ticket locked:  0                     |
--------------------------------------+--------------------------
 A program "The league of Extraordinary Gentlemen" is being transmitted
 here in the UK.

 The program description is not being extracted.


 {{{
 From the db:
 MariaDB [mythtvdb]> select starttime,title,subtitle,description from
 program where title like "%gentlemen%" limit 1;
 +---------------------+---------------------------------------+----------+-------------+
 | starttime           | title                                 | subtitle |
 description |
 +---------------------+---------------------------------------+----------+-------------+
 | 2020-04-12 17:50:00 | The League of Extraordinary Gentlemen |          |
 |
 +---------------------+---------------------------------------+----------+-------------+
 1 row in set (0.05 sec)
 }}}




 And from dvbsnoop, the relevant extract:
 {{{

             DVB-DescriptorTag: 77 (0x4d)  [= short_event_descriptor]
             descriptor_length: 230 (0xe6)
               ISO639_2_language_code:  eng
             event_name_length: 30 (0x1e)
             event_name: "The League of Extraordinary..."  -- Charset:
 Latin alphabet
             text_length: 195 (0xc3)
             text_char: "...Gentlemen: (2003) Fantasy with Sean Connery. In
 an alternative Victorian age, Allan Quatermain, Dorian Gray, Captain Nemo,
 Mina Harker and the Invisible Man stop a world war. Violence.  [AD,S]"  --
 Charset: Latin alphabet
 }}}



 I assume it breaks when it hits that colon  at the end of "Gentlemen".

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


More information about the mythtv-commits mailing list