[mythtv-commits] Ticket #5005: burning fail with UnicodeEncodeError on non ascii titles

MythTV mythtv at cvs.mythtv.org
Sun Mar 23 08:52:51 UTC 2008


#5005: burning fail with UnicodeEncodeError on non ascii titles
-------------------------------+--------------------------------------------
 Reporter:  fsc at webevasion.be  |        Owner:  paulh     
     Type:  patch              |       Status:  new       
 Priority:  minor              |    Milestone:  unknown   
Component:  mytharchive        |      Version:  0.21-fixes
 Severity:  medium             |   Resolution:            
  Mlocked:  0                  |  
-------------------------------+--------------------------------------------

Comment(by teet.niin at gmail.com):

 It helped on my case(many recordings include üõöä... letters).
 I've changed also 5192 line(it helps on ISO case).
 Small output from changed file:
             #Create the DVD ISO image
             if docreateiso == True or mediatype == FILE:
 L5192                CreateDVDISO(title.encode("utf-8"))

             #Burn the DVD ISO image
             if doburn == True and mediatype != FILE:
  L5196               BurnDVDISO(title.encode("utf-8"))

 It would be nice if this fix got into 0.21 fixes or 0.21.1(or someone
 comes up with some better working solution).

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/5005#comment:1>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list