[mythtv-commits] Ticket #3549: EIT doesn't handle á Á é É í Í ó Ó ú Ú ñ Ñ well. Spanish EPG

MythTV mythtv at cvs.mythtv.org
Wed Feb 6 22:57:09 UTC 2008


#3549: EIT doesn't handle á Á é É í Í ó Ó ú Ú ñ Ñ well. Spanish EPG
---------------------------------------------------------+------------------
 Reporter:  josesuarez1983 <j.suarez.agapito at gmail.com>  |        Owner:  janne   
     Type:  defect                                       |       Status:  assigned
 Priority:  minor                                        |    Milestone:  0.21    
Component:  eit                                          |      Version:  head    
 Severity:  medium                                       |   Resolution:          
  Mlocked:  0                                            |  
---------------------------------------------------------+------------------
Changes (by janne):

  * status:  infoneeded => assigned


Comment:

 I need the indentifiers of the channels with broken characters


 {{{
 SELECT transportid, networkid, serviceid, channame
 FROM channel, dtv_multiplex
 WHERE channel.mplexid = dtv_multiplex.mplexid AND
       channame IN ("broken channel 1", "broken channel 2", ...);
 }}}

 should give the needed information

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3549#comment:10>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list