v17 kodi-send on raypberry pi
#1
How can I install kodi-send on my Raspberry Pi? It is evident that it is not there. What can I do?
(Raspberry Pi 3 B+, Raspbian Stretch, Kodi 17.6)
Reply
#2
Through a package manager would be preferable. On my system (ubuntu on a NUC, not a raspberry pi) kodi-send is available from my package manager and can be installed with:

bash:
sudo apt-get install kodi-eventclients-kodi-send

I would guess it is the same on raspbian. If your package manager doesn't have it though, you can get it somewhat manually by grabbing these two files:

xbmcclient.py:

https://github.com/xbmc/xbmc/blob/master...cclient.py

and kodi-send.py:

https://github.com/xbmc/xbmc/blob/master...di-send.py

If you put them both in /home/$USER/bin (creating the folder if it doesn't exist), rename kodi-send.py to 'kodi-send' and add execute permissions to kodi-send, and log out and in again, you should then be able to run kodi-send from the command line. You can remove them again just by deleting them from /home/$USER/bin.
Reply

Logout Mark Read Team Forum Stats Members Help
kodi-send on raypberry pi0