since my tvguide provider add some new feature the TVguide.xml import fail.
status:tvguide.xml:Invalid XML file:Input string was not in a correct format.;
After some investigation, it seems that MP doesnt handle well the episode-num field.
I asked my provider about this and he claims that he respects the xmltv.dtd standard about this: XML: XMLTV - DTD for TV listings
I did some some test by replacing some string:
xmltv_ns">.. by xmltv_ns">
..</episode-num> by </episode-num>
xmltv_ns">0.. by xmltv_ns">0
and the same for 1.., 2.., 3.., etc
It works, and seems to confirm that the episode-num field parsing have something wrong.
I upload the file to test and some logs
Thanks
mbb
status:tvguide.xml:Invalid XML file:Input string was not in a correct format.;
After some investigation, it seems that MP doesnt handle well the episode-num field.
I asked my provider about this and he claims that he respects the xmltv.dtd standard about this: XML: XMLTV - DTD for TV listings
I did some some test by replacing some string:
xmltv_ns">.. by xmltv_ns">
..</episode-num> by </episode-num>
xmltv_ns">0.. by xmltv_ns">0
and the same for 1.., 2.., 3.., etc
It works, and seems to confirm that the episode-num field parsing have something wrong.
I upload the file to test and some logs
Thanks
mbb
France