Hi,
I have two questions regarding the creation of WebEPG grabbers.
1) Is it possible to create a WebEPG grabber that handles XMLTV gzip'ed files? I'm really interested in creating a grabber for http://tv.swedb.se. They have really good instructions here:
http://tv.swedb.se/content/view/55/48/
I know that it would be easy do just to normal http queries but I'd suspect that the guys hosting the site wouldn't like that.
2) I'm trying to create a grabber with contents from the swedish DVB-T provider Boxer. The reason is that the current swedish grabber has some not so nice features such as: end time doesn't work, showview crap info being shown etc.
The grabber I've created looks like this:
(I've HTML codes but the forum system seem to convert them info < and >)
It has all the same channels ids as www_dagenstv_com.xml since they seem to be using the same information provider. Any pointers on what I've doing wrong would be highly appreciated.
Cheers,
Martin
I have two questions regarding the creation of WebEPG grabbers.
1) Is it possible to create a WebEPG grabber that handles XMLTV gzip'ed files? I'm really interested in creating a grabber for http://tv.swedb.se. They have really good instructions here:
http://tv.swedb.se/content/view/55/48/
I know that it would be easy do just to normal http queries but I'd suspect that the guys hosting the site wouldn't like that.
2) I'm trying to create a grabber with contents from the swedish DVB-T provider Boxer. The reason is that the current swedish grabber has some not so nice features such as: end time doesn't work, showview crap info being shown etc.
The grabber I've created looks like this:
Code:
<section name="Listing">
<entry name="BaseURL">http://tvguide.boxer.se/chart/</entry>
<entry name="SearchURL">?key=all_channels&my=&cha=[ID]&sta=&dat=[YYYY]-[MM]-[DD]</entry>
<!-- Template of the Listing information -->
<entry name="Template"><table>
<tr>
<td></td>
</tr>
<tr>
<td></td>
<td>
<table>
<td>
<#START>
<br>
</td>
</tr>
<tr>
<td>
<#TITLE><br>
<br>
</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><#DESCRIPTION>
</td>
</tr>
</table>
</td>
<td>
</td>
</tr>
<tr>
<td></td>
</tr>
</table>
</entry>
It has all the same channels ids as www_dagenstv_com.xml since they seem to be using the same information provider. Any pointers on what I've doing wrong would be highly appreciated.
Cheers,
Martin
Sweden