Opened 18 years ago
Closed 18 years ago
#3610 closed defect (fixed)
Title incorrectly "fixed" when program ends with an ellipsis
Reported by: | anonymous | Owned by: | Stuart Auchterlonie |
---|---|---|---|
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);
Change History (4)
comment:1 Changed 18 years ago by
Priority: | major → minor |
---|---|
Severity: | medium → low |
comment:2 Changed 18 years ago by
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 18 years ago by
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.