March 23, 2025 at 7:29 PM #1 Hi everybody,i searched the list of built-in functions but unfortunately i dont find a action to send JSON commands.Is there a way to do this?Best regards Marxon
March 23, 2025 at 8:48 PM Best Answer #2 Use JSON-RPC or kodi-send. Thread Send text to kodi I am running latest stable version of LibreElec, sending text to Kodi does not work from the web interface or by using Kore remote.I have also tried running this command:curl -v -X POST -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"Input.SendText","params":{"text":"<text to send>","done":false},"id":1}' http://<host>:<port>/jsonrpcit says it sent ok, but nothing is displayed? tb404 October 29, 2019 at 8:53 PM
Thread Send text to kodi I am running latest stable version of LibreElec, sending text to Kodi does not work from the web interface or by using Kore remote.I have also tried running this command:curl -v -X POST -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"Input.SendText","params":{"text":"<text to send>","done":false},"id":1}' http://<host>:<port>/jsonrpcit says it sent ok, but nothing is displayed? tb404 October 29, 2019 at 8:53 PM
March 23, 2025 at 9:05 PM #3 Thank you Da Flex!I already found this topic while searching the forum but did not read it because i thought it is about sending json to kodi and not the other way. I will give it a try.Best regards Marxon