Kodi Community Forum
ExcuteAction "enter" does not fuction properly. - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+---- Forum: JSON-RPC (https://forum.kodi.tv/forumdisplay.php?fid=174)
+---- Thread: ExcuteAction "enter" does not fuction properly. (/showthread.php?tid=199043)



ExcuteAction "enter" does not fuction properly. - sogopot - 2014-07-01

I'm using some json commands to enter channels with the Ceton tuner plugin. In order for the channel to execute I need to input an enter command.

Problem is, the enter command does not function as it should. When I input enter via json, nothing happens. I even tested it on the home page, and all it does, when executed, is highlight the menu options.

Here's the call I'm using...

Code:
http://127.0.0.1/jsonrpc?request={ "jsonrpc": "2.0", "method": "Input.ExecuteAction", "params": { "action": "enter" }, "id": 1 }

Can anyone let me know if this is a bug?

Thanks for any help.


RE: ExcuteAction "enter" does not fuction properly. - Montellese - 2014-07-01

Try "select"


RE: ExcuteAction "enter" does not fuction properly. - sogopot - 2014-07-01

(2014-07-01, 10:13)Montellese Wrote: Try "select"

Thanks for the response. Sorry, I forgot to add that I did try "select". It partially works. However, it doesn't execute the channels when inputted.

For instance, if I send "300" for the channel, "select" wont execute the channel input. Enter must be used in order for the channel to execute after input.


RE: ExcuteAction "enter" does not fuction properly. - Montellese - 2014-07-01

I don't have/use Live TV so I don't really know what you are talking about Wink Is this an input control where you can type in some number and then press Enter (on your keyboard or remote) to finalize the input and execute some action?


RE: ExcuteAction "enter" does not fuction properly. - sogopot - 2014-07-01

(2014-07-01, 10:32)Montellese Wrote: I don't have/use Live TV so I don't really know what you are talking about Wink Is this an input control where you can type in some number and then press Enter (on your keyboard or remote) to finalize the input and execute some action?

Yes, and in order for the channel to finalize, I need to execute the "enter" command. "Select" will not finalize the channel input via json.