2008-09-07, 03:24 PM
Hi,
I am writing a small tray program to Alert me a few minutes before a show starts (reminders set using EWA) and so far it works fine.
I would like to add an option so it automatically change the channel on my set top box when I click the balloon that popped up. Everything is well configured within GB-PVR but I would like to change the channel in my software so I suppose there is a way to call a channel change using the API. So far I have only worked with ScheduleHelper object and I would like to know if this can be done.
I see all those different ExeChannelChanger, GirderTunerController and others but since GB-PVR already knows how to change channel, I suppose I should be able to work whit an higher level object which will call the right Channel changer object.
Any chance I can get some code to get me started?
Thanks!
I am writing a small tray program to Alert me a few minutes before a show starts (reminders set using EWA) and so far it works fine.
I would like to add an option so it automatically change the channel on my set top box when I click the balloon that popped up. Everything is well configured within GB-PVR but I would like to change the channel in my software so I suppose there is a way to call a channel change using the API. So far I have only worked with ScheduleHelper object and I would like to know if this can be done.
I see all those different ExeChannelChanger, GirderTunerController and others but since GB-PVR already knows how to change channel, I suppose I should be able to work whit an higher level object which will call the right Channel changer object.
Any chance I can get some code to get me started?
Thanks!