How are you using tvguide.co.uk.....?
tvguide.co.uk doesn't seem to be an option in WebEPG, is there some other way of accessing it via MediaPortal?
I use my own xmltv grabber WebGrab+Plus which supports grabbing of tvguide.co.uk (and others). The grabber outputs a standard xmltvfile like tvxb.
I left a short intro of that grabber in this thread, including the download link.
https://forum.team-mediaportal.com/xmltv-137/webgrab-plus-new-xmltv-grabber-88425/
If you want to try I can help you to set it up.
OCTYPE tv SYSTEM "xmltv.dtd">
Can you tell me whats equired for pulling all channels from tvguide.co.uk.......or do I have to specify each individually in the config e. I was hoping for a wild card.
Yes you have to enter each channel in the channel list individually, sorry ...
like :
<channel update="i" site="tvguide.co.uk" site_id="74" xmltv_id="BBC1">BBC 1</channel>
<channel update="i" site="tvguide.co.uk" site_id="258" xmltv_id="Sky1">Sky 1</channel>
or with the super fast/less detail siteini version index-only:
<channel update="i" site="tvguide-index-only.co.uk" site_id="258" xmltv_id="Sky1_index">Sky1_index</channel>
WG++Maker Jan