Modify ↓
Ticket #3610 (closed defect: fixed)
Opened 5 years ago
Last modified 4 years ago
Title incorrectly "fixed" when program ends with an ellipsis
| Reported by: | anonymous | Owned by: | stuarta |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.21 |
| Component: | eit | Version: | head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
I'm using EIT scanning in the UK, and I've noticed that a program that ends with an "..." will cause the description to form part of the title.
i.e. instead of the title being detected as "Trinny and Susannah Undress...", it will show up as "Trinny and Susannah Undress Formidable style gurus Trinny and Susannah lend a hand to childhood sweethearts Amanda and Joe"
Here's an SQL dump of the affect programs.
INSERT INTO `program` (`chanid`, `starttime`, `endtime`, `title`, `subtitle`, `description`, `category`, `category_type`, `airdate`, `stars`, `previouslyshown`, `title_pronounce`, `stereo`, `subtitled`, `hdtv`, `closecaptioned`, `partnumber`, `parttotal`, `seriesid`, `originalairdate`, `showtype`, `colorcode`, `syndicatedepisodenumber`, `programid`, `manualid`, `generic`, `listingsource`, `first`, `last`) VALUES (1003, '2007-06-19 20:00:00', '2007-06-19 21:00:00', 'Trinny and Susannah Undress Formidable style gurus Trinny and Susannah lend a hand to childhood sweethearts Amanda and Joe', '', 'The pair boost Amanda''s self-confidence by revamping her wardrobe.', 'Leisure/Hobbies', 'tvshow', 2000, 0, 0, '', 1, 1, 0, 0, 0, 0, '', NULL, '', '', '', '', 0, 0, 1, 0, 0), (1035, '2007-06-14 21:00:00', '2007-06-14 22:00:00', 'Trinny and Susannah Undress Style gurus Trinny and Susannah come to the aid of Abdul and Liz, an identically-dressed couple who', '', '', 'Leisure/Hobbies', 'tvshow', 0000, 0, 0, '', 1, 1, 0, 0, 0, 0, '', NULL, '', '', '', '', 0, 1, 1, 1, 1), (1006, '2007-06-14 20:00:00', '2007-06-14 21:00:00', 'Trinny and Susannah Undress Style gurus Trinny and Susannah come to the aid of Abdul and Liz, an identically-dressed couple who', '', '', 'Leisure/Hobbies', 'tvshow', 0000, 0, 0, '', 1, 1, 0, 0, 0, 0, '', NULL, '', '', '', '', 0, 0, 1, 0, 0);
Attachments
Change History
comment:1 Changed 5 years ago by stuarta
- Priority changed from major to minor
- Severity changed from medium to low
comment:2 Changed 5 years ago by anonymous
I think this is a mis-feature. In the examples above there is nothing in the description that could be sensibly added to the title. The title is supposed to end in ...
comment:3 Changed 4 years ago by Nick Morrott <<knowledgejunkie [at] gmail [dot] com>>
Note: See
TracTickets for help on using
tickets.

This is working as designed in that it is supposed to join up the first part of the description with the title when the title ends with '...' However it's not supposed to put the entire thing in the title. It will need a bit of fine tuning to get it to be more correct.