-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hi Terence !
Is it possible to receive feedback from XBMC in your script. I want when a receive this feedback from XBMC "method":"Input.OnInputRequested". parse the result.
What is the script function receives all feedback. I try this function in your script 'self.rpc = function (method, params, callback)'. I put this in the function
method = data.method;
if (method == "Input.OnInputRequested") {
CF.flipToPage ("Movie");
}
without success.
For now I create another system without any problem, but I would better integrate to your script.
Thanks
Steven
Metadata
Metadata
Assignees
Labels
No labels