Hi,
Sky guide is working great! However, the icons come down at 80x35, so end up very blurry when displayed on TV! The actual icon endpoints support different sizes. Is there way a way I can modify the URL that sky.com.ini outputs? 400x175 would probably work okay.
I've fixed this by doing a sed command and adjusting my cron:
sed -i "s/80\/35/400\/175/g" /data/guide.xml
If there's a way to do it within webgrabplus it would be cleaner though :)
An alternative is to use the 'new' postprocess plugin option that allows to add or change channel logos. See http://www.webgrabplus.com/comment/23629#comment-23629.
This option needs the plugin 'add_logo' , https://github.com/SilentButeo2/webgrabplus-siteinipack/tree/master/post... .
And also an evaluation build of WG++ , V3.1.3.3 https://github.com/SilentButeo2/webgrabplus-siteinipack/tree/master/eval...