Details
Description
WebEPG can grab episode number & present it in TVGuide.xml as <episode-num>1</episode-num> field, for some reason this isn't imported by XMLTV Plugin for TV-Server.
h4. Steps to Reproduce
Find a grab site which has episode number or use my file & test ;)
h4. Additional Information
Seems to be related to that it expect a system field togehter with episode number field i TVGuide.xml. If i work around this in the code(line 602 if (nodeEpisodeNumSystem != null && nodeEpisodeNumSystem == "xmltv_ns")) it is imported correct.
h4. Steps to Reproduce
Find a grab site which has episode number or use my file & test ;)
h4. Additional Information
Seems to be related to that it expect a system field togehter with episode number field i TVGuide.xml. If i work around this in the code(line 602 if (nodeEpisodeNumSystem != null && nodeEpisodeNumSystem == "xmltv_ns")) it is imported correct.