About creating, modifying site INI files. (SiteIni Pack)
published by eratox on Sat, 2020-01-25 13:25
Hello,
Thank you for this new epg.
It is possible in a next update, to see to add the images in the programmes.
Otherwise, is it possible to have the .ini file not encrypted?
Regards,
Eratox
published by eratox on Fri, 2020-01-24 18:15
Hello,
I am a user of EPG /France/CanalSat.fr.
Unfortunately, it has not worked for a few days.
If someone can get the EPG back on the road, it would be greatly appreciated.
Eratox.
published by Mr Groch on Tue, 2020-01-21 13:46
Please do not encrypt url_index and index_urlshow in siteini files. This is blocker for those having WG on linux with mono < 4.8 (with no possibility to update - like on Synology NAS). When URL is encrypted, we can not change it to localhost php script for bypassing not working TLS1.2 on mono < 4.8
published by fredo_sss on Sat, 2020-01-04 07:56
Hi all i'm new here. i have problem to get any Malaysia EPG (Check the zip file). Test on other country/channels EPG it's working. Using Windows 10 and WebGrabPlus_V2.1_version. Can someone give some me guide or help?
published by cha_kumar on Sat, 2019-12-21 16:01
Please help me out
None of ini is working for me with exiting
https://github.com/SilentButeo2/webgrabplus-siteinipack/tree/master/site...
[ Info ] ( 150/226 ) DSTV.CO.ZA.E -- chan. (xmltv_id=SuperSport HD 2) -- mode Force
[Warning ] no robots data found
[Warning ] skipped robots check
[Error ] Unable to update channel SuperSport HD 2
[Critical] Generic syntax exception:
[Critical] message:
[Error ] no index page data received from SuperSport HD 2
[Error ] unable to update channel, try again later
[ Info ] Existing guide data restored!
[ Debug ]
[ Info ] ( 150/226 ) DSTV.CO.ZA.E -- chan. (xmltv_id=SuperSport HD 5) -- mode Force
[Error ] Unable to update channel SuperSport HD 5
[Critical] Generic syntax exception:
[Critical] message:
[Error ] no index page data received from SuperSport HD 5
[Error ] unable to update channel, try again later
[ Info ] Existing guide data restored!
If possible is create new with official web page
https://supersport.com/tv-guide
published by bam on Sun, 2019-12-08 00:16
Hello,
can't make it work the 'alloc' attribute: http://webgrabplus.com/sites/default/files/download/documentation/Manual...
Could someone please give me an example of it's usage?
Here is the snippet which DOESN'T work:
** @auto_xml_channel_start
*index_site_id.scrub {regex||]*id="[^\"]*"[^>]*>.*?||}
*scope.range {(channellist)|end}
*index_site_channel.modify {addstart(alloc=display_name)|'index_site_id'}
*index_site_id.modify {substring(type=regex)|]*id="([^\"]*)"[^>]*>}
*index_site_channel.modify {substring(type=regex alloc=display_name)|]*>(.*?)}
*index_site_channel.modify {set(alloc=display_name)|'index_site_channel'}
*index_site_id.modify {cleanup(removeduplicates=equal link="index_site_channel" alloc=xmltv_id)}
*end_scope
** @auto_xml_channel_end
published by Floyd on Thu, 2019-11-14 11:07
Do you know what a scraper looks like, which will draw a picture for the EPG description of a given TV program?
I'm not talking about the TV channel logo.
I found the source where the logo of the show is saved, but I can't use it with the code:
In web page:

Webgrab:
showicon.scrub {single|"thumbnailUrl": "||"|"}
published by Balaganoff on Wed, 2019-11-13 21:36
Hi!
I'm trying to merge my existing .xml file with another tv-programs collected by wg++ and for channels from the original .xml keep channel logos (all the channels in original .xml have channel logo URL).
But I think I misunderstanding something in the manual because I can't get it working.
I use merge-xmltv.ini and when I add something like
index_urlchannellogo.scrub {regex(debug)||<icon src="(.*?)"||}
I get all the logos from original xml for each channel like
<icon src="http://site.com/img_1.png|http://site.com/img_2.png|http://site.com/img_3.png" />.
And I think I understand why it's happening.
But if I add the same line in
scope.range {(datelogo)|end}
...
end_scope
I get the same result.
The best that I can get is the same logo for all the channels (actually the first logo from the original xml).
And it's frustrating me.
How to add channel logos in merge-xmltv.ini?
Pages