EPG Import Help

LoveMyDish

Registered
Messages
155
I am attempting to create my own custom EPG import, but am having problems getting any successful imports..

I created this custom.sources.xml (located /etc/epgimport/)

<?xml version="1.0" encoding="UTF-8"?>
<sources>
<sourcecat sourcecatname="Custom Sources">
<source type="gen_titantv" channels="/etc/epgimport/custom.channels.xml">
<description>Titan TV</description>
<url>/media/hdd/epg/titantv.xml</url>
</source>

</sourcecat>
</sources>

I then created custom.channels.xml (located /etc/epgimport/)

<?xml version="1.0" encoding="UTF-8"?>
<channels>
<channel id="TESTCHANNEL">1:0:1:1:65:195:8360000:0:0:0:</channel>
</channels>

I then had this titantv.xml (located in /media/hdd/epg )

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE tv SYSTEM "xmltv.dtd">
<tv generator-info-name="gen_titantv" source-info-name="gen_titantv">
<programme start="20191217190000 +0000" stop="20191218200000 +0000" channel="TESTCHANNEL">
<title lang="en">The A-Team</title>
<desc lang="en">Classic action drama series. When Face learns that his ex-girlfriend is in trouble, he hires the team himself to go to Ecuador and rescue her. (S2 Ep 3)</desc>
</programme>
</tv>


Within EPG Import, i see the source Titan TV, and i click import, I get a message box saying please wait, but i get 0 events imported. There appears to be no LOG files i can find anywhere to give me a heads up as to what is going on.

Can anyone shed any light?
 
Top