2016-12-01, 23:53
see what i mean https://www.dropbox.com/s/h1ju8o9ntvjtt3...4.png?dl=1
(2016-12-01, 11:28)primaeval Wrote: version 0.0.206
- highlight all programs in currently playing channel
- yo.tv temporary fix to add 1 day to program data
@GriffeyJuni0r I've highlighted all the currently playing channel's programs as green now.
I tried adding a timer thread to update the currently highlighted program only but it got too complicated too quickly.
The epg will go back to Now when you come back from playing a program.
I think this is good enough for most cases.
If you come back after leaving the epg open for more than 2 hours then you are going to destroy our planet with your wasteful use of natural resources. Turn it off you lazy ass or press Home.
(2016-12-01, 23:58)Scott00007 Wrote: Thanks for the quick update.... I will check it out
I also noticed that trying to export my channels didn't do anything.... would that allow me to quickly get back to the way I want it if something like this happens again when you are working hard to make this great add-on better?
<favourites>
<favourite name="TV Guide Fullscreen xmltv" thumb="special://home/addons\script.tvguide.fullscreen\icon.png">RunScript(script.tvguide.fullscreen,Any,xmltv)</favourite>
<favourite name="TV Guide Fullscreen SchedulesDirect" thumb="special://home/addons\script.tvguide.fullscreen\icon.png">RunScript(script.tvguide.fullscreen,Any,SchedulesDirect)</favourite>
<favourite name="TV Guide Fullscreen tvguide.co.uk" thumb="special://home/addons\script.tvguide.fullscreen\icon.png">RunScript(script.tvguide.fullscreen,Any,tvguide.co.uk)</favourite>
<favourite name="TV Guide Fullscreen tvguide.co.uk now" thumb="special://home/addons\script.tvguide.fullscreen\icon.png">RunScript(script.tvguide.fullscreen,Any,tvguide.co.uk now)</favourite>
<favourite name="TV Guide Fullscreen yo.tv" thumb="special://home/addons\script.tvguide.fullscreen\icon.png">RunScript(script.tvguide.fullscreen,Any,yo.tv)</favourite>
<favourite name="TV Guide Fullscreen yo.tv now" thumb="special://home/addons\script.tvguide.fullscreen\icon.png">RunScript(script.tvguide.fullscreen,Any,yo.tv now)</favourite>
<favourite name="TV Guide Fullscreen bbc" thumb="special://home/addons\script.tvguide.fullscreen\icon.png">RunScript(script.tvguide.fullscreen,Any,bbc)</favourite>
</favourites>
(2016-10-29, 03:39)Hinkel Wrote: This script works well for image search programs in PVR Iptv Simple.
http://addons.kodi.tv/show/script.skin.helper.service/ You could try to use it?
Sorry for bad English.
Cheers
Hinkel
(2016-12-02, 15:06)Scott00007 Wrote: It seems to me like the OMDb does provide much better images, however, it does seem to return fewer results than IMDB/TVDB (the way the addon was before this was added). And if I have both options selectd than it seems to default to IMDB even for channels/shows that it previously found and OMDb image for. It would be nice if there was an option to choose which service is used first. I would like to use OMDb and only if there is nothing found there than fall back to IMDB/TVDB.
Thanks for working on this, I was going to ask about better image possibilities but you have already addressed this. Great work!!
(2016-12-02, 21:33)ed_davidson Wrote: Something weird. The EPG guide is back in sync with all channels with the 24 hour fix unchecked in Lab2.
Awesome guide.
total = int(requests.head(self.fileUrl,auth=(user, password)).headers['Content-Length'])
Accept-Encoding: *
Accept-Encoding: gzip, deflate
(2016-12-03, 16:05)enerdude Wrote: when specifying my own xmltv url I get an error in the log about the content-length header not being found so I modified
in filefectcher.py to sendCode:total = int(requests.head(self.fileUrl,auth=(user, password)).headers['Content-Length'])
instead of the normalCode:Accept-Encoding: *
Code:Accept-Encoding: gzip, deflate
Is it possible you can incorporate this? Also maybe putting in support for redirection as I would like to use a static snipli.com link that points to a xmltv url