Hello,
I'm trying to generate my own EPG xml file with WebGrab+, it almost works... I have a couple of issues:
- I can't seem to get the logos to display. The xml it generates is i.e.
<channel id="TVP 1">
<display-name lang="pl">TVP 1</display-name>
<url>http://www.programtv.interia.pl</url>
<icon>http://i.iplsc.com/-/0004NCS6FA4RH6EJ-C120.jpg</icon>
</channel>
I'm guessing that the tag should look more along the lines of i.e.: <icon src="http://www.webgrabplus.com/%3Ca%20href%3D"http://i.iplsc.com/-/0004FCTWPYQV546G-C120.jpg">http://i.iplsc.com/-/0004FCTWPYQV546G-C120.jpg"/>
Tried a few different combinations but can't seem to get it out of the <icon> mode. My syntax for extracting the logo is:
index_urlchannellogo {url ||<div class="img">| src="http://www.webgrabplus.com/%7C"|</div>}
- the other issue is how to get it to display the icon for sub-title/additional information about the show. I realize this is a non-english site so I'll provide a sample link that perhaps someone can give me some help on how to get the required info.
http://programtv.interia.pl/stacja-tvp-1,cid,20823112
thanks in advance.