I can't figure out why Tvheadend won't read the episode information from the xmltv file I generated using the epg grabber tv_grab_uk_tvguide
Every time I run the epg grabber (test file with only 4 channels) I get the results shown below:
channels tot= 4 new= 0 mod= 0
brands tot= 0 new= 0 mod= 0
seasons tot= 0 new= 0 mod= 0
episodes tot= 0 new= 0 mod= 0
broadcasts tot= 0 new= 0 mod= 0
I know that tv_grab_uk_tvguide is working because below is an excerpt of the contents of the xml file
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE tv SYSTEM "xmltv.dtd">
<tv source-info-url="
http://my.tvguide.co.uk/" source-info-name="TV Guide UK" generator-info-name="tv_grab_uk_tvguide" generator-info-url="
http://wiki.xmltv.org/index.php/XMLTVProject">
<channel id="1033">
<display-name lang="en">BoxNation</display-name>
</channel>
<channel id="134">
<display-name lang="en">Discovery Science</display-name>
</channel>
<channel id="610">
<display-name lang="en">NHK World</display-name>
</channel>
<channel id="634">
<display-name lang="en">Discovery Science +1</display-name>
</channel>
<programme start="20170814000000 +0100" channel="134">
<title lang="en">Food Factory</title>
<sub-title lang="en">Salty and Sweet</sub-title>
<desc lang="en">An insight into how certain foods are produced, beginning with doughnuts, ice-cream, Korean kimchi and kosher salt.</desc>
<category lang="en">General Education</category>
<category lang="en">Science</category>
<category lang="en">Factual Topics</category>
<episode-num system="xmltv_ns">1.0/26.</episode-num>
<star-rating>
<value>6.2/10</value>
</star-rating>
Now here is the really strange thing:
I already successfully run the zap2xml grabber and that one works properly.
As a test I even renamed the zap2xml file so that the tv_grab_uk_tvguide module would read it and it STILL only read the channel info.
Any help would be appreciated, I've spent a week trying to figure this out but can't get it to work.