[mythtv-commits] Ticket #3980: UK BBC7 rpt eit fixup

MythTV mythtv at cvs.mythtv.org
Tue Sep 18 04:58:47 UTC 2007


#3980: UK BBC7 rpt eit fixup
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |       Owner:  ijr    
     Type:  patch      |      Status:  new    
 Priority:  minor      |   Milestone:  unknown
Component:  mythtv     |     Version:  unknown
 Severity:  medium     |     Mlocked:  0      
-----------------------+----------------------------------------------------
 BBC7 has lots of repeated programs. The eit description has 'links' to the
 other showings, e.g description ends with [Rptd Thu 9.00pm] or [Rpt of Tue
 7.00am]. Otherwise the descriptions are identical. This patch adds an eit
 fixup to remove that text so that duplicate matching works.

 See the problem with:

 {{{
 select starttime,title,description from program where description
    like '%[Rpt%' order by starttime asc
 | 2007-09-10 08:00:00 | The Goon Show                              |
 Wherever he roams, Neddie falls foul of diplomatic immunity. First
 broadcast in 1955. [Rptd today 12.00pm, 7.00pm].
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3980>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list