Problem getting XMLTV file parsed

You want to host your own data and need help?
Antworten
bucko

Problem getting XMLTV file parsed

Beitrag von bucko »

Man, I'm so lost now. I'll try and explain my problem;

I have a .XMLTV file I wish to process using 'XmlTvPDS'. The raw output seems fine to me but when I use the datamanager it only updates the channel/mirrorlist and the summary. So there's no program info in the prepared folder at all.
I think this might be a problem with the channel-id's or something, but i cannot see what is wrong.

snippet from my XML file:

Code: Alles auswählen

<tv source-info-url="http://www.tvgids.nl/" source-data-url="http://www.tvgids.nl/" generator-info-name="XMLTV" generator-info-url="http://membled.com/work/apps/xmltv/">
  <channel id="1.tvgids.nl">
    <display-name>Nederland 1</display-name>
    <icon src="http://xmltv.fambus.nl/logos/ned1.png" />
  </channel>
  <channel id="2.tvgids.nl">

...

<programme start="20061231070000 +0100" stop="20061231090000 +0100" channel="1.tvgids.nl">
    <title lang="nl">NOS-Tekst tv</title>
    <desc lang="nl">Informatie uit Teletekst.</desc>
    <category lang="nl">Informatief</category>
  </programme>

...
my holland_channellist.txt:

Code: Alles auswählen

nl;GMT+01:00;1.tvgids.nl;Nederland 1;(c);;;;
nl;GMT+01:00;2.tvgids.nl;Nederland 2;(c);;;;
nl;GMT+01:00;3.tvgids.nl;Nederland 3;(c);;;;
nl;GMT+01:00;4.tvgids.nl;RTL 4;(c)4;;;;
A few things I find confusing is the fact the example TvData.xml says:
"Since the channel information is read from the file TvChannels.xml you don't
have to add channel tags in this file."
But I though that's what the channellist.txt is for?
Also it states in the tutorial that the channellist.txt will be needed for the MirrorUpdater while I noticed it is needed for datamanager (aswell?).

Thanks in advance for any insight.
Antworten