[mythtv-commits] Ticket #10692: The New Format Of config.xml Is Converted To The Old Format

MythTV noreply at mythtv.org
Sat May 5 05:47:04 UTC 2012


#10692: The New Format Of config.xml Is Converted To The Old Format
--------------------------------------+-------------------------
     Reporter:  keemllib@…            |      Owner:  wagnerrp
         Type:  Bug Report - General  |     Status:  new
     Priority:  minor                 |  Milestone:  unknown
    Component:  Bindings - Python     |    Version:  Master Head
     Severity:  medium                |   Keywords:
Ticket locked:  0                     |
--------------------------------------+-------------------------
 My ~/.mythtv/config.xml gets converted from the new format to the old,
 with no new lines (the whole file is one line.) Good and bad files
 are attached.

 This happens whenever I execute my python 'upcoming' script.
 {{{
 To duplicate:
 Verify that ~/.mythtv/config.xml is in the 'new' format
 Execute the script below (the fragment is enough to convert it)
 cat ~/.mythtv/config.xml, it will be one line in the 'old' format
 }}}

 {{{
 #!/usr/bin/env python

 from MythTV import MythBE

 be = MythBE()
 }}}

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10692>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list