How to actualize an EPG display
#1
Hello,

I'm starting with phyton with TVGuide plugin. I would like to add two new features, autorefresh and EPG categories and solve some minor bugs. I have been looking for a way to redisplay EPG data each minute but I don't understand how to do it without stopping the process or if I should do it like scheduler or crontab. Could somebody give me a tip?

Thanks in advance
Reply
#2
i think you would need a background process running that.

1. checks to make sure the activeWindow is your plugin
2. try using the builtin Container.Refresh

i don't think this will work very well.

the other thing would be for you to make your plugin a full script with gui. you would have better control.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply

Logout Mark Read Team Forum Stats Members Help
How to actualize an EPG display0