Kodi Commands over Network with Python Script
#1
Lightbulb 
Hi guys

Just curious can you control Kodi through a network using a python script? If so where can i find some examples or resources to do it

Context: I want to write a script to play /pause a Kodi machine from another Kodi machine

(If this has already been discussed please link the thread thanks Big Grin )

Cheers
Reply
#2
Maybe you do not have to write a program to do that. You can do that from the web interface and the remotes. Kore, Yatse, Official Kodi Remote etc.

Cheers,
LongMan
Reply
#3
If you want to control Kodi with a script not a remote app just use JSON-RPC. You can use curl or wget to execute the JSON-RPC commands to Kodi.
Read through this sub forum http://forum.kodi.tv/forumdisplay.php?fid=174 and you will find a lot examples.
Reply
#4
you can use kodi-send
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#5
Thanks for the responses guys, hopefully i can get something working Big Grin
Reply

Logout Mark Read Team Forum Stats Members Help
Kodi Commands over Network with Python Script0