Hi Beni, > Unfortunately I think this won't help much because the error-message > "parse_xml feed Exception not well-formed (invalid token): line 233, > column 135" is useless because the SOAP-string (I think it's SOAP, > isn't it?) it is. A bit simplified for the basic UPnP needs.
> is printed in one line (yes, one line with 2455787 rows :-)). > Is there a possibility to generate a "normal" output which is printed > over several lines? I'm working on that, ran into these issues with other servers too. > Or do you think it's a general problem concerning the encoding of my > ID3-Tags? Or is this a problem that derives from the server itself and > has nothing to do with elisa? It is not related to Elisa, but to MythTV not properly encoding your metadata into utf-8. That causes the parser to fail. As this isn't valid xml anymore, having non utf-8 chars in an utf-8 encoded xml document, the parser breaks with a fatal error. Regards, Frank
