Beta WebGrab+Plus Configurator - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151) +---- Thread: Beta WebGrab+Plus Configurator (/showthread.php?tid=285918) |
RE: WebGrab+Plus Configurator - primaeval - 2018-04-05 (2018-04-05, 21:31)DarrenHill Wrote: Both the freesat and TVGuide.co.uk sites have me problems last week when I tried to set this up again (new TVheadend server setup).tvguide.co.uk seems to have had problems with their servers recently, especially on holidays and weekends. There are a few duplicate channels that don't work too like BBC4. It's working at the moment and it's the quick option I use in TV Guide Fullscreen with the "tvguide.co.uk now 2" data source to test things out. @Blackbear199 from the Webgrab forums comes on the TVGF forum sometimes and is very helpful. I don't maintain much of a link with Webgrab as I rarely have problems with it but I'll let them know if I spot something. RE: WebGrab+Plus Configurator - bluebug - 2018-04-06 (2018-04-05, 19:59)primaeval Wrote: That looks more like it. RE: WebGrab+Plus Configurator - primaeval - 2018-04-06 You can't run the Webgrab exe on Android. (Not without installing a lot of complicated programs.) So you need to serve the created xmltv.xml file from somewhere your android device can access it like a Windows Share. You might run into problems with the smb protocol versions. Even older versions of Windows have problems accessing Windows 10 shares. You could serve it from a github, gdrive or dropbox raw link but sometimes they need a bit or url trickery to work. RE: WebGrab+Plus Configurator - bluebug - 2018-04-06 (2018-04-06, 13:15)primaeval Wrote: You can't run the Webgrab exe on Android. RE: WebGrab+Plus Configurator - primaeval - 2018-04-06 IPTV Simple Client is a bit easier that TV Guide Fullscreen in some ways as long as someone has set up the xmltv/m3u combination correctly. What you need to do is match the tvg-id in the m3u file with the xmltv_id in the xmltv file. Not all channels from Webgrab have a channel logo associated with them. Look in the top of the xmltv.xml for the channels and see if there is a <icon field with an image url. If not you'll have to create some logos yourself with a resource like https://www.thelogodb.com/ This is the format of an xmltv file. http://wiki.xmltv.org/index.php/XMLTVFormat The m3u format is something like: Code: #EXTINF:-1 tvg-name="BBC Four" tvg-id="bbc4" tvg-logo="http://somewhere/bbc4.png" group-title="United Kingdom",BBC Four I expect you are starting to see the value these services provide now. TV Guide Fullscreen begun as a way to play addon streams in a TV Guide. You add them in Menu\Stream Setup\Browse. In your case you can either add them as a channel mapping in Settings\Optional\Channel Mappings\Import m3u. or Add the m3u file in Menu\Stream Setup\Import Playlist. The channels then get added to a dummy addon called TV Guide Fullscreen. When you try to play a channel it will try to match the xmltv channel name to the m3u channel name. It ignores the ids. You can manually choose a stream by going into Menu\Stream Setup\Addons, select a stream and press Save. RE: WebGrab+Plus Configurator - bluebug - 2018-04-07 hi thanks for your reply i am having all sorts of problems mine list looks nothing like what you have done i am thinking its down to the m3u i bought it looks like it is wrong format thanks #EXTINF:-1,SKY MOVIES PREMIUR http://217.182.192.226:20000/live/xxxx/xxxx/99.ts <channel id="Sky Movies Premiere"> <display-name lang="en">Sky Movies Premiere</display-name> <url>http://www.tvguide.co.uk</url> RE: WebGrab+Plus Configurator - primaeval - 2018-04-07 You need to match the channel id in the xmltv file exactly to either the name in the m3u file or the tvg-id value. You only have a name after the , The name is case-sensitive and must be matched exactly to the letter. |