Reply to thread

Windows 10, MP 1.12.

Using donation version of mc2xml from microsoft to create tvguide.xml


Once I switched to the donated version of mc2xml and the microsoft server I get a parsing EntityName error.

It appears to come from a "&" in the icon url.

Any ideas on how to fix this so I can get my tvguide back?

Thank you so much for the help.



Here is the error log.


[2015-08-13 20:35:26,559] [Log    ] [XmlTvImporter] [ERROR] - XML tv import error loading C:\ProgramData\Team MediaPortal\MediaPortal TV Server\xmltv\tvguide.xml err:An error occurred while parsing EntityName. Line 751, position 208.

    at System.Xml.XmlTextReaderImpl.Throw(Exception e)

   at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)

   at System.Xml.XmlTextReaderImpl.ParseEntityName()

   at System.Xml.XmlTextReaderImpl.ParseAttributeValueSlow(Int32 curPos, Char quoteChar, NodeData attr)

   at System.Xml.XmlTextReaderImpl.ParseAttributes()

   at System.Xml.XmlTextReaderImpl.ParseElement()

   at System.Xml.XmlTextReaderImpl.ParseElementContent()

   at System.Xml.XmlTextReaderImpl.Read()

   at System.Xml.XmlTextReader.Read()

   at System.Xml.XmlReader.SkipSubtree()

   at System.Xml.XmlReader.ReadToNextSibling(String name)

   at TvEngine.XMLTVImport.Import(String fileName, Boolean deleteBeforeImport, Boolean showProgress)

[2015-08-13 20:35:26,574] [Log    ] [XmlTvImporter] [INFO ] - Xmltv: imported 93 channels, 0 programs status:tvguide.xml:Invalid XML file:An error occurred while parsing EntityName. Line 751, position 208.;

[2015-08-13 20:35:26,590] [Log    ] [XmlTvImporter] [INFO ] - Xmltv: waiting for database to finish inserting imported programs.

[2015-08-13 20:35:26,590] [Log    ] [XmlTvImporter] [INFO ] - plugin:xmltv import done




Here is my tvguide.xml.  The icon tag is in line 751, position 208 is near the "&" symbol.



        <category lang="en">Other</category>

        <category lang="en">comedy</category>

        <icon src="http://images-eds.xboxlive.com/image?url=cOC861nTwwD6fdaNNqSphYhIoPdt3SpAXZveWYNx1oxNQfsr_nafQv_tlJ.tcHAoAJyM5b70_ByRUSLNQiYV8eL4tXKnvF_ZUgl1y.kSLSAIOXNr1SN0wQdpvhZt_zo15TFd2jhJBjNkRMQHUL0mxA--&w=267&h=150" />

        <episode-num system="ms_progid">1.309778281</episode-num>

        <episode-num system="onscreen">16</episode-num>

        <video>

            <aspect>16:9</aspect>

            <quality>HDTV</quality>


Top Bottom