[mythtv-commits] Ticket #5072: Configureable ISO8559_15 encoding fixes per channel

MythTV mythtv at cvs.mythtv.org
Sun Mar 30 16:08:33 UTC 2008


#5072: Configureable ISO8559_15 encoding fixes per channel
---------------------------------------------+------------------------------
 Reporter:  Wolfgang <mythtv at linux-dude.de>  |       Owner:  ijr    
     Type:  enhancement                      |      Status:  new    
 Priority:  minor                            |   Milestone:  unknown
Component:  mythtv                           |     Version:  head   
 Severity:  medium                           |     Mlocked:  0      
---------------------------------------------+------------------------------
 To make it easier to react on provider encoding changes, I have made a
 patch to give you the ability to configure the encoding fix per channel.
 You need an extra column in the channel table:
 {{{
 alter table channel change column forceISO8859_15 forceiso8859_15
 tinyint(1) NOT NULL DEFAULT 0;
 }}}
 You can configure it either with the mythweb patch or direct in the
 database.
 [[BR]][[BR]]

 TODO:[[BR]]

 Configmenu in the gui

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


More information about the mythtv-commits mailing list