Skip to content

Feedback #28

@Samtronic

Description

@Samtronic

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions