View Single Post
Old 2008-04-25, 22:45   #1 (permalink)
mbb
Portal Member
 
Join Date: Nov 2004
Posts: 148
Thanks: 0
Thanked 2 Times in 2 Posts

Country:


fixed TVServer Import error episode-num field

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
Attached Files
File Type: zip xmltv.zip (7.8 KB, 23 views)
mbb is offline   Reply With Quote