[mythtv] Problem with mythfilldatabase/QT

Scott Elliott selliott at insight.rr.com
Wed Mar 5 09:51:20 EST 2003


I've been trying to figure out why I didn't get any schedule information
for today (3/5).  I finally tracked it down by adding an error message
to parseFile() in filldata.cpp.  It turns out that QDomDocument had a
problem with the following entry in the listings:

  <programme start="20030305133000 EST" stop="20030305140000 EST"
channel="52 HGTV">
    <title>Simply Quilts</title>
    <sub-title>Wood Felt Appliqué</sub-title>
    <desc>Wool-felt embellishments.</desc>
    <category>How-to</category>
  </programme>

It didn't like the accent grave on the "e".  After I changed it to a
plain "e", I was able to load it from the file.

Looks like a QT bug (I'm using qt3.1.0 on gentoo), but I thought I'd
mention it here, in case anyone else runs into it. 
-- 
Scott Elliott <selliott at insight.rr.com>



More information about the mythtv-dev mailing list