i created tvguide.xml with webepg. xmltv plugin at TV server won't import this simple guide, with only 1 channel and 1 programme (i stripped everything out except this just for testing purposes):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE tv SYSTEM "xmltv.dtd">
<tv generator-info-name="WebEPG">
<channel id="RAI1-raiuno.rai.it">
<display-name>RAI1</display-name>
</channel>
<programme start="20080110105000" channel="RAI1-raiuno.rai.it">
<title>Appuntamento al cinema</title>
<desc>Breve ma puntuale rassegna sulle prime visioni in programmazione nelle sale cinematografiche. Per essere sempre informati sulle novità proposte dal grande schermo.</desc>
<category>Attualità</category>
</programme>
</tv>
xmltv gives an error 'No program found':
2008-01-10 13:23:06.000000 [1]: xmltv import C:\Program Files\Team MediaPortal\MediaPortal\XMLTV\tvguide.xml
2008-01-10 13:23:06.062500 [1]: xmltvimport: Reading TV programs
2008-01-10 13:23:06.062500 [1]: xmltvimport: Sorting TV programs
2008-01-10 13:23:06.109375 [1]: Xmltv: imported 1 channels, 0 programs status:tvguide.xml:No programs found;
2008-01-10 13:23:06.109375 [1]: plugin:xmltv import done
i suspect it has sth to do with channel-id tag, but don't know why?!?!
i'm using latest svn snapshots for 0.2.3.0:
tvengine3-01-10-2008--01-09h--Rev16988 and MediaPortal-svn--01-10-2008--01-05
rgs,
pirlone
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE tv SYSTEM "xmltv.dtd">
<tv generator-info-name="WebEPG">
<channel id="RAI1-raiuno.rai.it">
<display-name>RAI1</display-name>
</channel>
<programme start="20080110105000" channel="RAI1-raiuno.rai.it">
<title>Appuntamento al cinema</title>
<desc>Breve ma puntuale rassegna sulle prime visioni in programmazione nelle sale cinematografiche. Per essere sempre informati sulle novità proposte dal grande schermo.</desc>
<category>Attualità</category>
</programme>
</tv>
xmltv gives an error 'No program found':
2008-01-10 13:23:06.000000 [1]: xmltv import C:\Program Files\Team MediaPortal\MediaPortal\XMLTV\tvguide.xml
2008-01-10 13:23:06.062500 [1]: xmltvimport: Reading TV programs
2008-01-10 13:23:06.062500 [1]: xmltvimport: Sorting TV programs
2008-01-10 13:23:06.109375 [1]: Xmltv: imported 1 channels, 0 programs status:tvguide.xml:No programs found;
2008-01-10 13:23:06.109375 [1]: plugin:xmltv import done
i suspect it has sth to do with channel-id tag, but don't know why?!?!
i'm using latest svn snapshots for 0.2.3.0:
tvengine3-01-10-2008--01-09h--Rev16988 and MediaPortal-svn--01-10-2008--01-05
rgs,
pirlone