PDA

View Full Version : How to actualize an EPG display


jpoveda
2008-11-22, 10:52
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

Nuka1195
2008-11-22, 16:22
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.