- September 13, 2016
- 1
- 0
- 39
- Home Country
-
United Kingdom
Hi,
I've kinda followed webgrabplus quickview and installation guide etc. Downloaded tv.sky.com.channels.xml and the ini file. Edited the WebGrab++.config.xml file and added the channels I required from tv.sky.channel.xml under the <channels> section for example -
after starting the exe file, it gets an error - mainly around Sky Thriller
Due to this, it stops the process but generates the "guide.xml". So I've uploaded the contents to Pastebin and added the link to Perfect Player. When I click on Refresh It says EPG Downloaded however I can't see the EPG...
so the question is --
1. Why it keeps erroring at the same location
2. How do I get it to match it up to my Channels? If for example I used the Sky UK config file so it has over 800 channels, I only have 30 channels. So how does the tv guide know what to match it too? I have a M3U file which is actually just a HTTP link.
Please can anyone help
Thanks
I've kinda followed webgrabplus quickview and installation guide etc. Downloaded tv.sky.com.channels.xml and the ini file. Edited the WebGrab++.config.xml file and added the channels I required from tv.sky.channel.xml under the <channels> section for example -
Code:
<!-- The channel-list :
Each channel to be grabbed has a separate entry in the list, the most common form is:
<channel update=.. site=.. site_id=.. xmltv_id=.. >display-name</channel>
Besides this form, there is a possibility to specify special channels like 'combi-channels' and 'timeoffset-channels', see further down for more information-->
<channel update="i" site="tv.sky.com" site_id="2102" xmltv_id="BBC One N West">BBC One N West</channel>
<channel update="i" site="tv.sky.com" site_id="2075" xmltv_id="BBC Two HD">BBC Two HD</channel>
<channel update="i" site="tv.sky.com" site_id="6504" xmltv_id="ITV HD">ITV HD</channel>
<channel update="i" site="tv.sky.com" site_id="4075" xmltv_id="Channel 4 HD">Channel 4 HD</channel>
<channel update="i" site="tv.sky.com" site_id="1800" xmltv_id="Channel 5">Channel 5</channel>
<channel update="i" site="tv.sky.com" site_id="6532" xmltv_id="ITV2 HD">ITV2 HD</channel>
<channel update="i" site="tv.sky.com" site_id="4023" xmltv_id="FOX HD">FOX HD</channel>
<channel update="i" site="tv.sky.com" site_id="2510" xmltv_id="ComedyCentral">ComedyCentral</channel>
<channel update="i" site="tv.sky.com" site_id="1813" xmltv_id="ComedyXtra">ComedyXtra</channel>
<!-- LINE BREAK -->
<channel update="i" site="tv.sky.com" site_id="4062" xmltv_id="Sky Thriller HD">Sky Thriller HD</channel>
<channel update="i" site="tv.sky.com" site_id="0000" xmltv_id="Sky Hits HD">Sky Hits HD</channel>
<channel update="i" site="tv.sky.com" site_id="4020" xmltv_id="Sky Select HD">Sky Select HD</channel>
after starting the exe file, it gets an error - mainly around Sky Thriller
Code:
error downloading page: The request was aborted: The connection was closed unexpectedly.
pausing 1 of 4 times for 5 seconds before re-try.
error downloading page: The request was aborted: The connection was closed unexpectedly.
pausing 2 of 4 times for 10 seconds before re-try.
error downloading page: The request was aborted: The connection was closed unexpectedly.
pausing 3 of 4 times for 15 seconds before re-try.
error downloading page: The request was aborted: The connection was closed unexpectedly.
pausing 4 of 4 times for 20 seconds before re-try.
Due to this, it stops the process but generates the "guide.xml". So I've uploaded the contents to Pastebin and added the link to Perfect Player. When I click on Refresh It says EPG Downloaded however I can't see the EPG...
so the question is --
1. Why it keeps erroring at the same location
2. How do I get it to match it up to my Channels? If for example I used the Sky UK config file so it has over 800 channels, I only have 30 channels. So how does the tv guide know what to match it too? I have a M3U file which is actually just a HTTP link.
Please can anyone help
Thanks