Method to invoke manual EPG refresh? (1 Viewer)

CodeMonkey

Portal Pro
December 8, 2004
360
30
North America
Home Country
United States of America United States of America
I took the C# source that a couple people posted on here and I'm putting together a little app so that I can watch my local TV channels while I'm on the road via my laptop. Not sure how it will work over a WAN but it's worth a try :) Is there currently a way for a client to manually have the TVEngine server do a EPG Refresh? I looked in TVServer and RemoteControl and didn't see anything. If not, would it be a good idea to add it?

Thanks.
 

scoop

Retired Team Member
  • Premium Supporter
  • November 14, 2004
    614
    7
    Hi,

    IController (thus RemoteControl) has a bool property called "EpgGrabberEnabled". Explicitly setting its value to "true" causes the EPG grabber to start grabbing immediately. Is that what you meant?

    Kind regards,
    Michel
     

    CodeMonkey

    Portal Pro
    December 8, 2004
    360
    30
    North America
    Home Country
    United States of America United States of America
    Hi,

    IController (thus RemoteControl) has a bool property called "EpgGrabberEnabled". Explicitly setting its value to "true" causes the EPG grabber to start grabbing immediately. Is that what you meant?

    Kind regards,
    Michel

    Yes it is. From the name 'Enabled' I assumed it was meant to be used as a check and not a command. Thanks.
     

    Users who are viewing this thread

    Top Bottom